body {
	background-image: url(Images/main_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	float: left;
	font-style: normal;
	font-weight: bold;
}
#Container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#Header    {
	background-image: url(Images/Header.jpg);
	background-repeat: no-repeat;
	clear: both;
	width: 760px;
	height: 200px;
}

#Nav {
	background-repeat: no-repeat;
	width: 230px;
	float: left;
}
#Nav ul {
	margin-left: 0px;
}
#Nav   li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	padding: 2px;
	width: 180px;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px none #5E58F8;
}


#Content {
	width: 500px;
	float: left;
	padding-top: -5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#Content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: oblique;
	color: #FFFFFF;
	text-align: right;
}
#Content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	color: #FF0000;
	text-decoration: underline;
}
#Content  h3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: underline;
}


#Content  p {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
#Content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	list-style-type: none;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	margin-left: 100px;
}




#Footer {
	clear: both;
	position: relative;
}
#Footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
}
