*{
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	color: #333333;
	background-color: #BFBFFF;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-image: url(images/backer.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #FFFFFF;
}

p, ul, ol, blockquote {
	margin: 0;
}

a {
	text-decoration: underline;
	font-weight: normal;
	color: #007600;
}

a:hover {
	text-decoration: underline;
	color: #000066;
}

img {
	border: none;
}

#container {
	MARGIN-LEFT: auto;
	WIDTH: 909px;
	MARGIN-RIGHT: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-repeat: repeat-y;
	background-image: url(images/backer.png);
	position: relative;
}

/* Header */

#header {
	height: 131px;
	margin: 0;
	padding: 0;
	border-bottom: none;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}

#header h1{
	letter-spacing: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 59px;
	color: #000076;
	padding-top: 33px;
	font-weight: normal;
	text-align: center;
}

#header h2{
	letter-spacing: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #770077;
	padding-left: 220px;
	font-weight: normal;
	padding-top: 0px;
	text-align: center;
}

/* Menu */

#menu {
	height: 27px;
	margin-left: 45px;
	background-image: url(images/menu-backer.png);
	background-repeat: no-repeat;
	width: 819px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 160px;
	padding-top: 6px;
	text-align: center;
	text-decoration: underline;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-weight: bold;
	padding-bottom: 6px;
	padding-right: 20px;
	padding-left: 20px;
}

#menu a:hover, #menu a.contact:hover 
{
color: #E8E8E8;
}

#menu a.contact
{
color: #12366A;
background-color: #00FFCC;
}


/* Splash */

#image {
	background-image: url(images/middle--backer.png);
	height: 500px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 45px;
	margin-bottom: 0;
	margin-left: 45px;
	width: 819px;
}

#title {
	margin: 0;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#title h1 {
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 3px;
	color: #770077;
}

/* Content */

#body {
	margin: 0;
}

#body p {
	font-size: 14px;
	text-align: justify;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000066;
	line-height: 22px;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#body .story {
	padding: 20px;
	height: 200px;
	margin-top: 1px;
}

#body .special {
	color: #D97B93;
}

/* bot*/

#bot {
	margin: 0;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	background-image: url(images/backer-bottom.png);
}

#bot p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 10px;
	color: #EBEBEB;
}

#bot a {
	color: #A776CF;
}

#bot a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.green {
	color: #007600;

}
