@charset "UTF-8";
/* CSS Document */

body {
	background-color: #CF9229;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #333;
}
a:link {
	color: #606;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #606;
}
a:hover {
	text-decoration: underline;
	color: #609;
}
a:active {
	text-decoration: none;
	color: #609;
}



h3 {
	font-size:1.5em;
	font-weight:bold;
}

#container {
	width: 916px;  
	background: #CF9229 url(images/gs_bg.jpg) repeat-y top center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#header {
	position:relative;
	width: 900px;  
	height:225px;
	background: url(images/body_bg.jpg) repeat-x top center;
	margin: 0px auto;
	text-align:right;
}

#logo {
	position:relative;
	float:left;
	width: 331px;  
	height:125px;
	margin: 50px;
	display:inline;
}

#menu {
	position:relative;
	float:right;
	width:465px;
	height:39px;
	background: url(images/menu_bg.jpg) repeat-x;
	margin-top:80px;
	padding-top:12px;
	text-align:center;
	font-family: Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#menu a {
	font-family: Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
}


#menu a:hover {
	font-family: Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #CF9229;
	text-decoration:none;
}



#mainbody {
	position:relative;
	width: 800px;  
	margin: 0px auto;
	text-align:left;
}

#leftside {
	position:relative;
	float:left;
	width: 331px;  
	margin-right: 50px;
	display:inline;
}


#scroller {
	position:relative;
	float:right;
	width:365px;
	height:215px;
	background: #FFF url(images/scroller_bg.jpg) repeat-x top center;
	border: 1px solid #CF9229;
	padding:25px;
	text-align:left;
	font-family: Geneva, Arial, sans-serif;
	font-size: 12px;
	overflow: hidden;
	display:inline;

}


#bottom {
	position:relative;
	width: 916px; 
	height:40px;
	background-image: url(images/gold_star_bottom.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.categories {	
	color: #999;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:1.5em;
	color: #333;
}

.phototough {
	margin:35px 12px 50px 12px;
}

.directory td {
	border-top: 1px solid #F7DC9C;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}