/* CSS Document */

body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;
}



td {

	vertical-align: top;

}



a {

	text-decoration: none;

}

	a img {

		border: none;

	}

	

.galleryPhoto {

	/*border: solid 2px #333333;*/
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;

	/*width: 120px;*/

	/*height: auto;*/

}



#outer {

	border: solid 5px #FFFFFF;

	height: 100%;

	width: 970px;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
}

#outer-bg {
	background: url(imgs/bg.png);
	background-position: center;
	background-repeat: no-repeat;
	
}



#header {

	background-color: #CCCCCC;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
}

.rounded-corners {
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
}


#main_menu {

	/*background-color: #663300;*/
	background-color: #333333;

	color: #FFFFFF;
	
	min-height: 20px;

	padding: 3px;

	vertical-align: middle;

}



	#main_menu a {

		text-decoration: underline;
		font-weight: bold;
		color: #FFFFFF;

	}



#content {

	background-color: #FFFFFF;

}



#footer {

	background-color: #333333;

	font-size: 10px;

}



#heading1 {

	font-size: 16px;

	font-weight: bold;

}



#leftNav {

	background-color: #333333;

	width: 160px;
	
	font-size: 11px;

}

	#leftNav a {
		text-decoration: none;
		font-size: 12px;
		color: #FFFFFF;
		display: block;
		padding: 2px;
		margin: 0px;
	}
	
	#leftNav a:hover {
		background-color: #eeeeee;
		color: #000000;
	}



#rightNav {

	background-color: #333333;

	width: 160px;
	
	font-size: 11px;
}



#midNav {

	width: 660px;
	background-color: #000000;

}


