@charset "utf-8";
/* CSS Document */
body{
	background: url(images/bg.jpg);
	background-repeat: repeat;
	font-family: Helvetica, Verdana, Arial, Sans-seriff;
}
a img {
	border: none;
}
p a{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
p a:hover{
	text-decoration: underline;
}
.about-list{
	color: #FFF;
	list-style-image:url("images/list-icon.png");
	font-size: 12px;
	font-weight:bold;
}
p{
	color: #FFF;
	padding-left: 20px;
	margin-top: 0px;
	font-size: 12px;
}
#box{
	width: 960px;
	height: auto;
	margin: 0 auto;
}
#uppermenu{
	width: 960px;
	height: 35px;
	background: url("images/uppermenu.png");
}
#header{
	width: 960px;
	background: #000;
	height: 150px;
	background: url("images/header.png") no-repeat;
}
#content{
	width: 960px;
	height: auto;
	background: #252d2d;
}
#menu-left{
	width: 239px;
	height: 35px;
	background: url("images/menu-left.png");
	float: left;
}
#menu-right{
	width: 721px;
	height: 35px;
	background: url("images/menu-right.png");
	float: right;
}
#menuitem-box{
	width: auto;
	height: 35px;
	margin-left: 350px;
}
#menuitem-box ul:first-child{
	border-left: 1px #333 solid;
	padding-right: 0px;
	padding-left: 0px;
}
#menuitem-box ul li{
	width: 60px;
	display: inline;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px #333 solid;

}
#menuitem-box ul li a{
	width: 90px;
	color: #FFF;
	text-decoration: none;
}
#menuitem-box ul li a:hover{
	width: 90px;
	background: url("images/menuhover.png") no-repeat;
	color: #CCC;
}
.content_title{
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 7px;
	color: #FFF;
}
#content_main{
	width: 960px;
	height: auto;
	min-height: 400px;
	background: url("images/content_edges.png") repeat-y;
	background-color: #252d2d;

}
#content_main_other{
	width: 960px;
	height: auto;
	min-height: 600px;
	background: url("images/content_edges.png") repeat-y;
	background-color: #252d2d;

}
#content_lower{
	width: 960px;
	height: 35px;
	background: url("images/content_lower.png");
}
#footer{
	width: 960px;
	height: 200px;
	background: url("images/footer.png");
	margin-top: 20px;
}
	