@charset "utf-8";

a:link{
	color:#FFF
}

a:visited{
	color:#fff		
}

a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
}
a:active { 
	color: #333333;
}

body {
	background-color:#000;
	background-image:url(images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	text-align: center;
	color:#CCC;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menu a {
	font-size:16px;
	font-style:bold;
	color: #CCC;
	text-decoration:none;
}
H1 {
	font-size: 20px;
	font-weight: bold;
	color:#FFF;
	text-align:center;
}
H2{
	font-size:14px;
	color:#fff;
	text-align:center;
}

H3{
	color:#900;
	font-size:16px;
}

#header {
	width: 780px;
	margin: auto;
	padding: 0px;
}
#menu {
	background-color: #8d0000;
	clear: both;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: left;
	padding: 5px;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
	text-align: left;
}

#sidebar {
	text-align:left;
	float:left;
	left:0px;
	top:0px;
	width:150px;
	height:auto;
}

#maincontent {
	text-align:left;
	width:600px;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: auto;
}

#escort{
	text-align:center;
	table-layout:auto;
	width:600px;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: auto;
}

#content {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #900;
	margin: auto;
	width: 780px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	height:1100px;
	padding: 5px;
}
#footer {
	font-size: 10px;
	
}
