body {
	background-color: #0E2459;
	margin: 0px;
	padding: 0px;
	font-family: calibri, "lucida grande", sans-serif;
}

h2 {
	font-size: 2em;
	padding: 4px;
	padding-left: 20px;
}

p {
	font-size: 1.1em;
	padding: 10px;
	padding-left: 20px;
}

li {
	font-size: 1.1em;
	list-style: none;
}

#header-mini {
	height: 20px;
	width: 100%;
	background-color: #241E13;
}

.header-stripe {
	height: 5px;
	position: absolute;
	top: 14px;
	background-color: #FFAA33;
	width: 100%;
}

.content-header-stripe {
	position: relative;
	background-color: #FFAA33;
	width: 100%;
	height: 5px;
	top: 9px;
}

.content-header-stripe-mini {
	position: relative;
	background-color: #241E13;
	width: 100%;
	height: 1px;
	top: 9px;
	margin-bottom: 150px;
}

#header {
	z-index: 1;
	position: absolute;
	top: 21px;
	width: 100%;
	height: 300px;
	background: #0E2459 url('images/headerbg.png') top left repeat-x;
}

#logo {
	z-index: 3;
	position: relative;	
	margin-left: 0px;
	height: 155px;
	width: 343px;
	background: url('images/logo.png') top left no-repeat;
}

#content {
	position: absolute;
	top: 5px;
	bottom: 0;
	z-index: 10;
	width: 600px;
	margin-left: 350px;
	background-color: #cdcdcd;
	/*border-left: 2px solid #000;
	border-right: 2px solid #000;*/

}