
body {
	padding: 0px;
	margin: 0px;
	background: #0d0e0f;
	font: 11px Tahoma;
	color: #000;
	}

A:link {COLOR:red; TEXT-DECORATION: none}
A:visited { COLOR:red; TEXT-DECORATION: none}
A:active {COLOR:red; TEXT-DECORATION: none}
A:hover {color:black}

strong {
	color: #F02B2B;
	}

#container {
	display: block;
	position: relative;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background: url('/img/mainBg.gif');
	padding-left: 80px;
	padding-right: 80px;
	}

#content {
	display: block;
	position: relative;
	}

#left {
	float: left;
	display: block;
	width: 197px;
	background: url('/img/leftbg.gif');
	margin-bottom: 20px;
	}

#info {
	background: url('/img/infoFt.jpg') no-repeat bottom left;
	padding-bottom: 25px;
	}	

#info ul {
	margin: 0px;
	padding: 0px;
	display: block;
	background: url('/img/ServerInfoHeader.jpg') no-repeat top left;
	padding-top: 27px;
	padding-left: 6px;
	width: 191px;
	}

#navigation {
	background: url('/img/navigationFt.gif') no-repeat bottom left;
	}

#navigation ul {
	margin: 0px;
	padding: 0px;
	display: block;
	background: url('/img/navigationHeader.jpg') no-repeat top left;
	padding-top: 34px;
	padding-left: 8px;
	width: 189px;
	padding-bottom: 9px;
	}

#right {
	width: 573px;
	float: left;
	background: url('/img/contentBg.gif');
	margin-bottom: 20px;
	}

#mainContent {
	background: url('/img/contentHeader.jpg') no-repeat;
	padding-top: 32px;
	padding-left: 2px;
	}

#mainContent p {
	margin: 0px;
	padding: 5px 15px;
	}

#contentFooter {
	display: block;
	margin-left: 2px;
	}

h2 {
	display: block;
	width: 558px;
	height: 31px;
	background: url('/img/headerBg.gif') no-repeat;
	font: bold 11px/21px Tahoma;
	color: #000;
	padding-left: 7px;
	margin: 0px;
	}

h2 span {
	float: right;
	padding-right: 7px;
	color: #003C78;
	}

#footer {
	padding-right: 5px;
	position: relative;
	width: 759px;
	clear: left;
	display: block;
	height: 29px;
	background: url('/img/mainFooter.jpg');
	}

#footer .copyright {
	display: block;
	position: absolute;
	top: 3px;
	left: 29px;
	font: bold 8px Tahoma;
	text-transform: uppercase;
	color: #4a4a4a;
	text-decoration: none;
	}
