
body {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	background-color:	#930;
	color:				#fc6;
	margin:				0;
}
a {
	color:				#f90;
	text-decoration:	none;
}
a:hover, a:active {
	text-decoration:	underline;
}

#header {
	background-color:#630;
}

#lavaTheme {
	height:50px;
	margin:0 auto;
	width:1000px;
	border-bottom: 1px solid #000;
}

#navBar {
	background-color: #f60;
	border-bottom: 1px solid #000;
	color: #630;
	padding: 0 15px;
}

#nav {
	width:1000px;
	margin:0 auto;
	text-align:right;
	line-height:20px;
	height:20px;
}

#mainContent {
	margin:0 auto;
	width:1000px;
	color:			#FF6600;
	font-size:		16px;
	font-weight:	bold;
}

#footer {
	margin:50px auto 0 auto;
	width:1000px;
}
