html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 {
	text-align: left;
	color: #000;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
h1 img {
	display: block;
}
img {
	border: 0;
}

.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 12pt;
	background-color: #eeeeee;
	line-height: 18px;
}


#outer {
	background: url(index/header_bg.jpg) repeat-x;
	background-position: top center;
	height: 230px;
	margin-top: 10px;
}


/* WRAPPER ----------------------------------------*/
#wrapper {
	width: 956px;
	text-align: left;
	margin: auto;
	position: relative;
}


/* HEADER ----------------------------------------*/
#header {
	position: absolute;
	top: 0;  
	left: 0;
	width: 956px;
	
}
#header h1 {
	text-align: left;
	color: #780000;
	font-weight: normal;
	font-size: 22pt;
	padding-top: 32px;
	padding-right: 60px;
	margin-top: 20px;
}
#header p {
	color: #333333;
	padding-left: 500px;
}


/* HEAD ----------------------------------------*/
#head {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 370px;
}
#head-pip {
	background: url(index/header_pip.jpg) no-repeat;
	position: absolute;
	top: 0px;
	left: 600px;
	width: 48px;
	height: 94px;			
}


/* MENU ----------------------------------------*/
#menu {
	background: url(index/menu_bg.gif) repeat-x;
	position: absolute;
	color: #d6d6d6;
	font-size: 10pt;
	width: 956px; 
	height: 32px;
}
#menu a {
	color: #d6d6d6;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	margin-left: 10px;
}
#menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#menu li {
  font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;  
	margin: 10px 0 0 15px;
	float: left;
}


/* NAV ----------------------------------------*/
#nav {
	background: url(index/header_c_bg.gif) repeat-x;
	position: relative;
	top: 32px;
	height: 270px;
}
#nav a {
	color: #b0b0b0;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;  
	text-decoration: none;
	display: block;
	width: 300px;
}
#nav a:hover {
	color: #ffffff;
	text-decoration: none;
}
#nav ul {
    float: right;
    margin: 0;
    padding: 30px 0 0 325px;
    position: relative;
    width: 300px;
}
#nav li {
	background: left center url(index/bullet.gif) no-repeat;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;  
	padding: 10px 0 8px 30px;
	margin: 0;
}


/* HISTORY ----------------------------------------*/
#history {
  height: 20px;
  position: relative;
  color: #909090;
	margin: -60px 0 0 650px;
}
#history a {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #909090;
	padding: 0 5px;
}
#history a:hover {
	color: #000111;
	text-decoration: underline;
}


/* BODY ----------------------------------------*/
#body {
	background: top left #EEEEEE url(index/body_bg.gif) repeat-y;
	position: relative;
	left: -10px;
	height: 100%;
	width: 975px;
}
#body-inner {
	padding: 25px 30px 30px 50px;
}
#body-inner a {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}
#body-inner a:hover {
	color: #EF1818;
	text-decoration: none;
}
#body-left {
	float: left;
	width: 281px;
}
#body-right {
	margin-top: -28px;
	margin-right: 25px;
	float: right;
	width: 550px;
}
#topic-pic {
	background: #666;
	padding: 10px;
}
#body-left h2 {
	background: #f00;
	font-size: 12pt;
	color: #fff;
	padding: 6px 23px;
	margin: 6px 0 10px 0;
}
#body-left ul {
	margin: 30px 55px;
}
#body-left li {
	margin: 5px;
}
#body-right .box {
	padding: 15px;
	background: #fff;
	border: 1px solid #999;
	margin: 30px 0;
}
#body-right h2 {
	font: 18pt arial, sans-serif;
}
#body-right .box p {
	margin: 0 0 10px 0;
}
#body-right .box .left {
	margin-right: 15px;
	border: 1px solid #999;
}
#body-right .box .btns {
	text-align: right;
	padding-top: 10px;
	position: relative;
}


.btns a {
	background: left #CC0000 url(index/btn.gif) repeat-y;
	border: 2px solid #E68282;
	border-color: #E68282 #650000 #650000 #9C2828;
	color: #fff;
	font-weight: normal;
	padding: 3px 15px 3px 20px;
	position: relative;
}
.btns a:hover {
	background-color: #EF1818;
	color: #fff;
}


/* FOOTER ----------------------------------------*/
#footer {
	background: top center url(index/footer.gif);
	height: 100px;
	width: 975px;
	margin-left: -10px;
}

#footer p {
  padding: 30px;
	color: #606060;
	font: 11pt arial, sans-serif;
	text-align: left;
	margin-left: 50px;
	margin-top: 0px;
}
