/* CSS Document */

a:link{
	color:#006699;
}

a:visited{
	color:#006699;
}

a:active{
	color:#006699
}

body{
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #211443;
	/*background-image: url('../images/green029.jpg');*/
}

form{
	display: inline;
}

#wrapper{
	width: 100%;
	height: 100%;
}

#header{
	height: 156px;
	width: 100%;
	background-color: #000000;
}

#header_top_left{
	width: 75%;
	background-color: #000000;
	text-align: center;
	float: left;
	height: 137px;
}

#header_top_right{
	background-color: #000000;
	height: 137px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#header_bottom{
	width: 100%;
	height: 19px;
	line-height: 19px;
}

#middle{
	height: 100%;
}

#left{
	width: 187px;
	/*background-color: #000000;*/
	float: left;
	height: 100%;
	text-align: center;
}

#box{
	border: solid 1px #FFFFFF;
	background-color: #000000;
}

#box_header{
	color: #00FF00;
	background-color: #808080;
	text-align: center;
}

#center{
	float: left;
	height: 100%;
	padding: 9px;
}

#right{
	height: 100%;
	width: 151px;
	/*background-color: #FFFF00;*/
	float: right;
	text-align: center;
}

#footer{
	float: left;
	width: 100%;
}

#footer_box{
	height: 88px;
	border: solid 1px #FFFFFF;
	background-color: #808080;
}

#footer_box_left{
	padding-top: 10px;
	padding-left: 10px;
	width: 80%;
	float: left;
}

#footer_box_right{
	width: 16%;
	text-align: center;
	float: right;
}

#navigation_wrapper{
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
}

#navigation{
	font-size: 12px;
	width: 173px;
	border: solid 1px #FFFFFF;
	height: 25px;
	background-color: #CCCCCC;
	line-height: 25px;
	text-align: center;
	color: #000000;
	margin-bottom: 5px;
}

#navigation:hover{
	font-size: 12px;
	width: 173px;
	border: solid 1px #FFFFFF;
	height: 25px;
	background-color: #999999;
	line-height: 25px;
	text-align: center;
	color: #000000;
	cursor: pointer;
}

#admin_navigation{
	font-size: 12px;
	width: 173px;
	border: solid 1px #FFFFFF;
	height: 15px;
	background-color: #CCCCCC;
	line-height: 15px;
	text-align: center;
	color: #000000;
	margin-bottom: 5px;
}

#admin_navigation:hover{
	font-size: 12px;
	width: 173px;
	border: solid 1px #FFFFFF;
	height: 15px;
	background-color: #999999;
	line-height: 15px;
	text-align: center;
	color: #000000;
	cursor: pointer;
}

#login-out{
	width: 600px;
	height: 100px;
	margin: auto;
	background-color: #808080;
	border: solid 1px #FFFFFF;
	vertical-align: text-bottom;
	line-height: 100px;
	text-align: center;
}

#admin_login-out{
	width: 600px;
	margin: auto;
	background-color: #808080;
	border: solid 1px #FFFFFF;
	vertical-align: text-bottom;
	text-align: center;
}

#left_faux{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 187px;
	/*background-color: #000000;*/
	height: 100%;
	z-index: -1;
}

#right_faux{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 131px;
	/*background-color: #FFFF00;*/
	height: 100%;
	z-index: -1;
}

#text_heading{
	font-size: 14px;
	font-weight: bold;
	float: left;
}

#text_normal{
	float: left;
	padding-bottom: 10px;
}

#news{
	font-size: 12px;
}

#news_header{
	font-weight: bold;
	font-size: 24px;
}

#news_heading{
	font-weight: bold;
	font-size: 17px;
}

#news_postby{
	font-size: 10px;
	border-bottom: solid 1px #FFFFFF;
}

#gallery_left{
	width: 187px;
	float: left;
	padding: 5px;
	height: 100%;
}

#gallery_hr{
	width: 1px;
	float: left;
	background-color: #000000;
}

#gallery_right{
	float: left;
	width: 800px;
}

#gallery_navigation{
	font-size: 12px;
	width: 173px;
	border: solid 1px #FFFFFF;
	background-color: #CCCCCC;
	text-align: center;
	color: #000000;
	margin-bottom: 5px;
}
