* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #2b2b2b url('../images/pageBG.png') repeat-x;
	font-family: Arial, Verdana, serif;
	font-size: 14px;
	color: #fff;
}

#body {
	width: 901px;
	margin: 0 auto;
	padding: 0 7px;
	background: url('../images/cbg.jpg') repeat-y;
}

#header {
	width: 900px;
	height: 300px;
	background: transparent url('../images/logo.png') no-repeat;
}

ol#Navigation {
	float: left;
	background: url('../images/navbg.jpg') no-repeat;
	width: 900px;
	height: 47px;
	padding: 4px 0 0 0;
}
ol#Navigation li {
	display: inline;
	line-height: 51px;
	background: url('../images/navsep.jpg') no-repeat center right;
	padding: 0 27px 0 25px;
	color: #e8e8e8;
}

ol#Navigation li#NoBg {background: none;}

div#Left {
	width: 165px;
	float: left;
	background: #2b2b2b url('../images/left_bg.jpg') repeat-y;
	padding: 0 0 20px 0;
}
div.LeftItem {
	width: 163px;
	overflow: hidden;
}

div#Right {
	width: 165px;
	float: right;
	background: #2b2b2b url('../images/left_bg.jpg') repeat-y;
	padding: 0 0 20px 0;
}
div.RightItem {
	width: 163px;
	overflow: hidden;
}

div#Center {
	float: left;
	width: 530px;
	margin: 0 9px 0 9px;
	padding: 2px 6px 2px 6px;
}

div.LeftItem ul li {
	background: url('../images/left_list_bg.jpg') repeat-x;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 10px;
	font-size: 9pt;
}
div.LeftItem ul li a {
	display: block;
}
div.LeftItem h3 {
	text-transform: uppercase;
	width: 90%;
	margin: 5px auto;
	font-size: 10pt;
	border-bottom: 1px white dashed;
}

div.RightItem ul li {
	background: url('../images/left_list_bg.jpg') repeat-x;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 10px;
	font-size: 9pt;
}
div.RightItem ul li a {
	display: block;
}
div.RightItem h3 {
	text-transform: uppercase;
	width: 90%;
	margin: 5px auto;
	font-size: 10pt;
	border-bottom: 1px white dashed;
}

div.navHead {
	width: 170px;
	height: 24px;
	line-height: 24px;
	background: transparent url('../images/left_right_head.jpg') no-repeat;
	color: #1e1e1e;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	font-family: TimesNewRoman;
}

a.mainMenu {
	color: #fff;
	text-decoration: none;
	margin: auto 4px;
}

a.mainMenu:hover {
	text-decoration: underline;
}

div#Footer {
	width: 860px;
	height: 36px;
	background: url('../images/footer.jpg') repeat-x;
	font-size: 8pt;
	padding: 5px 20px 0 20px;
	float: left;
}

span#Copyright {
	width: 230px;
	display: block;
	float: left;
}

span#CoderDesigner {
	width: 200px;
	text-align: right;
	display: block;
	float: right;	
}

span.ViewMore {
	background: url('../images/mag.jpg') no-repeat left center;
	padding: 0 0 0 20px;
	display: block;
	margin: 5px 0;
}

div.NewsItem {
	background: url('../images/newsbg.jpg') no-repeat;
	width: 526px;
	padding: 1px 7px;
	margin: 2px 0 0 0;
}
div.NewsItem h2.NewsTitle {
	width: 410px;
	float: left;
	clear: left;
	padding: 3px 0 0 0;
}
div.NewsItem span.NewsDate {
	width: 110px;
	float: right;
	clear: right;
	padding: 15px 0 0 0;
	font-style: italic;
	font-size: 8pt;
}
p.NewsPost {
	padding: 10px 0;
	clear: both;
	width: 500px;
	display: block;
	font-size: 9pt;
}

table {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: right;
	background: #333333;
}
table td {
	width: 100px;
	padding: 5px 5px 0 0;
}
td.TableRight {
	text-align: left;
	background: #2b2b2b;
	width: 70px;
	padding: 5px 0 0 5px;
	font-style: italic;
	
}

th {
	text-align: center;
}

.pageLink {
	color: #DDDDDD;
	background: #444444;
	border: 1px solid #666666;
	padding: 1px 3px 1px 3px;
	text-decoration: underline;
}

input, textarea, select {
	color: #DDD;
	background: #444;
	border: 1px solid #666;
	padding: 1px 3px 1px 3px;
}

input.login {
	width: 140px;
}

.Hidden {display: none;}
.Clear {clear: both;}
.Block {display: block; margin: 0 0 0 10px;}