html {
	background: #990028;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: left;
}

body { 
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 943px;
	min-height: 100%; 
	_height: 100%;
	background-repeat: repeat-y;
}
		
#container {
	position: relative;
	width: 943px;
	margin: 0px;
	padding: 0px 0px 31px 0px;
	text-align: left;
}

/**
*	Top
*/
div#top {
	position: relative;
	height: 132px;
	width: 943px;
	background-color: #E2E2E2;
	background-image: url("../images/bg-top.gif");
	background-repeat: no-repeat;
	background-position: right top;
}

/**
*	Logo
*/
div#logo {
	position: absolute;
	left: 20px;
	top: 17px;
	width: 184px;
	height: 46px;
	background-image: url("../images/logo-hopmansengeense.gif");
	background-repeat: no-repeat;
}

div#logo img {
	border: 0px;
}

/**
*	NAW
*/
div#naw {
	position: absolute;
	top: 37px;
	left: 214px;
	color: #990028;
	font-weight: bold;
}

div#naw p {
	margin: 0px;
	padding: 0px;
}

div#naw a {
	color: #990028;
	font-weight: bold;
	text-decoration: none;
}

div#naw a:hover {
	text-decoration: underline;
}

/**
*	Menu
*/
div#menu {
	position: absolute;
	border-top: solid 1px #AD445F;
	border-left: solid 1px #AD445F;
	background-color: #FFFFFF;
	color: #990028;
	bottom: 0px;
	right: 0px;
	padding: 8px 30px 8px 10px;
}

div#menu a {
	color: #990028;
	text-transform: uppercase;
	text-decoration: none;
}

div#menu a:hover {
	text-decoration: underline;
}

/**
*	Borders
*/
div#top-border {
	position: relative;
	height: 8px;
	background-color: #990028;
	border-right: solid 18px #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}

div#bottom-border {
	height: 8px;
	background-color: #990028;
	border-left: solid 19px #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}

/**
*	Content
*/
div#content {
	position: relative;
	margin: 0px 18px 0px 19px;
}

div#content h1, 
div#content h2, 
div#content h3 {
	font-family: Arial;
	_margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990028;
}

/**
*	Footer
*/
div#footer {
	position: absolute;
	bottom: 0px;
	width: 943px;
	background-color: #FFFFFF;
	height: 31px;
	text-align: center;
}

div#footer p {
	margin: 0px;
	padding: 4px 0px 0px 0px;
}

div#footer a {
	text-decoration: none;
	color: #000000;
}

div#footer a:hover {
	text-decoration: underline;
}
