#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FE0000;
}

#header {
	width: 800px;
	height: 170px;
	background-color: #FFF;
}

#leftNav {
	width: 190px;
	float: left;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	background-image: url(../images/red_background.jpg);
	background-repeat: repeat-y;
	color: #FFF;
}
#leftNav a {
	color: #000;
	text-decoration: none;
}
#leftNav a.visited {
	color: #FFF;
}


#main_content {
	background-color: #FFF;
	margin: 0px;
	float: right;
	width: 600px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#main_content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}

#footer {
	width: 800px;
	clear: both;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: none;
	background-repeat: repeat-y;
	background-color: #FE0000;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.flt_right {
	float: right;
}
.flt_left {
	float: left;
}

