body { 
		background: #FFF; 
		margin: 0; 
		padding: 0
		}
		
img {	border: none;
		}

/* ---- IDs -------------------------------------------------------------------------------------------*/

#header {
		position: absolute;
		width: 477px; height: 100px;
		top: 0px; left: 0px;
    }

#content {
		position: absolute;
		width: 400px;
		top: 210px; left: 190px;
		padding: 0;
    }


/* ---- NAV --------------------------------------*/

#menu {
	top: 220px; 
	left: 0px;
	float: left;
	width: 150px;
	position: absolute;
	}

#nav {
	width: 150px;
	padding: 0px;
	margin: 0px;
	position: relative;
	}
	
#nav ul, 
#nav ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
	
#nav ul li a, 
#nav ul li a:visited {
	padding: 6px;
	width: 100%;
	display: block;
	color: #fff;
	background: none;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	background:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none; 
	text-transform: uppercase;
	line-height: 16px;
	}
	
#nav ul li a:hover, 
#nav ul li a:active {
	background:#898989;
	color: #fff;
	}	

#nav ul li a.current, 
#nav ul li a.current:visited {
	padding: 6px;
	width: 100%;
	display: block;
	color: #000;
	background: none;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none; 
	text-transform: uppercase;
	line-height: 16px;
	background:#000000;
	color: #fff;
	}
	
html>body #nav li {
	width: 150px;
	height: 30px;
	}

/* ---- END NAV --------------------------------------*/

#content p	{ 
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		color: #333; 
		line-height: 16px;
		}

#content p a, 
#content p a:visited	{ 
		color: blue; 
		font-weight: bold;
		text-decoration: none;
		}
		
#content p a:hover	{ 
		color: blue; 
		}

#content h1 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		color: #69a61d;
		font-size: 14px; 
		font-weight: bold; 
		text-transform: uppercase;
		}

#content h2 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		color: #333;
		font-size: 12px; 
		font-weight: bold; 
		}



	
