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

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
#header {
	margin: 0 0 0 0;
}
.small {
	font-size:10px;
}
a {
	color:#bf301f;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #303030;
	text-decoration:underline;
	font-weight:bold;
}
#navbar {
	padding-top:10px;
	width:760px;
	height:32px;
	background-image:url(../images/navBg.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
}
#navcontainer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:19px;
	padding:3px 0 0 15px;
	font-weight:bold;
	color:#fff;
}
#contenttop { 
	float: left;
	width: 760px;
	background-color:#f5c66b;
}
#contentinternal { 
	float: left;
	width: 560px;
	background-color:#fff;
}
#left {
	float:left;
	width:200px;
	background-color:#fff;
}
#main {
	background-color:#fff;
	float:left;
	width:560px;
}
#internalright {
	float:left;
	width:240px;
	padding:0 0 0 10px;
}
#contentbottom { 
	float: left;
	width: 980px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#f4f4f4;
	height:360px;
}
#contentbottomleft {
	height:360px; 
	width:420px; 
	float:left; 
	padding:5px; 
}
#contentbottommiddle {
	height:360px; 
	width:320px; 
	float:left; 
	padding:10px; 
	line-height:17px;
	background-image:url(../images/hp_actionbg.jpg);
	background-repeat:no-repeat;
}
#contentbottomright {
	height:360px; 
	width:160px; 
	float:left; 
	padding:5px; 
	line-height:15px;
}
#footer {
	clear: both;
	height:20px;
	padding-top:15px;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}
#copyright {
	clear: both;
	background:#fff;
	border-top:solid 1px #999;
	height:20px;
	padding-top:5px;
}
#closer {
	background:#fff;
	height:92px;
	background-image:url(../images/bottombg.jpg);
}