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

body {
	margin:160px 0 0 0;
	padding:0px;
	background-image: url(../images/bgd.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}
#logo {
	position:absolute;
	top:35px;
	left:35px;
}
#nav {
	width:740px;
	height:auto;
	margin:0px;
	padding:10px;
	text-transform:uppercase;
	position:absolute;
	top:120px;
	left:0px;
	text-align: right;
	letter-spacing: 1px;
	color:#ffffff;
	font-weight: bold;
	font-size: 12px;
}
#main {
	margin:0px;
	padding:10px 0 10px 0;
	width:750px;
	height:auto;
	background-image: url(../images/main_bgd.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #DD5800;
	border-right-color: #DD5800;
	border-bottom-color: #DD5800;
	border-left-color: #DD5800;
}
#leftcontent {
	width:350px;
	height:auto;
	margin:0px;
	padding:5px 0 0 15px;
	float:left;
}
.header {
	margin:0px; 
	padding:5px 0 0 10px;
	width:300px;
	height:41px;
	background-image: url(../images/header_bgd.gif);
	background-repeat: no-repeat;
}
.contentbox {
	background-color:#CCCCCC;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin:5px 0 0 0;
	padding:0 10px 0 10px;
}
.contentbox:hover {
	background-color:#F3F3F3;
}
.contentbox2 {
	background-color:#CCCCCC;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin:10px 0 0 0;
	padding:10px 10px 0 10px;
}
.contentbox2:hover {
	background-color:#F3F3F3;
}
#rightcontent {
	width:350px;
	height:auto;
	margin:0px; padding:5px 0 0 15px;
	float:left;
}
.clear {
	clear:both;
}
#footer {
	margin:0px;
	padding:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

