
body {
	margin: 20px;
	padding: 0;
	background: #FFFFFF;
	font: normal small tahoma, Arial, Helvetica;
	color: #6F4503;
}


h3 {
		font-size: large;
	font-weight: bold;
	color: #FFF;
}
h1, h2{
 	font-size:x-large
	font-weight: bold;
	color: #FFCC00;
	}

#body .new a{
color:#A0FF2E;
font-size: small;
font-weight: bold;
text-decoration:none;
}


ul {
list-style: none;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #FFF;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#logo {
	width: 700px;
	height: 30px;
	margin: 0 auto;
	padding: 35px 0 0 0;
	background: #27408B url(images/banner08.jpg) repeat-x;
}

#logo h1 {
	text-align: center;
	font-size: 3em;
}

#logo h2 {
	text-align: center;
	font-size: 1.4em;
}

#logo a {
	text-decoration: none;
	color: #9E6813;
}

/* Menu */

#menu {
	color:#000000;
	width: 700px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
	background: #FFCC00;
	border-bottom: 2px solid #FFFFFF;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 98px;
	height: 18px;
	padding-top: 2px;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	font-size:small;
	color: #111111;
}

#menu a:hover {
	background:#ffff00;
	color:#0033FF;
}
#menu .active a {
	background:#f7b322;
	color:#111111;
}

/* Splash */

#image {
	width: 700px;
	margin: 0 auto;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

/* Content */
#content {
	background: #27408b;
	width: 700px;
	margin: 0 auto;
	padding: 0;
}
	
#body {
	width: 700px;
	margin: 0 auto;
	background: #27408b;
	color:#FFF;
}

#body .title {
	padding: 10px 20px;
	color:#FFFFFF;
	background: #FFEE8E url(images/smallbg.gif) repeat-x left bottom;
	font-size: 1em;
}

#body .story {
	padding: 20px;
}

/* bot*/

#bot {
	width: 680px;
	margin: 0 auto;
	padding: 10px 10px;
	background: #27408B;
	border-top: none;
}

#bot p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #CCCCCC;
}

#bot a {
	color: #CCCCCC;
}
