@charset "UTF-8";

/* CSS Document */

body {
	width:955px;
	background: url(../images/page_bg.jpg) 50% 0 repeat-x #0a0a0a;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #FFFFFF;
}
p a{
	color: #FFFFFF;
	text-decoration:none;
	}
p a:hover{
	color: #CC0000;
	text-decoration:underline;
	}
p a:visited{
	color: #FFFFFF;
	text-decoration:none;
	}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight: bold;
	color: #FFFFFF;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #CC0000;
	margin-bottom:-10px;
}
#bodybox{
	margin:auto;
	margin-top:0px;
	}

#header {
	width:955px;
	height:107px;
	float:left;
}

#main-top {
	margin-top:20px;
	width:955px;
	height:10px;
	float:left;
	background:url(../images/c-top.png) no-repeat;
}

#main {
	width:955px;
	min-height:200px;
	float:left;
	background:url(../images/c-mid.png) repeat-y;
}

#main-base {
	width:955px;
	height:10px;
	float:left;
	background:url(../images/c-base.png) no-repeat;
}

#left {
	width:200px;
	min-height:200px;
	float:left;
}

#content {
	margin-left:20px;
	width:715px;
	margin-right:20px;
	padding-top:20px;
	min-height:200px;
	float:left;
}

#content-top {
	float:left;
	height:10px;
	width:665px;
	background:url(../images/c-top.png) no-repeat;
}

#content-left {
	float:left;
	width:665px;
	padding-left:10px;
}

#content-right {
	float:left;
	width:645px;
	padding-right:10px;
}

#content-area {
	float:left;
	width:605px;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
	background:url(../images/c-mid.png) repeat-y;
}

#content-base {
	float:left;
	height:10px;
	width:665px;
	background:url(../images/c-base.png) no-repeat;
}

ul {
	list-style: none;
	width:170px;
	background:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #FFFFFF;
	margin-left:20px;
	float:left;
	border-top:#444444 1px solid;
	border-left:#444444 1px solid;
	border-right:#444444 1px solid;
	padding:0;
}

li {
	list-style:none;
	width:140px;
	
	border-bottom:#444444 1px solid;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:20px;
	padding-right:10px;
	float:left;
}
li a{
color:#FFFFFF;
text-decoration:none;
}
li a:hover{
color:#CC0000;
text-decoration:underline;
}
li a:visited{
color:#FFFFFF;
text-decoration:none;
}
