* {
	font-family: arial, helvetica, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 18px;
	background-color: #D2D3D5;
}
	
p { 	margin-top: 0px;}
	
img.tagline {
	position: absolute;
	left: 484px;
	top: 0px;
}

img.logo {
	position: absolute;
	left: 24px;
	top: 0px;
}

a:link {
	font-weight: bold;
	font-size: 11px; 	text-decoration: none; 	color: #FFFFFF;}

a:visited { 	font-weight: bold;
	text-decoration: none; 	color: #FFFFFF;}

a:hover, a:active { 	color: #000000;}
	
#container {
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #FF9933;
}

#header {
	background-color: #000000;
	height: 83px;
}
	
#headnav {
	background-color: #ff9933;
	height: 20px;
	margin-top: 45px;
	padding-left: 220px;
	position: relative;	
}

#headnav ul {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
	
#headnav li {
	display: inline;
	padding-right: 20px;
}

#content {
	height: 390px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
}

#content p {
	position: absolute;
	margin-left: 48px;
	margin-top: 56px;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	width: 426px;
	color: #ffffff;
}

#footer {
	height: 20px;
}

* html #footer {
	height: 20px;
	margin-left: -40px;
}

#footer a {
	text-decoration: underline;
}

#footer ul {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	padding-left: 48px;
}
	
#footer li {
	color: #ffffff;
	display: inline;
	font-weight: bold;
	padding-right: 16px;
}
	
#footer p {
	color: #ffffff;
	display: inline;
	font-weight: bold;
	float: right;
	padding-right: 40px;
}
