@charset "utf-8";

/*
Site Name: 
Description: layout
*/

/* base layout
----------------------------------------- */
#container{
	width: 830px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
}

#title{
	width: 830px;
	height: 94px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}

#header{
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}

#menu{
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	/*background: #FFFFFF url(../img/g_link.jpg) no-repeat center;*/
}

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

#footer{
	clear: both;
	width: 830px;
	margin: 0 auto;
	background: #2D7FA4;
}

#main{
	float: left;
	width: 800px;
	background-color: #FFFFFF;
	color: #555555;
}

#valplastbanner{
	float: right;
}

/* for modern browser */
/*html>body #sub{
	width: 230px;
}
*/
