@charset "UTF-8";
#wrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	overflow:hidden;
}
#wrapper #header {
	float: left;
	height: 100px;
	width: 980px;
}
#wrapper #topadvertisement {
	float: left;
	height: 100px;
	width: 970px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 35px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #FF0000;
	background-color: #333333;
}
#wrapper #navigation {
	float: left;
	height: 60px;
	width: 970px;
	background-color: #FFFFFF;
	margin-bottom: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#wrapper #mainContent {
	float: left;
	height: auto;
	width: 644px;
	margin-right: 10px;
	margin-top: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
	padding-right: 20px;
}
#wrapper #sideContent {
	height: auto;
	width: 275px;
	float: left;
	margin-top: 10px;
	background-image: url(../images/resources_hd.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	margin-right: 10px;
	margin-left: 10px;
}
#wrapper #footer {
	float: left;
	width: 970px;
	margin-top: 25px;
	margin-bottom: 25px;
}
#wrapper #sideContent #form #jumpMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
