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

body, td, th {
	font-size: 11px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header_c {
	background-image:url(graphics/layout/headerbg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	width:100%;
	height:254px;
}
#header {
	width:824px;
	height:254px;
	margin:0 auto;
	background-image:url(graphics/layout/headerbg2.jpg);
}
#navi_top {
	width:794px;
	height:200px;
	padding:15px 30px 0 0;
	text-align:right;
	color:#FFF;
}
#navi_top a{ text-decoration:none; color:#fff; }
#navi_top a:hover{ text-decoration:underline;}

#navi_bottom {
	width:450px;
	height:30px;
	padding:5px 0 0 60px;
	color:#FFF;
	text-shadow: -1px -1px 0px #000000, 0px 0px 1px rgba(255, 255, 255, 0.8);
}
#navi_bottom a{font-size:12px; text-decoration:none; color:#fff;}
#navi_bottom a:hover{ text-decoration:underline;

}

#content_c {
	width:740px;
	padding:20px 43px 75px 43px;
	min-height:450px;
	margin:0px auto;
	background-image:url(graphics/layout/contentbg.png);
	background-position: bottom; background-repeat:no-repeat;
}
#col1 {
	width:254px;
	float:left;
	margin:0 10px 0 0;
	padding: 0 10px 0 0;
	border-right:1px solid #ccc;
}
#col2 {
	width:254px;
	float:left;
	margin:0 10px 0 0;
	padding: 0 10px 0 0;
	border-right:1px solid #ccc;
}
#col2x {
	width:444px;
	float:left;
	margin:0 10px 0 0;
	padding: 0 10px 0 0;
	border-right:1px solid #ccc;
}
#col3 {
	width:190px;
	float:left;
	margin:0 0px 0 0;
}
#footer_c {
	background-image:url(graphics/layout/footer.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	width:100%;
	height:40px;
	padding:15px 0 0 0;
	text-align:center;
	font-size:10px;
}
h1 {
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	color:#690;
	font-size:18px;
	font-weight:normal;
	border-bottom:1px solid #ccc;
}
h2 {
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	color:#666;
	font-size:16px;
	font-weight:normal;
	border-bottom:1px solid #ccc;
}
.clearer {
	width:0.1px;
	height:0.1px;
	overflow:hidden;
	clear:both;
}
a:link {
	color: #259D2F;
}
a:visited {
	color: #666;
}