/*
*/

body {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	padding: 0px;
	background: #FFFFFF url(images/img1.gif);
	font: normal small Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align:center
}
h1      {
margin-left: auto;
	margin-right: auto;
	width: 700px;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
	margin-left: auto;
	margin-right: auto;
}
h3   {
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
	margin: 10px;
}
h4 {
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 10px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	font-variant: normal;
	margin: 10px;
}
h6 {
	font-size: xx-small;
	text-align: center;
	font-weight: normal;
	margin: 10px;
}

p, ul, ol, blockquote {
	margin: 10px;
	text-align: justify;
	
}

a {
	color: #006699;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 700px;
	height: auto;
	padding: 0px 0 0 0;
	background: #006699 repeat-x;
	border: none;
	border-bottom: none;
	margin: 10px;
}

#header h1 {
	text-align: center;
	font-size: 3em;
	margin: 10px;
}

#header h2 {
	text-align: center;
	font-size: 1.4em;
	margin: 10px;
}

#header a {
	text-decoration: none;
	color: #000000;
	margin: 10px;
}

/* Menu */

#menu {
	width: 700px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background: #006699;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	text-align: center;
	
	font-family: "Century Gothic";
}

#menu h2 {
	display: none;
	font: Century Gothic;
	text-align: center;
}

#menu ul {
	margin: 0 px;
	padding: 0;
	list-style: none;
	display: inline;
	font-family: "Century Gothic";
	text-align: center;
	font-size: 12px;
}

#menu li {
	display: inline;
	font: Century Gothic;
	font-family: "Century Gothic";
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	width: 116.666px;
	height: 26px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background: #000000;
	color: #FFFFFF;
	text-align: center;
}


/* Splash */

#splash {
	width: 700px;
	margin: 0 auto;
	background: #FFFFFF;
	text-align: center;
}



/* Content */

#content {
	width: 700px;
	background: #FFFFFF;
	border: 0px solid #FFFFFF;
	margin-left: 10 px;
	margin-right: 10px;
	text-align: center;
}

#content .title {
	background: #FFEE8E;
	font-size: 1em;
	margin: 10px;
	text-align: center;
}

#content .story {
	padding: 10px;
	border-bottom: 2px solid #FFEE8E;
	border-top: 2px solid #FFEE8E;
	margin: 0px;
	text-align: center;
}


/* Footer */

#footer {
	width: 700px;
	margin: 20 px;
	padding: 0 px;
	background: #FFFFFF;
	border-bottom: 3px solid #006699;
	border-top: 3px solid #006699;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #000000;
	border-color: 006699;
	border-width: 10;
}

hr {
	color: #006699;
	max-width: 500px;
	width: 500px;
}

#footer a {
	color: #000000;
}
ul {
	list-style-type: square;
	margin-left: 50px;
}
