@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #98C1CC;
}
#container {
	width: 800px;
	margin: 5px auto;
	color: #000000;
}
#header {
	width: 800px;
	height: 175px;
}	
#linkbar {
	height: 70px;
	font-weight: bold;
}
#linkbar a {
	text-decoration: none;
	color: #000000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#linkbar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #f2f2f2;
	background-color: #000000;
}
#Main {
	width: 800px;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 10px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-style: bold;
	font-family: Arial, Helvetica, sans-serif;
	border: medium double #98C1CC;
}
#Main img {
	padding-right: 10px;
	padding-left: 5px;
}
a {
	text-decoration: none;
	color: #000000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #f2f2f2;
	background-color: #000000;
}

h1 {
	color: #000000;
}
h2 {
	color: #000000;
}
h3 {
	color: #000000;
}	
.small {
	font-size:10px;
}
.bold {
	font-weight:bold;
}
#content {
	float: left;
	width: 226px;
	padding: 15px;
	overflow: hidden;
	background-color: #fff;
	margin: 0;
	position: relative;
	color: #000080;
	height: 750px;
}
#content2 {
	float: left;
	width: 327px;
	padding: 15px;
	overflow: hidden;
	background-color: #fff;
	margin: 0px;
	position: relative;
	color: #000080;
	height: 750px;
}
#content3 {
	float: left;
	width: 326px;
	padding: 15px;
	overflow: hidden;
	background-color: #fff;
	margin: 0px;
	position: relative;
	color: #000080;
	height: 750px;
}
#footer {
	width: 800px;
	padding-top: 0px;
	font-size: 10px;
	padding-left: 0px;
	float: left;
	color: #8A0A09;
}
.italiccenter {
	font-style: italic;
	text-align: center;
}
.culzstyle {
	font-family: "Curlz MT";
	font-size: 18px;
}
.padding {
	padding-left: 250px;
}
