@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	background-color: #081920;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#Site {
	width: 1000px;
	margin: auto;
	color: #FFFFFF;
	background-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCFF00;
	border-left-color: #CCFF00;
}
#Header {
	position: relative;
}
.HeaderText {
	position: absolute;
	left: 339px;
	top: 78px;
	width: 630px;
	height: 42px;
}
#Left {
	float: left;
	width: 368px;
}

#Left p { 
padding:15px;
margin:0px; }
#Right {
	background-image: url(images/bgright.jpg);
	padding: 10px;
	width: 607px;
	background-repeat: no-repeat;
	float: right;
}
#Right h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FFFFFF;
}
#Site a {
	color: #FFFF66;
	text-decoration: none;
}
#Site a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#Footer {
	text-align: center;
	padding: 12px;
}

#Navigation ul { 
list-style:none;
padding:0px;
margin:0px;}

#Navigation li { 
float:left;
}

#Navigation li a {
	margin:2px;
	display:block;
	border:1px solid #6C244A;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	font-size: 16px;
	background-color: #000000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
