body {
	background: CCCCCC;
}

#body {
	height: auto;
	width: 950px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
}

#header {
	background-color: #E8E8FF;
	padding: 0;
	margin: 8px auto 8px auto;
	height: 200px;
	width: 940px;
	background-image: url(../img/header1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#main {
	height: auto;
	width: 950px;
}

#left {
	margin-top: 15px;
	height: auto;
	width: 180px;
	float: left;
}

#lefttop {
	height: auto;
	width: 180px;
	float: left;
	margin-bottom: 8px;
}

#leftbottom { 
	height: auto;
	width: 180px;
	float: left;
	margin-bottom: 8px;
}

#content {
	height: auto;
	width: 560px;
	float: left;
	padding: 10px 15px 10px 15px;
	margin-bottom: 8px;
}

#right {
	margin-top: 15px;
	height: auto;
	width: 180px;
	float: left;
}
#flag {
	height: auto;
	width: 180px;
	float: left;
	margin: 8px 0 0 0;
	text-align: center;
	vertical-align: middle;
}

#righttop {
	height: auto;
	width: 180px;
	float: left;
	margin-bottom: 8px;
}

#rightbottom { 
	height: auto;
	width: 180px;
	float: left;
	margin-bottom: 8px;
}

#footer{
	background-color: #E8E8FF;
	height: 80px;
	width: 950px;
	clear: both;
}

.box {
	width: 178px;
	background:  url(../img/box.jpg) top;
	padding-top: 10px;
}

.box .content { 
	background: url(../img/box.jpg) bottom;
	padding: 0 10px 10px 10px;
}

.thmb img{
border: none;
margin: 0 5px 5px 0;
}