@charset "utf-8";

/*
Site Name: 
Description: layout
*/

/* base layout
----------------------------------------- */
#container{
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#home #container{
	background-image: url(../img/container_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 3px;
}

#contents #container{
	background-image: url(../img/contents_container_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#home #header{
	width: 950px;
	height: 345px;
	margin: 0 auto 20px auto;
	text-align: left;
	overflow: hidden;
}

#contents #header{
	width: 950px;
	height: 112px;
	margin: 0 auto 5px auto;
	text-align: left;
	overflow: hidden;
}

#header #logo{
	height: 62px;
}

#topicpath{
	width: 950px;
	margin: 0 auto;
}

#menu{
	width: 950px;
	height: 70px;
	margin: 0 auto;
	text-align: left;
}

#content{
	clear: both;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
	overflow: hidden;
}

#footer{
	clear: both;
	width: 950px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px 0px 15px 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00B3C4;
	overflow: hidden;
}

#home #content #main{
	float: right;
	width: 707px;
	display: inline;
}

#home #content #sub{
	float: left;
	width: 224px;
	display: inline;
}

#contents #content #main{
	float: right;
	float: left;
	width: 710px;
	display: inline;
}

#contents #content #sub{
	float: right;
	width: 220px;
	display: inline;
}

/* home layout --------------------------- */

#home #content #main #right_box{
	float: right;
	width: 224px;
	display:inline;
}

#home #content #main #info_box{
	float: left;
	display: inline;
	width: 464px;
	background-image: url(../img/info_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;  
	overflow: hidden;
	padding-bottom: 9px;
}

