html, body, div, p, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	background-color: white;
	font-family: Baskerville, Georgia, Garamond, Helvetica, Century Schoolbook, Lucida Bright, serif;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}

#page-top, #page-header, #page-divider, #content, #page-bottom {
	width: 100%;
	clear: both;
	float: left;
}

#page-top {
	height: 20px;
	background-color: #e51535;
}

#page-header {
	height: 200px;
	position: relative;
	margin-top: -20px;
}

#page-header #logo {
	float: left;
	margin-left: 40px;
}

#page-divider {
	position: relative;
}

#headline {
	height: 200px;
	float: right;
	line-height: 200px;
	text-align: center;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 24px;
}

#main-menu {
	float: right;
	margin-top: 5px;
}

#main-menu ul {
	list-style-type: none;
}

/*
#main-menu ul li a:hover {
	text-decoration: underline;
}
*/
#main-menu ul li {
	float: left;
	margin-left: 13px;
	margin-right: 13px;
	padding-bottom: 5px;
}

#main-menu ul li:hover {
	text-decoration: underline;
}

#page-bottom, #page-bottom p {
	height: 50px;
	background-color: #e51535;
	background-image: url('/images/v3/bottom.png');	
	background-repeat: no-repeat;
}

#page-bottom {
	position: absolute;
	bottom: 0px;
	background-repeat: repeat-x;
	background-position: 0px -90px;
}

#page-bottom p.left {
	float: left;
	width: 50px;
	background-position: 0px 0px;
}

#page-bottom p.right {
	float: right;
	width: 50px;
	background-position: -50px 0px;
}
