

#topmenu {
	background-image: url(images/top.jpg);
	float: left;
	height: 104px;
	width: 987px;
	position: relative;
	z-index: 0;
}

#mainbg {
	background-image: url(images/middlebg.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 987px;
	position: relative;
}
#main {
	background-image: url(images/topcontent.jpg);
	float: left;
	width: 987px;
	position: relative;
	background-repeat: no-repeat;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 43px;
	width: 987px;
	position: relative;
	text-align: center;
	padding-top: 18px;
}
#sidebar {
	float: left;
	width: 203px;
	border: 1px solid #240800;
	position: relative;
	margin-left: 27px;
}
#content {
	float: left;
	width: 670px;
	position: relative;
	margin-left: 34px;
margin-top: 53px;
}
#content2 {
	float: left;
	width: 490px;
	position: relative;
	margin-left: 30px;
}
#sidebar2 {
	float: right;
	width: 180px;
	position: relative;
	margin-top: 100px;
	margin-left: 10px;	
	margin-right: 53px;	
	border: 1px solid #000;
}

