body {
	background: url('/gfx/body_bg.gif') repeat-y top center #fff;
	margin: 0;
	text-align: center;
}

* img {
	border: none;
}

* form, * ul, * li {
	margin: 0;
	padding: 0;
}

.content ul {
	margin: 10px;
	padding: 10px;
}

/* IE png fix */

#none {
	behavior: url('/css/iepngfix.htc');
}

#bodyWrapper {
	margin: auto;
	text-align: center;
	width: 950px;
}

#topShadow {
	background: url('/gfx/top.gif') no-repeat top center;
	height: 50px;
	width: 100%;
}

#topWrapper {
	background-color: #fff;
	float: left;
	width: 950px;
}

#topLeft {
	text-align: left;
	width: 546px;
}

#topLeft div {
	margin: 29px 0 0 107px;
}

#topLeft, #topRight {
	float: left;
}

/* Menu */

#mainMenu {
	border-bottom: 1px solid #48474a;
	float: left;
	width: 950px;
}

#mainMenu ul {
	margin: 0 0 0 110px;
}

#mainMenu ul li {
	float: left;
	list-style: none;
}

#mainMenu ul li a {
	display: block;
	height: 32px;
	white-space: nowrap;
}

#mainMenu ul li a span {
	display: block;
	padding: 8px 15px 0 15px;
}

#mainMenuOn {
	background-color: #19171a;
}

#mainMenu ul,
#mainMenu ul li {
	list-style: none;
}

#mainMenu ul li ul {
	position: absolute;
	left: -999em;
	float: left;
	margin: 0;
}

#mainMenu ul li ul li {
	clear: left;
	float: left;
}

#mainMenu ul li ul li a span {
	padding: 8px 15px 0 15px;
	background-color: #19171a;
	height: 32px;
}

#mainMenu ul li:hover ul,
#mainMenu ul li.iehover ul{
	float: left;
	left: auto;
	background-color: #191713;
}

/* end */

#contentBackground, #contentRight, #contentLeft {
	float: left;
}

#contentWrapper {
	margin: auto;
	width: 772px;
}

#contentBackground {
	background: url('/gfx/content_bg.gif') repeat-y top center;
}

#contentLeftWrapper {
	float: left;
	padding: 35px 20px;
}

#contentLeft {
	text-align: left;
	width: 437px;
}

#contentLeftFull {
	text-align: left;
	width: 772px;
}

#contentRightWrapper {
	float: left;
	padding: 35px 10px;
	width: 275px;
}

#contentRight {
	text-align: left;
	width: 275px;
}

.newsRightWrapper, .newsRightWrapperLast {
	border-bottom: 1px solid #48474a;
	margin: 0 0 20px 0;
	padding: 0 0 13px 0;
}

.newsRightWrapperLast {
	border: none;
	margin: 0;
	padding: 0;
}

.newsRightWrapper, .newsRightWrapperLast, .newsRightImage, .newsRightContent {
	float: left;
}

.newsRightImage {
	width: 95px;
}

.newsRightContent {
	width: 140px;
}

.contentImageLeft, .contentImageRight {
	margin: 0 5px 25px 0;
	padding: 1px;
}

.contentImageLeft {
	float: left;
}

.contentImageRight {
	float: right;
}

#staffImage {
	clear: both;
	float: right;
}

#staffTbl {
	width: 99%;
}

#staffTbl td {
	padding: 0 10px 0 10px;
}

.stdList {
	margin: 15px;
}

#vCard {
	clear: both;
	float: right;
	margin: 0 5px 0 0;
	text-align: right;
	width: 200px;
}

#footer, #footerLeft, #footerRight {
	float: left;
}

#footer {
	border-top: 1px solid #48474a;
	text-align: left;
	padding: 5px 0;
	width: 950px;
}

#footerLeft {
	text-align: left;
	padding: 0 50px 0 40px;
}

#footerRight {
	text-align: right;
}

