@charset "utf-8";
* {
	margin: 0px;
	border: 0px;
}
body {
	background-color: #131313;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;}

A:link {color:##75A2EC; text-decoration:none}
A:active {color:#75A2EC; text-decoration:none}
A:visited {color:#75A2EC; text-decoration:none}
A:hover {
	color:#BCBCBC;
	text-decoration:none
}
#container {
	width: 960px;
}
#container #leftnav {
	background-image: url(../images/navleft.jpg);
	float: left;
	height: 27px;
	width: 338px;
}


#container #header {
	background-image: url(../images/header.jpg);
	height: 333px;
	width: 960px;
}
#container #navigation {
	height: 27px;
	width: 960px;
}
#container #navigation #leftnav {
	background-image: url(../images/navleft.jpg);
	height: 27px;
	width: 338px;
	float: left;
}
#container #navigation #navarea {
	float: left;
}
#container #contentbox {
	width: 960px;
}
#container #contentbox #leftcontent {
	background-color: 131313;
	background-image: url(../images/leftcontent.jpg);
	width: 338px;
	float: left;
	height: 50px;
	background-repeat: no-repeat;
	clear: left;
}
#container #contentbox #contentarea {
	width: 518px;
	float: left;
	background-image: url(../images/content.jpg);
	clear: right;
	background-repeat: no-repeat;
	background-color: #181818;
}
#container #contentbox #contentarea p {
	margin: 15px;
}

#container #contentbox #rightcontent {
	background-color: 131313;
	background-image: url(../images/rightcontent.jpg);
	float: right;
	width: 104px;
}





#container #navigation #rightnav {
	background-image: url(../images/navright.jpg);
	float: right;
	height: 27px;
	width: 104px;
}
#container #contentbox #footer {
	background-image: url(../images/footer.jpg);
	height: 16px;
	width: 960px;
	float: none;
	clear: both;
}
.home:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #contentbox #contentarea table {
	text-align: center;
}
