/* CSS Document */
/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link { text-decoration: none}
#logo{background-image:url(images/logo.gif); width:187px; height:143px;}
.grouped img {
	border: 1px solid #808080;
	outline: none;
	padding: 5px;
}
#content{
	width:800px;
	min-height:100%;
	overflow:hidden;
	background-color:#F0F0F0;
	background-image:url(images/bg_left.gif);
	background-repeat:repeat-y;
	border-bottom: 2px solid #588F94;
}
#left{
	float:left;
	width:187px;
}
#main{
	float:right; width:613px;
}
#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:#000000;
}
#linksmenu a.current{
	background-color:#000000;
}

.photos {
	margin-bottom: 15px;
	text-align: center;
}

#footer{
	width:613px;
	float:right;
	margin-top:20px;
	padding-bottom: 15px;
}

/*TEXT STYLES*/
#bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
	font-size: 14px;
	text-align: justify;
	margin: 20px;
}
.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;
}
.smallblacktext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 12px;
	color:#000000;
}
	
#page #content #main #bodytext h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align: center;
}
