/* CSS Document */
/*PAGE LAYOUT*/
body {	 
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
}
#logo{background-image:url(logo.jpg); width:187px; height:143px;}
#page{width:1000px;}
#content{
	width:1000px; 
	margin-bottom: 0;
	text-align:center; 
	height: 100%;
	overflow:hidden; 
	background-color:#F0F0F0; 
	background-image:url(bg_left.jpg); 
	background-repeat:repeat-y;
}
#left{
	float:left; width:187px;
}
#main{
	float:right; width:813px; bottom:0px; min-height:600px;
}
#linksmenu a{
	float:right;
	width:160px; 
	height:20px; 
	background-color:#588F94; 
	border:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
}
#linksmenu a:hover{
	background-color:#A5C6C9;
}
.photos {
	margin-bottom: 15px;
}
.photos a {
	width: 106px;
	float: left;
	text-align: center;
	color: #A2A3A6;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	margin-top:10px;
}
.photos a:hover {
	background: #FF9900;
	color: #FFFFFF;
}
#footer{
	width:813px; 
	float:right; 
	margin-top:20px; 
	margin-bottom:20px;s

}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}
.logotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#FFFFFF;
}
.graytitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #CCCCCC;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}