@charset "utf-8";
body {
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #C8C7AB;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 770px;
	background-color: #fff;
	background-image: url(_images/images/background_06.gif);
	background-position: 0px 209px;
	background-repeat: repeat-y;
}

#header {
	background-color: #CCC;
	height: 80px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 600px;
	background-image: url(_images/images/background_03.jpg);
	padding-right: 40px;
}
#header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1;
}
#header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}


#bottomHeader {
	background-color: #FFF;
	height: 128px;
	margin-top: 0px;
	padding-top: 1px;
	padding-right: 50px;
	background-image: url(_images/images/background_05.jpg);
}
#bottomHeader h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	border-bottom-style: none;
	border-bottom-color: #F00;
	border-bottom-width: thin;
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #F00;
}

#sidebar {
	background-color: #FFF;
	margin-top: 0px;
	padding-top: 50px;
	width: 170px;
	float: left;
	padding-left: 50px;
	background-image: url(_images/images/background_06.gif);
}



#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 1.2;
}
#sidebar p a {
	color: #000;
	font-weight: normal;
}
#sidebar p #active {
	font-weight: normal;
	border-left-width: thin;
	border-left-style: none;
	border-right-width: thin;
	border-right-style: none;
	font-style: italic;
	background-color: #8B91DB;

}
#sidebar blockquote  #active2{
	font-style: italic;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: none;
	background-color: #C8C9E8;

}









#mainContent {
	background-color: #FFF;
	height: auto;
	margin-top: 0px;
	padding-top: 0px;
	width: 450px;
	float: right;
	background-image: url(_images/images/background_07.jpg);
	padding-left: 70px;
	padding-bottom: 0px;
	padding-right: 30px;
	clear: both;
}

#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 1.6;
}

#mainContent p img {
	float: right;
	margin: 10px;
}
#mainContent p a {
	color: #000;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #F00;
	background-color: #E0E992;

}
#mainContent p a img {
	float: right;
	margin: 10px;
}

#mainContent h2 strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom-style: none;
	border-bottom-color: #F00;
	border-bottom-width: thin;
}

#mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
}
#mainContent table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}



#footer {
	background-color: #FFF;
	height: 20px;
	margin-top: 0px;
	padding-top: 1px;
	clear: both;
	padding-left: 10px;
	float: none;
	width: 750px;
	font-size: 10px;
}


#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 0;
}
#footer p a {
	color: #000;
	font-weight: normal;
}



.clear {
	clear: both;
}
