* {
    padding: 0;
    margin: 0;
} 

body {
background: #3399FF;
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 12px;
padding: 0;
margin: 0;
color: #333;
line-height: 17px;
}

img { border: none;}
a { color: #0090DF; text-decoration: none; }
a:hover { color : #000}

#wrap {
margin: 20px auto;
width: 760px;
}

#header {
background: #fff url(Images/header.jpg) no-repeat;
height: 90px;
}

#header h1 { 
color : #3399FF;
font-size: 29px;
letter-spacing: -2px;
padding: 30px 0 0 30px;
font-weight: 100;
font-family: Arial, Tahoma, Verdana;
}
#header h1 a { text-decoration: none; color : #54B7E0;}
#header h1 a:hover { color : #333; }
#header h2 { 
font-family: Arial, Tahoma, Verdana;
color : #777;
font-size: 15px;
padding: 0 0 0 30px;
font-weight: 100;
}

/*Navigation*/

/*Main nav*/

#navigation {
background: #ff9933 url(Images/menu.jpg) no-repeat;
height: 30px;
line-height: 30px;
padding-left: 10px;
}

/*dropdown*/


#navigation li {
float:left;
list-style-type:none;
border-right:1px solid #FFA73F;
}
#navigation li a {
display:block;
padding:0 20px;
text-transform:uppercase;
text-decoration:none;
color: #f7f7f7;
letter-spacing:2px;
}
#navigation li a:hover {
background: #FFAF4C url(Images/menuover.jpg) repeat-x;
color:#fff;
text-decoration:none; 
}

/*content*/

#content { 
background: #fff url(Images/content.jpg) repeat-y;
padding: 5px 20px;
}
/*
.thumbnail {
	float: left;
	font-size: 75%;
	margin: 10px 15px;
	text-align: center;
	padding: 2px;
	}
	.thumbnail a img {
		background: #dfdfdf;
		border: 1px solid #ccc;
		clear: both;
		display: block;
		margin: 0 auto;
		}*/

#bottom { 
background: #fff url(Images/bottom.jpg) no-repeat; 
height: 20px;
}


#left {
float:right; 
width:220px; 
text-align: justify;
padding-left: 5px;
}
.menutop {
background: #FFF6BB url(Images/menutop.jpg) no-repeat;
height: 20px;
}
.menumiddle {
background: #FFF6BB url(Images/menumiddle.jpg) repeat-y;
}
.menumiddle h2 { color : #777; font-weight: 600; font-size: 12px; padding-top: 7px; padding-left: 20px; padding-bottom: 3px; }
.menumiddle ul { letter-spacing: -1px; color : #aaa; padding-left: 40px; }
.menubottom { 
background: #FFF6BB url(Images/menubottom.jpg) no-repeat;
height: 20px;
}

#right {
float:left; 
width:500px; 
padding-right: 10px;
padding-top: 10px;
}
#right h2 { letter-spacing: -1px; padding: 15px 0 5px 0; font-family: Arial, Tahoma, Verdana; font-weight: 600; font-size: 17px; color: #54B7E0;}
#right h2 a { color: #3399FF; }
#right h2 a:hover { color: #000; }

/*Image stuff*/

img.floatLeft { 
    float: left; 
    margin: 6px; 
}
img.floatRight { 
    float: right; 
    margin: 6px; 
}

/*gallery table*/

#gallery-table {
		background: #FFFFFF;
		width: 300px;
		font-family: Verdana, Tahoma, Arial, sans-serif;
		margin: 0px;
		float: left;
		}
table {
		background:#FFFFFF;
		width: 250px;
		margin: 0px;
		}
#gallery-table td {
		border: 0px;
		padding: 3px;
		background: #FFFFFF;
		margin: 0px;
		}


/*footer*/		

#footer {
text-align: center;
font-size: 10px;
color: #444;
padding:0 0 10px 0;
margin: 0;
}
#footer a { color: #666; text-decoration: underline;}
#footer a:hover { color: #000; text-decoration: none; }