* {
	padding: 0;
	margin: 0;
	color: #404040;
	font-family: arial, verdana;
	font-size: 10pt;
}

body {
	background-color: #ffffff;
}

p {
	margin: 20px 0 20px 0;
}

ul, ol {
	margin-left: 30px;
}

#main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#main #header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 180px;
}

#main #navi_top table {
	width: 100%;
	background-image: url(../images/navi.gif);
	background-repeat: no-repeat;
}

#main #navi_top .navi_top_left {
	width: 230px;
}

#main #navi_top .navi_top_center {
	height: 38px;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	word-spacing: 9px;
}

#main #navi_top .navi_top_center a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#main #navi_top .navi_top_right {
	width: 192px;
}

#main #content {
	width: 636px;
	vertical-align: top;
	padding: 15px 0 15px 0;
}

#main #content h1 {
	background-color: #e5430a;
	background-image: url(../images/h1.gif);
	background-repeat: repeat-x;
	border: 1px solid #000000;
	color: #000000;
	font-size: 10pt;
	font-weight:bold;
	margin: 0 0 10px 0;
}


#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6 {
	color: #e5430a;
	font-size: 13pt;
	font-weight:bold;
	margin: 0 0 5px 0;
}

#main #content .infobox {
 	float:right;
 	width: 300px;
 	padding: 3px;
 	margin: 10px 0 8px 8px;
 	border: 1px solid #000000;
 	background-color: #f7d941;
}

#main #content .infobox td {
 	vertical-align: top;
}


#main #content a,
#main #content a:link,
#main #content a:active,
#main #content a:visited {
 	color: #e5430a;
 	font-weight: bold;
}

#main #content a:hover {
 	text-decoration: none;
}

#main #ad_left,
#main #ad_right {
	width: 162px;
	padding: 15px 10px 15px 10px;
	vertical-align: top;
}

#main #ad_left .sidebar_header,
#main #ad_right .sidebar_header {
	background-image: url(../images/ad-top.gif);
	background-repeat: no-repeat;
	width: 162px;
	line-height: 39px;
}

#main #ad_left .sidebar_field,
#main #ad_right .sidebar_field {
	background-image: url(../images/ad-bg.gif);
	background-repeat: repeat-y;
	width: 162px;
	line-height: 39px;
	text-align:center;
}

#main #ad_left .sidebar_footer,
#main #ad_right .sidebar_footer {
	background-image: url(../images/ad-bottom.gif);
	background-repeat: no-repeat;
	width: 162px;
	line-height: 39px;
}

#main #footer table {
	width: 99%;
	margin: 0 0 0 10px;
}

#main #footer .footer_left {
	background-image: url(../images/footer-left.gif);
	background-repeat: no-repeat;
	width: 10px;
}

#main #footer .footer_center {
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	line-height: 68px;
	text-align:center;
}

#main #footer .footer_center a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#main #footer .footer_right {
	background-image: url(../images/footer-right.gif);
	background-repeat: no-repeat;
	width: 15px;
}