body {
	padding: 0;
	background: #FFF;
	font-family:verdana; font-size:12px;
	color: #666;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 5px;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* Wrapper */

#wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 8px;
	background: #FFF;
	border: 3px solid #e4e4e4;
}

/* Header */

#header {
	width: 760px;
	height: 60px;
	margin: 0 auto;
	padding: 25px 0 0 0;
	background-image : url(../images/header.jpg);
}

#header h1 {
	text-align: center;
	font-size: 2em;
	color: #FFF;
}

#header h2 {
	text-align: center;
	font-size: 1.4em;
	color: #FFF;
}

#header a {
	text-decoration: none;
	color: #FFF;
}

/* Menu */

#menu {
	width: 760px;
	height: 26px;
	background: #990000;
	margin: 0 auto;
	padding: 0;
	border-top: 2px solid #FFFFFF;
	border-bottom: 8px 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: 152px;
	height: 22px;
	padding-top: 4px;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
}

#menu a:hover, #menu a.active {
	color: #fff;
	text-decoration: underline;
}

/* Splash */

#splash {
	width: 760px;
	margin: 0 auto;
	background: #FFFFFF;
}

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
	background: #FFFFFF;
}

#content .title {
	padding: 10px 20px;
	background: #FFEE8E url(images/img4.gif) repeat-x left bottom;
	font-size: 1em;
}

#content .story {
	padding: 20px;
	border: 2px solid #FFEE8E;
}

#section {
	margin: 0px 0 8px 0;
	background: #FFFFFF url(../images/section_bg.gif) repeat-y left;
}

#contentright img {
	border: 3px solid #c4c3bf;
	margin-right: 8px;
	}

#titleleft {
	width: 190px;
	padding-top: 20px;
	float: left;
}

#contentright {
	width: 530px;
	padding: 20px;
	overflow: auto;

}

#contentright a {
	font-weight: bold;
	color: #9d080d;
}

#contentright h1 {
	font-weight: bold;
	font-size: 1.1em;
}

#clear { clear: both; }

#redbar {
	background: #990000;
	height: 5px;

}

#greybar {
	background: #e4e4e4;
	height: 10px;
	margin-bottom: 8px;
}

/* Footer */

#footer {
	width: 720px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #990000;
	border-top: 2px solid #FFFFFF;	
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
}

#footer a {
	color: #fff;
}
