*{
	border: 0;
	padding: 0;
	margin: 0;
}
body{
	background: #7bbc4b url(images/night_bg2.jpg);
	color: #200f2b;
	font: normal 12px/19px arial, verdana, tahoma, sans-serif;
}
#top{
	width: 100%;
	height: 400px;
	background: #002349 url(images/night_bg.jpg) repeat-x;
	text-align: center;
}
#topBan{
	width: 780px;
	margin: 0 auto;
	background: transparent url(images/night.jpg) no-repeat;
	height: 400px;
}
#bottom{
	margin: -30px auto 10px auto;
	width: 780px;
	overflow: hidden;
	padding: 10px 0;
}
#content{
	width: 550px;
	float: left;
}
#navigation{
	float: right;
	width: 200px;
	color: #031632;
}

/* ---- CONTENT STYLES ---- */
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	color: #112263;
}
h1{
	font: bold 26px/30px 'arial narrow', arial, sans-serif;
	color: #001132;
	text-transform: uppercase;
	margin: 10px 0 3px 0;
}
h2{
	font: bold italic 21px/26px 'times new roman', serif;
	color: #451939;
	text-transform: lowercase;
	margin: 3px 0 0 12px;
}
p{
	margin: 5px 0 15px 0;
	text-indent: 12px;
}
b, strong{
	color: #074008;
}
i, em{
	font-family: georgia, serif;
	color: #321c68;
}
.date{
	font: normal 11px/15px 'trebuchet ms', sans-serif;
	color: #222;
	text-transform: uppercase;
}
.updateBox{
	width: 545px;
	margin: 0 auto 20px;
	background: #b1e488;
	border-top: 3px solid #091b3e;
	border-bottom: 7px solid #091b3e;
	padding: 0 7px;
}
.center{
	margin: 10px auto;
	text-align: center;
}


/* ---- NAVIGATION STYLES ---- */
#navigation h1{
	font: bold 21px/24px 'arial narrow', sans-serif;
	color: #26093e;
	margin: 10px 0 3px 7px;
}
#navigation ul{
	list-style-type: none;
	width: 200px;
}
#navigation ul li{
	padding: 1px 2px;
}
#navigation ul li a{
	display: block;
	padding: 2px 5px;
	background: #b1e488;
	border-left: 7px solid #253c6b;
}
#navigation ul li a:hover{
	background: #ead6ea;
	border-left: 7px solid #074008;
}

