body {
	text-align: center;
}

#container {

/*
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
*/
	margin: 0px auto;
	width: 920px;
	overflow: hidden;

	background-color: #edbb68;
}

#header {
	text-align: center;
	vertical-align: top;

	width: 100%;
	height: 100px;
	
/*	border: 1px solid #ff9966; */
}

#navTop {
	text-align: right;
	vertical-align: middle;

	margin-top: 5px; 

	width: 100%;
	height: 20px;

	color: #ffffff;
	background-color: #981b1e;
/*	border: 1px solid #ff9966; */
}

#navTop2 {
	text-align: right;
	vertical-align: top;

	margin-top: 5px;

	width: 100%;
	height: 20px;

	color: #ffffff;
	background-color: #981b1e;
/*	border: 1px solid #ff9966; */
}

#navTop .nav1 a, #navTop2 .nav1 a {
	color: #ffffff;
	text-decoration: none;
}

#navTop .nav1a a, #navTop2 .nav1a a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}


#left {
	float: left;
}


#navLeft {
	width: 202px;

	margin-top: 5px;

/*	padding-left: 5px; */

	background-color: #981b1e;
/*	background-color: #990000; */
/*	background-color: #ffffff; */
	color: #3b98dd;

	vertical-align: top;
	text-align: left;

/*	border: 1px solid #ff9966; */
}
/*
#navLeft ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 2em;
	font-weight: bold;
}

li.nav2 a {
	color: #990000;
}

li.nav2a a {
	background-color: #990000;
	color: #ffffff;
	width: 100%;
	font-weight: bold;
}
*/

#navLeft div.nav2 {
	width: 100%;
	padding-top: 2px;
	padding-bottom: 3px;
}

#navLeft div.nav2a {
	background-color: #ffffff;
/*	background-color: #990000; */
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 3px;
}

#navLeft div.nav2 a {
	color: #ffffff;
/*	padding-left: 5px; */
	text-decoration: none;
}

#navLeft div.nav2a a {
	color: #990000;
/*	padding-left: 5px; */
	font-weight: bold; 
	text-decoration: none;
}

div.nav2inner {
	padding-left: 5px;
}


#news {
	width: 202px;
	overflow: hidden;

	vertical-align: top;
	text-align: left;
	background-color: #ffffff;
	color: #333333;
}

#rootline {
	width: 100%;
	height: 20px;

	background-color: #981b1e;
	color: #ffffff;

	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
}

#rootline a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#contentMain {
	float: right;

/*	width: 485px; */
	width: 705px;
	margin-top: 5px;
	
	background-color: #ffffff;
	color: #333333;
	
/*	border: 1px solid #ff9966; */
	
	text-align: left;
}

#contentMainInner {
	padding: 10px; 
}

#contentLeft {
	float: right;

	width: 300px;
	
	background-color: #ffffff;
	color: #333333;

	border: 1px solid #ffcc99;
	
	text-align: left;

	padding-right: 20px;
	padding-bottom: 40px;
}


#contentRight {
	float: right;

	width: 195px;
	
	background-color: #ffffff;
	color: #333333;
	
	border: 1px solid #ffcc99;
	
	text-align: left;

	padding-right: 20px;
	padding-bottom: 40px;
}


#footer {
	width: 640px;
	height: 18px;
	
	background-color: #fff;
	color: #333;
	
	text-align: center;
	font-size: 0.8em;
}


