@charset "utf-8";

body {

	background-color: #FFFFFF;

	text-align: left;

	margin: 0px;

	padding: 0px;

	background-image: url(images/bgimage.jpg);

	background-repeat: repeat-y;

}

#wrapper {

	text-align: left;

	width: 800px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

	position: fixed;

	float: left;

}

#header {

	width: 600px;

	border: none;

	margin-left: 100px;

	padding: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

}





#nav {

	padding-left: 100px;

	width: 600px;

	margin: 0px;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

	top: 180px;

}



td {

	border: none;

}

.default {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 14px;

	color: #FFFFFF;

	background-color: #FF8888;

	font-weight: 500;

	letter-spacing: .5px;

}



#main {

	width: 570px;

	float: center;

	margin-right: 20px;

	margin-left: 20px;

	margin-top: 3px;

	padding-top: 20px;

	margin-bottom: 10px;

	margin-left: 115px;

	text-align: center;

}

#footer {

	padding-left: 100px;

	width: 600px;

	text-align: center;

}



p {

	text-indent: 20px;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 14px;

	color: #003300;

}





a:link {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 14px;

	font-weight: bold;

	color: #003300;

	text-decoration: none;

	letter-spacing: 0px;

}

a:active {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 14px;

	font-weight: bold;

	color: #003300;

	text-decoration: none;

	letter-spacing: 0px;

}

a:visited {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 14px;

	font-weight: bold;

	color: #003300;

	text-decoration: none;

	letter-spacing: 0px;

}

a:hover {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 14px;

	font-weight: bold;

	color: #003300;

	text-decoration: underline;

	letter-spacing: 0px;

}



h1 {

	font-family:Georgia, "Times New Roman", Times, serif;

	color:#ff6666;

}

h2, h3, h4, h5, h6{

	font-family:Tahoma, Arial, Helvetica, sans-serif;

	color:#003300;

}

