a:link {
	color: #c9adad;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #c9adad;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}



body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	scrollbar-face-color:#008080; 
}
#wrapper{
	background-color: #570606;
	border-left: 3px white solid;
	border-right: 3px white solid;	
	border-bottom: 3px white solid;
	width: 999px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0px;
	margin-top: 0px;

}

table.foo td{
	padding-right: 5px;
	padding-top: 5px;
}

table.foo th{
	padding-top:20px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid white;
}



#header{
	background: url(../images/3/header.jpg) no-repeat;
	height: 122px;
	width: 1000px;

	top: 0px;
	background-position: top;	
}

#nav{
	position: absolute;
	right: 100px;
	top: 80px
}



#banner_container
{
	height: 160px;
	width: 1000px;
	position: relative;
	
}
#banner_container img
{
	height: 160px;
	width: 1000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;	

}

img.show
{
	display: none;
	z-index: 1 !important;	
}




#content{
	width: 100%;
	height: 100%;
	min-height: 800px;
	


}

#content_right{
	position: relative;
	right: 0px;
	top: 10px;
	width: 200px;
	float: right;

}

#content #text{
	width: 550px;


}

#bar p {
	color: white;
}

#bottom_mast{
	margin-left: 146px;
	background: url(../images/bottom.jpg);
	height: 183px;
	width: 240px;
}

#bar{
	margin-left: 146px;
	background: url(../images/middle.jpg) repeat-y;
	height: 300px;
	width: 240px;

}
hr {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #666666;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #CCCCCC;
}
.title {
	font-size: 16px;
	font-weight: normal;
	color: #99cccc;
	text-decoration: none;
	line-height: 24px;
}

#text_content{
	margin-left: auto;
	margin-right: auto;	
	margin-top: 25px;
	background: url('../images/3/content.jpg') no-repeat;
	width: 768px;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 60px;
	padding-bottom: 60px;	
	text-align: left;	


}

#text_content table {
	padding: 2px;
	
}

#footer{
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 60px;
	padding-bottom: 10px;		
	text-align: center;
	font-size: 12px;
	background-color: black;
	color: #222222;
}

#footer a {

	color: #222222; /*green*/
}

#admin_nav {
	background: black;
	position: absolute;
	left: 30;
	top: 300;
	width: 100px;
	height: 200px;
}

.calendar_table
	{
	border: 2px solid black;
	border-collapse:collapse;
	}
	

.calendar_table td
	{
	width: 200px;
	border: 1px solid black;
	vertical-align: top;
	height: 80px;
	}
	
.calendar_table th
	{
	width: 200px;
	border: 1px solid black;
	vertical-align: top;
	height: 50px;
	}

