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;
}

/* 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;
}

#mainMenu {
	border-bottom: 1px solid #48474a;
	float: left;
	position: relative;
	width: 950px;
}

#mainMenu ul {
	margin: 0 0 0 90px;
}

#mainMenu ul li {
	float: left;
	list-style: none;
}

#mainMenu ul li a {
	display: block;
	height: 32px;
}

#mainMenu ul li a span {
	display: block;
	padding: 8px 15px 0 15px;
}

ul.submenu {
	background-color: #19171a;
	border-right: 1px solid #48474a;	
	border-bottom: 1px solid #48474a;	
	border-left: 1px solid #48474a;	
	position: absolute;
	top: 32px;
	left: 0;
	margin: 0;
	padding: 0;
	display: none;
	list-style-type: none;
	text-align: center;
}

li.submenu {
	clear: left;
	background: #19171a;
}

li.submenu a {
	border-top: 1px solid #48474a;	
	width: 230px;
}
li.submenu a:hover {
	background: #111012;
}

li.submenu span {
	margin: 1px 0 0 0;
	padding: 0;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#mainMenuOn {
	background-color: #19171a;
}

#contentBackground, #contentRight, #contentLeft {
	float: left;
}

#contentWrapper {
	margin: auto;
	width: 772px;
}

#contentBackground {
}

#contentLeftWrapper {
	float: left;
	padding: 35px 20px;
}

#contentLeft {
	text-align: left;
	width: 437px;
}

#contentLeftFull {
	text-align: left;
	width: 772px;
}

#contentRightWrapper {
	float: left;
	padding: 35px 20px;
}

#contentRight {
	text-align: left;
	width: 235px;
}

.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 {
	border: 1px solid #fff;
	margin: 5px;
	padding: 1px;
}

.contentImageLeft {
	float: left;
}

.contentImageRight {
	float: right;
}

#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 135px 0 108px;
}

#footerRight {
	text-align: right;
}
