body {
	background-color:#333333;
	font-family:arial;
	text-align:center;
	font-size:14px;
}
p {
	line-height:22px;
}
h1 {
	color:white;
	margin:0;
	font-size:30px;
}



/*

navigation

*/



a {
	color:#d28f0a;
	font-weight:bold;
	background-color:#efefef;
	padding:5px;
	border:1px solid #cccccc;
}
a:visited {
	color:#d28f0a;
	font-weight:bold;
	background-color:#efefef;
	padding:5px;
	border:1px solid #cccccc;
}
a:hover {
	color:black;
	font-weight:bold;
	background-color:yellow;
	padding:5px;
	border:1px solid black;
	text-decoration:none;
}

a:active {
	color:black;
	font-weight:bold;
	background-color:yellow;
	padding:5px;
	border:1px solid black;
}



#nav a {
	color:white;
	background:none;
	border:0;
	text-decoration:none;
}
#nav a:visited {
	color:white;
	background:none;
	border:0;
	text-decoration:none;
}
#nav a:hover {
	color:white;
	background:none;
	border:0;
	text-decoration:underline;
}
#nav a:active {
	color:white;
	background:none;
	border:0;
	text-decoration:underline;
}



#bottomNav a {
	color:white;
	background:none;
	border:0;
	text-decoration:none;
}
#bottomNav a:visited {
	color:white;
	background:none;
	border:0;
	text-decoration:none;
}
#bottomNav a:hover {
	color:white;
	background:none;
	border:0;
	text-decoration:underline;
}
#bottomNav a:active {
	color:white;
	background:none;
	border:0;
	text-decoration:underline;
}


/* 

structure

*/



div#container {
	width:880px; 
	margin:0 auto; 
	text-align:left;
}

div#header {
	width:880px; 
	margin:0 auto;
}
div#nav {
	font-size:12px; 
	color:white; 
	width:858px; 
	padding:10px; 
	background-color:#d69000; 
	margin-top:10px; 
	border-top:1px solid #feb101; 
	border-bottom:1px solid #feb101;
}
div#bottomNav {
	width:880px; 
	margin-top:10px; 
	color:white; 
	font-size:10px; 
	font-weight:bold;
}
div#contentContainer {
	width:840px; 
	height:400px; 
	background-color:white; 
	padding:20px; 
	margin-top:10px;
}