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

body {
	margin: 0px;
	margin: 0px;
	height:100%;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #111;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#777777;
}
#wrapper{
	width:932px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
	overflow:hidden;
}
#header{
	height:100px;
	display:block;
	min-height:100px;
	position:relative;
	padding:5px;
}
#menu{

height:35px;
left:326px;
position:relative;

width:600px;

}
#logo{
	width:283px;
	height:90px;
	position:relative;
	z-index:1000;
	
}
#containts{
	padding:inherit;
	margin-top:10px;
	margin-bottom::10px;
}
#footer
{
	height:50px;
	
	
	text-align:right;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}

#intro-text
{
	padding:10px;
	margin-bottom:10px;
}

#box
{
	padding:10px;
	margin-bottom:10px;
}
#inside-banner
{
	height:100px;
}
#left-menu
{
	float:left;
	width:200px;
	position:relative;
	
}
#main-contents
{
	width:480px;
	float:left;
	position:relative;
	padding:10px;
}
#main-contents-two
{
	width:665px;
	float:left;
	position:relative;
	padding-top:10px;
}
#right-menu{
	width:175px;
	float:right;
	position:relative;
	top:0px;
}
