body {
	padding: 10px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#wrapper{
	margin: auto;
	width:100%;
	max-width:1000px;
}
#header{
	background-image: url(bl1.png), url(bl2.png);
	background-position: left bottom, right bottom;
	background-repeat: no-repeat;
	height: 70px;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 25px;
}

#banner{
	width: 100%;
	clear: both;
}
#container{
	width: 90%;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius:10px;
	box-shadow: 0px 0px 0px #000000;
	border: 1px solid #CCC;
	padding: 2% 5%;
	overflow: auto;	
}
#footer{
	width: 100%;
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	font-size: 10px;
	color: #FFF;
	background-color: #900;
	padding-top: 20px;
	padding-bottom: 20px;
}

.content_div{
	text-align: justify;
	padding: 20px 40px;
}
.thumb{
	padding: 3px;
	border: 1px solid #CCC;
	margin: 3px;
	display: inline-block;
}
.thumb img{
	width: 280px;
	height: 160px;
}


.floatleft{
	float: left;
	}
.floatright{
	float: right;
	}

.box_50percent{
	width:45%;

	margin-bottom: 3%;
	}
