@charset "utf-8";

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #525b63;
	color: #FFFFFF;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 0.75em;
	line-height: 1.416em;
	padding-top: 24px;
	padding-bottom: 39px;
}
#wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	height: 60px;
}
#banner {
	height: 99px;
	margin-bottom: 6px;
	padding-top: 6px;
	padding-left: 6px;
}
#topContentBorder {
	background: url(../images/topContentBorder.gif) no-repeat left top;
	height: 18px;
}
#bottomContentBorder {
	background: url(../images/bottomCont-topFooterBorder.gif) no-repeat left bottom;
	height: 32px;
}
#content {
	border-right: 10px solid #666F77;
	border-left: 10px solid #666F77;
	background: url(../images/centerContentBorder.gif) repeat-y center top;
	padding-top: 10px;
}
#leftContent {
	width: 464px;
	float: left;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 7px;
}
#rightContent {
	width: 206px;
	float: right;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 7px;
}
#footer {
	clear: both;
	border-right: 10px solid #666F77;
	border-left: 10px solid #666F77;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 2px;
	color: #8B96A0;
}
#bottomFooterBorder {
	background: url(../images/bottomFooterBorder.gif) no-repeat left bottom;
	height: 18px;
}
.clearit {
	clear: both;
}

