@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	border:0;
	}
	
body {
	background:#e2e7ea url(../images/bg-body.gif) 0 0 repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	}

img, div, input { 
	behavior: url("iepngfix.htc") 
	}
	
h1 {
	font:normal 18px/20px Arial;
	color:#666;
	padding:0 0 10px 0;
	}
	
h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
	
h3 {
	font:bold 14px/20px Arial;
	color:#666;
	}
	
a {
	color:#999;
	text-decoration:underline;
	}
	
a:hover {
	color:#000;
	text-decoration:none;
	}
	
div#content-main li {
	margin:0 0 0 30px;
	}
	
div#content-main ul {
	margin:0 0 0 20px;
	}

div#container {
	width:858px;
	height:auto;
	margin:5px auto;
	}

div#header {
	background:url(../images/bg-header.png) 0 0 no-repeat;
	width:858px;
	height:129px;
	}
	
div#logo {
	padding:20px 0 0 20px;
	width:302px;
	height:70px;
	}
	
div#navigation {
	background:url(../images/bg-navigation.png) 0 0 no-repeat;
	height:32px;
	padding:0 23px;
	}
	
div#navigation span {
	display:none;
	}

div#navigation li {
	float:left;
	list-style:none;
	}
	
div#navigation a#navi01 {
	display:block;
	background:url(../images/navi_01.gif) 0 0 no-repeat;
	width:133px;
	height:33px;
	}
	
div#navigation a:hover#navi01 {
	background:url(../images/navi-hover_01.gif) 0 0 no-repeat;
	}
	
div#navigation a#navi02 {
	display:block;
	background:url(../images/navi_02.gif) 0 0 no-repeat;
	width:136px;
	height:33px;
	}
	
div#navigation a:hover#navi02 {
	background:url(../images/navi-hover_02.gif) 0 0 no-repeat;
	}
	
div#navigation a#navi03 {
	display:block;
	background:url(../images/navi_03.gif) 0 0 no-repeat;
	width:137px;
	height:33px;
	}
	
div#navigation a:hover#navi03 {
	background:url(../images/navi-hover_03.gif) 0 0 no-repeat;
	}
	
div#navigation a#navi04 {
	display:block;
	background:url(../images/navi_04.gif) 0 0 no-repeat;
	width:134px;
	height:33px;
	}
	
div#navigation a:hover#navi04 {
	background:url(../images/navi-hover_04.gif) 0 0 no-repeat;
	}
	
div#navigation a#navi05 {
	display:block;
	background:url(../images/navi_05.gif) 0 0 no-repeat;
	width:136px;
	height:33px;
	}
	
div#navigation a:hover#navi05 {
	background:url(../images/navi-hover_05.gif) 0 0 no-repeat;
	}
	
div#navigation a#navi06 {
	display:block;
	background:url(../images/navi_06.gif) 0 0 no-repeat;
	width:135px;
	height:33px;
	}
	
div#navigation a:hover#navi06 {
	background:url(../images/navi-hover_06.gif) 0 0 no-repeat;
	}
	
div#content {
	background:url(../images/bg-content.png) 0 0 repeat-y;
	}
	
div#content-container {
	background:url(../images/bg-content-container.gif) center top no-repeat;
	padding:40px 10px 10px 45px;
	height:auto !important;
	min-height:550px;
	height:550px;
	}
	
div#content-main {
	float:left;
	width:531px;
	}
	
div#sidebar{
	float:left;
	width:220px;
	margin:0 0 0 52px;
	}

div#footer {
	background:url(../images/bg-footer.png) 0 0 no-repeat;
	padding:35px 0 0 0;
	text-align:center;
	color:#999;
	font-size:11px;
	}
	
div#footer a {
	color:#000;
	text-decoration:none;
	padding:0 10px;
	}
	
div#footer a:hover {
	color:#666;
	}