body {
	margin:				0;
	padding:			0;
	}
#PageWrapper {
	width:				1000px;
	margin-bottom:		10px;
	}
#Header {
	margin-bottom:		15px;
	}
#Content {
	padding-bottom:		20px;
	}

.MainMenu {
	background-image:	url(/Images/line.jpg);
	background-repeat:	no-repeat;
	margin-left:		30px;
	margin-top:			30px;
	margin-right:		15px;
	width:				170px;
	list-style:			none;
	}

.MainMenu dt {
	padding:			0;
	margin:				0;
	background-image:	url(/Images/line.jpg);
	background-repeat:	no-repeat;
	background-position:left bottom;
	}

.MainMenu dt a {
	color:				#2966A3;
	display:			block;
	font-size:			12px;
	font-weight:		bold;
	height:				32px;
	line-height:		32px;
	text-decoration:	none;
	}
#IERoot .MainMenu dt a {
	width:				100%;
	}

#Footer {
	text-align:			center;
	}

#Footer a {
	color:				#444;
	line-height:		20px;
	}

