html{
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	}
	
h2 {
	margin: 0px;
	padding: 0px;
	}
	
h3 {
	margin: 0px;
	padding: 0px;
	}
	
#page-container {
	width: 760px;
	margin: auto;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background: #f5ebcd;
	}

#header {
	height: 186px;
	background: #db6d16
	            url(../images/header.jpg);
	}

/* ---------------------------------
Navigation Section :::::::::::::::::
------------------------------------*/	

#navigation {
	width: 363px;
	height: 46px;
	float: right;
	margin-top: 113px;
	padding: 0px;
	}
	
#navigation dl {
	margin: 0px;
	padding: 0px;
	}
	
#navigation dt {
	float: left;
	margin: -1px;
	padding: 0px;
	}		
		
		
/* ---------------------------------
End Of Navigation Section ::::::::::
------------------------------------*/

#content {
	padding-left: 15px;
	padding-right: 15px;
	background: #f5ebcd
				url(../images/contentBG.jpg);
	background-repeat:no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 1em;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	#content li {
		padding-bottom:30px;
		}
	#content a {
	color:#0000FF;
	text-decoration:underline;
	}
	
	#content a:visited {
	color:#000099;
	text-decoration:none;
	}
	
	#content a:hover {
	color:#660000;
	text-decoration:underline;
	}
	

/* ---------------------------------
Photo Gallery Styles::::::::::::::::
------------------------------------*/

#gallery {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	background: #f5ebcd
	}
	
#picture {
	width: 545px;
	float: right;
	text-align: center;
	}
	#picture img {
		border: 1px solid black;
		}

#pictureList {
	width: 185px;
	padding-left: 10px;
	text-align: left;
	}
	
#pictureList h2 {
	font-size: 16px;
	color:#333333;
	text-decoration:underline;
	}
	
#pictureList h3 {
	font-size: 12px;
	}
	
#pictureList a {
	color:#0000FF;
	text-decoration:underline;
	}
	
#pictureList a:visited {
	color:#000099;
	text-decoration:none;
	}
	
#pictureList a:hover {
	color:#660000;
	text-decoration:underline;
	}
	
#picture a {
	color:#0000FF;
	text-decoration:underline;
	}
	
#picture a:visited {
	color:#000099;
	text-decoration:none;
	}
	
#picture a:hover {
	color:#660000;
	text-decoration:underline;
	}
	
/* ---------------------------------
End Of Photo Gallery Styles ::::::::
------------------------------------*/

	
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 80px;
	background: #f5ebcd
				url(../images/footer.jpg);
	}

#bottomNav {
	width: 350px;
	padding-top: 60px;
	margin: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: right;
	}

#bottomNav dl {
	padding: 0px;
	margin: 0px;
	}
	
#bottomNav dt {
	float: left;
	padding-left: 65px;
	}
	
#bottomNav a {
	color:#CCCCCC;
	text-decoration: none;
	}
.bottomNavNew a {
color:#CCCCCC;
	text-decoration: none;
}
	
.bottomNavNew a:visited {
	color:#CCCCCC;
	text-decoration: none;
	}

.bottomNavNew a:hover {
	color: white;
	text-decoration: underline;
	}
.navbar {
	background-image: url(../images/nav_bar_background.jpg);
	background-repeat: repeat-x;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.bottom_bar {
	background-image: url(../images/bottom_bar_background.jpg);
	background-repeat: repeat-x;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-top:0px;
	padding-bottom:0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.left_padd {
	padding-left: 150px;
}

