/* CSS Document */
body			{
	background-color: #999999;
}

#full_wrapper	{
	width: 1000px;
	height: auto;
	margin: auto;
	background-color: #FFFFFF;
	background: rgba(255, 255, 255, 255);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 1);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#header_wrapper	{
	width: 1000px;
	height: 110px;
	margin: auto;
	background-color: #fff;
}

#header_logo	{
	width: 575px;
	height: auto;
	margin: auto;
	float: left;
}

#search			{
	width: 325px;
	height: auto;
	margin: auto;
	float: right;
	background-color: #ffffff;
}
#social			{
	width: 410px;
	height: 65px;
	float: right;
	margin-right:10px;
	padding-bottom:10px;
}

#main_wrapper	{
	width: 1000px;
	height: auto;
	background-color:#fff;
	clear:both;
}
#main			{
	width: 900px;
	height: 400px;
	margin: auto;
	padding-left: 25px;
	padding-right: 25px;
	background-color:#FFFFFF;
}
#main_left		{
	width: 640px;
	height: auto;
	float: left;
	padding-left: 55px;
	padding-right: 10px;
	background-color:#fff;
	text-align: left;
	font-weight: bold;

}
#main_right		{
	width: 250px;
	height: auto;
	float: right;
	padding-left: 10px;
	padding-right: 25px;
	text-align: center;

}
#footer			{
	width: 1000px;
	height: 65px;
	background:#990033;
	clear:both;
}
 
.header			{
	font-size:18px;
	color:#CC0000;
	text-align:center;
	font-style:strong;
}
#full_wrapper #main_wrapper #main_left p {
	font-weight: normal;
	text-align: left;
}
