#menu>ul>li {
	padding:15px 10px;
	font-size:18px;
}

#banner {
	background:#202020;
	padding:20px 0;
	margin-left: 0;
}

#banner .thumb {
	margin-left:20px;
	width:286px;
	height:190px;
	overflow:hidden;
	float:left;
}

#banner .thumb .image {
	position:absolute;
	width:286px;
	height:190px;
}

#banner .thumb img {
	width:286px;
}

#banner .thumb .title {
	width:266px;
	height:	20px;
	margin-top:140px;
	padding:15px 10px;
	display:block;
	position:absolute;
	background:url(../images/transblack.png) repeat;
}

#wBreadcrumb {
	width:900px;
	padding:10px 20px;
}
#breadcrumb {
	width:690px;
	float:left;
}

#search {
	width:200px;
	float:right;
}

#container, #bottom {
	width:900px;
	display:inline-block;
	padding:20px;
}

#content {
	float:left;
	width:600px;
}

#sidebar {
	width:270px;
	float:right;
}

#sidebar input[type=text] {
	width:160px;
}

#sidebar .image img {
	width:270px;
	
}

#bottom div {
	width:300px;
	float:left;
}

#footer {
	width:940px;
	height:35px;
}

#footer #copyright {
	width:300px;
	float:left;
}

#footer #menuFooter {
	width:300px;
	float:right;
}