body {
	/*background-color:#b0c4de;*/
	line-height: 18px;
	
}

html,body {
	margin: 0;
	padding: 0;
}


#container {
	width: 1000px;
	margin: 0 auto;
}

/* Header */
#header{
	background: #000000;
	border-bottom: 2px solid #ddd;
}
#header h1 {
	color: #f39e6b;
	margin: 0 0 3px;
	padding: 24px 18px 0;
}
#header p {
	color: #666;
	font-size: 11px;
	font-weight: bold;
	padding: 0 18px;
}

/* Content Style */
#navigation		{ border-bottom: 1px solid #ccc; margin-left: 18px; background:#000000 }
#navigation ul	{ padding: 0 18px 9px; }
#extra			{ margin: 0 18px; }
#extra small	{ font-size: 14px; line-height: 18px; }
#content		{ border-bottom: 1px solid #ccc; margin-bottom: 18px; margin-right: 18px; }
#content p, #extra p { padding-right: 18px; }
		
/* Content Positioning & Size */
/*#navigation		{ float: bottom; width: 175px; }*/
#content		{ float: right; width: 700px; }

#navigation {
	float: left;
	font-size: 16px;
	width: 160px;
}
#navigation ul {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}
#navigation a {
	float:left;
	width:100%;
	text-decoration:none;
	color:white;
	background-color:black;
	padding:0.2em 0.6em;
	border-right:1px solid white;
}
#navigation a:hover {
	background-color:#471e06
}
#navigation li {
	display:inline
}


		#extra			{ clear: both; }		/* Footer */
		#extra			{ right: 190px }		/* Footer */
		#footer			{ background: #333; border-bottom: 0px solid #999;}
		/*#footer a		{ color: #eee; }
		#footer	p		{ color: #ccc; margin: 0; padding: 0 18px 10px; }
		#footer ul		{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }*/
#footer { 
	position: absolute; 
	bottom: 0;
	/*right: 0;*/ 
	width:900px;
}