<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #000033;
	background-image: url(http://kdrib.org/images/background_gradient_000066_to_000033.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF9900;
}
#page_container{
	margin:0px auto;
	width:800px;
}
#header_container{
	width:100%;
	height:121px;
	background-color:#000033;
	border-top:5px solid #FF6600;	
	border-left:5px solid #FF6600;
	border-right:5px solid #FF6600;
	border-bottom:2px solid #000000;
}
#crest{
	position:relative;
	float:left;
	z-index:10;
}
#body_container{
	width:100%;
	background-color:#FFFFFF;
	border-left:5px solid #FF6600;
	border-right:5px solid #FF6600;
	border-bottom:5px solid #FF6600;
	min-height:600px;
}	
#menu ul{
	margin-top:10px;
	height:16px;
	float:right;
}
#menu ul li{
	float:left;
	min-height:16px;	
	padding:2px;
	margin-right:2px;
	width:73px;
	list-style:none;
	background-color:#000033;
	border:1px solid #FF6600;
	color:#FFFFFF;
}
#menu ul li a{
	color:#FFFFFF;
	text-decoration:none;
}
#menu li ul {display:none;}
#menu li ul a{display:block;}
#menu ul li a:hover{display:block;}		
#menu li:hover ul{
	display:block;
	position:relative;
	top:-5px;
	left:6px;
}
#news ul{
	margin-left:0px;
}
#news ul li{
	margin-bottom:12px;
	margin-left:0px;
	list-style:none;
}
	
#content_container{
	clear:both;
	padding-left:9px;
	padding-right:9px;
}
#content_container_left{
	float:left;
	width:160px;
	border-right:#FF6600 1px solid;
	border-bottom:#FF6600 1px solid;
	padding:1px;
	min-height:200px;
}
#content_container_right{
	float:left;
	width:610px;
	padding:4px;
	font-size:14px;
	line-height:1.5em;
}
#content_container_right_big{
	float:left;
	width:775px;
	padding:4px;
	font-size:14px;
	line-height:1.5em;
}		
#content_container_footer{
	clear:both;
}
h1{
	margin-left:200px;
	font-size:24px;
	margin-bottom:5px;
	color:#000033;
}
#login_box{
	width:400px;
	margin:0px auto;
	border:#000033 2px solid;
	background-color:#CCCCCC;
}
#front_img{
	width:604px;
	overflow:auto;	
	border-bottom:1px #000066 solid;
}
#login{
	position:absolute;
	padding-top:8px;
	color:#FFFFFF;
	left:50%;
	width:400px;
	text-align:right;
}
#login a{
	color:#FF6600;
	background-color:#000033;
}
.news_post{
	width:550px;
	margin:0px auto;
	border:2px solid #FF6600;
	margin-bottom:10px;
}
.news_post h1{
	color:#FFFFFF;
	font-size:18px;
	margin-left:10px;
}
.news_title{
	background-color:#000033;
	color:#FFFFFF;
	padding:10px;
	background-image:url(../../images/header_transparent.png);
	background-repeat: no-repeat;
	background-position:430px -30px;
}
.news_content{
	background-image:url(../../images/fadedCrest.jpg);
	background-repeat:no-repeat;
	padding:10px;
	min-height:100px;
	background-position: -10px -75px;
}
#profile_pic{
	width:150px;
	height:175px;
	overflow:auto;
	float:left;	
}	
.profile_box{
	width:200px;
	height:200px;
	border:#000033 solid 1px;
	padding-left:50px;
	overflow:hidden;
	background-image:url(../../images/fadedCrest.jpg);
	background-repeat:no-repeat;
	background-position: -40px -80px;
}
.calendar_day{
	border:1px #000000 solid;
	border-right:2px #000000 solid;
	border-bottom:2px #000000 solid;
	width:85px;
	height:90px;
	vertical-align:top;
	overflow:auto;
	
}
.calendar_day_current{
	border:1px #000000 solid;
	border-right:2px #000000 solid;
	border-bottom:2px #000000 solid;
	background-color:#FFFF99;
	width:85px;
	height:90px;
	vertical-align:top;
	overflow:auto;
	
}
.event{
	width:70px;
	margin-bottom:2px;
	background-color:#CCCCCC;
	overflow:hidden;
}
.error{
	border:#990000 1px solid;
	background-color:#FF6666;
	width:600px;
	padding:5px;
	margin-bottom:10px;
}
.success{
	background-color:#CCFFCC;
	border:#009900 1px solid;
	width:600px;
	padding:5px;
	margin-bottom:10px;
}
.big_event{
	border:#FFCC00 1px solid;
	background-color:#FFFF99;
	width:600px;
	padding:5px;
	margin-bottom:10px;
}
#photo_gallery_left{
	padding:5px;
	background-color:#FFFFCC;
	border:1px solid #FFFF66;
	width:130px;
	float:left;
}
#photo_gallery_thumbs{
	width:120px;
	margin:0px auto;
	padding:5px;
	overflow:auto;
	height:500px;
}
#photo_gallery_imgBox{
	width:625px;
	float:left;
	overflow:auto;
	text-align:center;	
}
-->