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

/* Basic Page Properties */

body {
	margin: 0 0 0 0;
	background: url(../images/bg_body02.jpg) no-repeat center top #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.750em;
	color: #666;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.750em;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1.7em;
	}
	
img {
	border: 0;
	}


/* Links */
	
.a:link, a:visited, a:active {
	text-decoration: none;
	color: #666;
	}
	
.a:hover {
	text-decoration:none;
	color: #ff9c00;
	}
	
.b {
	color: #FFF;
	}

.b:link, a:visited, a:active {
	text-decoration: underline;
	}

/* Basic */

#container{
	width: 800px;
	margin: 0 auto 0 auto;
	padding:40px 0 0 0;
	background: #FFFFFF;
	border-left:thin #EEEEEE solid;
	border-left-width:1px;
	border-right:thin #EEEEEE solid;
	border-right-width:1px;
	overflow: hidden;
	}	

/* header */

#header{
	float:left;
	width:800px;
	}
	
#logo{
	float:left;
	width:365px;
	height:75px;
	}
	
#menu{
	float:left;
	width:435px;
	height:75px;
	}

#menuTop{
	float:left;
	width:425px;
	margin:5px 10px 11px 0;
	text-align:right;
	height:17px;
	display:inline;
	}

#menuBottom{
	float:left;
	width:435px;
	height:42px;
	}
	
#frontimage{
	float:left;
	width:800px;
	}

/* content */

#contentWrap{
	float:left;
	width:800px;
	margin:0 0 50px 0;
	}

#contentLeft{
	float:left;
	width:430px;
	padding:50px 50px 50px 50px;
	}

#contentCenter{
	float:left;
	width:30px;
	padding:40px 0 0 0;
	}

#contentRight{
	float:left;
	width:240px;
	padding:40px 0 0 0;
	}

/* Left Content*/
#LeftTitle{
	float:left;
	width:430px;
	text-align:left;
	margin:0 0 20px 0;
	}

#LeftList{
	float:left;
	width:430px;
	text-align:left;
	line-height:1.75em;
	}

#LeftMore{
	float:left;
	width:430px;
	margin:10px 0 0 0;
	padding:5px 0 0 0;
	background:url(../images/i_pixel.gif) top repeat-x;
	text-align:right;
	}

#LeftNewsTitle{
	float:left;
	width:430px;
	text-align:left;
	margin:0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom:thin #666666 solid;
	border-width:1px;
	}

#LeftNewsTitle2{
	float:left;
	width:430px;
	text-align:right;
	margin:0 0 5px 0;
	padding: 0 0 5px 0;
	}


/*Right Content*/

#RightTitle{
	float:left;
	width:270px;
	margin:0 0 20px 0;
	text-align:left;
	}
	
#RightList{
	float:left;
	width:270px;
	margin:0 0 10px 0;
	text-align:left;
	line-height:1.75em;
	}
	
#RightBanner{
	float:left;
	width:250px;
	height:75px;
	margin:0 6px 10px 6px;
	border:medium #CCCCCC solid;
	display:inline;
	}

#RightBanner:hover{
	float:left;
	width:250px;
	height:75px;
	margin:0 6px 10px 6px;
	border:medium #ff9c00 solid;
	display:inline;
	}

#footer{
	float:left;
	background: url(../images/index_40.jpg) no-repeat;
	text-align:left;
	padding:15px 0 15px 30px;
	width:800px;
	}

#footer_left{
	float:left;
	padding:10px 0 10px 0;
	text-align:left;
	width:680px;
	}
	
#footer_right{
	float:left;
	text-align:left;
	width:70px;
	}