﻿#wrapper
{
	width: 1000px;
	margin: 0px auto;
	border: 1px solid #bbb;
	padding: 10px;
	
}

#header {
		border:1px solid #bbb;
		height:135px;
		
		width:1000px;
	}
	#content
{
	width:1000px;
	padding-bottom: 20px;
		text-align: center;
	
	}
	#content div {
		
		
		
		
	}
	#content-left
{
	width: 240px;
	background-color: #DFDEDA;
	text-align: center;
	height:100%;
	float:left;
}
	#content-main
{
	width: 380px;
	float: left;
	background-repeat: repeat;
	text-align: left;
}
#content-main2
{
	width: 330px;
	float: left;
	background-repeat: repeat;
	text-align: left;
}
	#content-mainMasterPage
{
	width: 760px;
	float: left;
	background-repeat: repeat;
	text-align: right;
}
	#content-right {
		
		width:620px;
		float:left;
	}
	#content-right2 {
		
		width:340px;
		float:left;
	}
	#content-rightMaterPage {
		
		width:700px;
		float:left;
	}
	#content-left2 {
		
		width:300px;
		float:left;
	}
	#footer
{
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #bbb;
	width: 980px;
	background-color: #27BCFE;
}
	#bottom {
		clear:both;
		text-align:right;
	}


