/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #cccccc;
	}

a:link, a:active { color: #666666; text-decoration: none; }
a:visited, a:hover { color: #FBA733; text-decoration: none; }

h1 {
font-size: 14px;
font-weight: bold;
color: #666666;
}

h2 {
font-size: 14px;
font-weight: bold;
color: #000000;
}

img a { border: 0px; }
	
/*Containers*/
	
table#header { width: 100%; text-align: left; vertical-align: top; background: #000000; }
#tablist { width: 100%; background: #000000; min-height: 165px; }
	#tabcontentcontainer{ margin: 0; padding-right: 125px; height: 28px; background: #484848; }
	.tabcontent{ display: none; padding: 0px; margin: 0px; }
#sc2 { padding-left: 50px; }
#sc1 { padding-left: 150px; }
tr#title { text-align: left; vertical-align: bottom; }
tr#nav { height: 28px; text-align: left; vertical-align: bottom; }
tr#subnav { text-align: left; vertical-align: bottom; background: #484848; }
	
	#container {
		 background: #ffffff;
		 text-align: left;
		 width: 690px;
		 font-family: Arial, Helvetica, sans-serif;
		 font-size: 12px;
		 margin: 0px;
		 padding: 10px; }
		
		#container td.divider { border-bottom: 1px solid #999999; }
		
	#footer {
		height: 69px;
		width: 100%;
		background: #484848;
		text-align: center;
		margin: 0px;
		padding: 0px;
		font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #999999; }
		
		#footer a { color: #999999; text-decoration: none; }
		#footer a:hover { color: #CCCCCC; text-decoration: underline; }
		
/*Other Styles*/
td.gallery_thumb {
	border: 1px solid #cccccc;
	height: 150px;
	padding: 8px;
	margin-right: 5px;
	}