body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #bbb;
	text-align: center;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wrapper {
	background-color: #fff;
	text-align: left;
	width: 840px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../_images_main/background_brick.gif);
}
#header {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 240px;
	position: relative;
}
#header_nav {
	background-color: #000;
	height: 5px;
}
#main_content {
	background-color: #fff;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 465px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#main_sidebar {
	float: right;
	width: 340px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aaa;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaa;
	background-color: #E8E8E8;
	margin-right: 15px;
}
#footer {
	background-color: #000;
	clear: both;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#footer center p  {
	color: #FFF;
	font-size: 0.8em;
}
#footer center p em a {
	color: #F90;
}
#footer center p a {
	color: #F90;
	text-decoration: none;
}


#wrapper #main_content h2 {
	color: #000;
	margin-left: 40px;
	margin-right: 20px;
	font-size: 2em;
	background-color: #E1E1C4;
	padding-left: 5px;
	background-image: url(../_images_main/background_letters_box.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#wrapper #main_content  p{
	margin-left: 40px;
	margin-right: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#wrapper #main_sidebar p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	text-align: left;
}
#wrapper #main_sidebar h3 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #930;
	margin-left: 40px;
	margin-top: 10px;
	text-align: left;
	font-size: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-right: 80px;
}
#wrapper #main_sidebar p img {
}
#wrapper #main_sidebar p {
	font-style: italic;
	margin-left: 40px;
}

#wrapper #main_content h4 {
	color: #F60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	margin-right: 20px;
}
