/* CSS Document */
/*--------------------------------------------------------------
This CSS document should help define the layout of the site.
There should be no colour or text definitions.
The borders are there to help debug. Set them to 0px when ready.
----------------------------------------------------------------*/
body 
{
	margin:0px;
	text-align:left;
	background-color:#EAE8DE;
}

p, li {
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 0.7em;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 1.1em;
	margin:/*top*/0 /*right*/0 /*bottom*/0 /*left*/0;
	padding:/*top*/0 /*right*/0 /*bottom*/0 /*left*/0;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 1.1em;
	margin:/*top*/0 /*right*/0 /*bottom*/0 /*left*/0;
	padding:/*top*/0 /*right*/0 /*bottom*/0 /*left*/0;
}

a {
	text-decoration:none;
	color:#999999;
}
a:hover {
	text-decoration:none;
	color:#FF6600;
}


/*--------------------------------------
--------------------------------------*/

#container {
	
	margin:/*top*/20px /*right*/0 /*bottom*/0 /*left*/21px;
	padding:/*top*/0 /*right*/0 /*bottom*/0 /*left*/0;
	
}

#leftcol {
	clear:both;
	margin:/*top*/0 /*right*/0 /*bottom*/0 /*left*/0;
	padding:/*top*/0 /*right*/0 /*bottom*/0 /*left*/0;
	float:left;
}

#rightcol {
	
	margin:/*top*/0 /*right*/0 /*bottom*/0 /*left*/0;
	padding:/*top*/0 /*right*/0 /*bottom*/0 /*left*/0;
	float:left;
	width: 800px;
	
}
#rightcol p {
	
	width: 400px;
	
}


.nav1 {
	
	margin:/*top*/20px /*right*/0 /*bottom*/0 /*left*/0;
	padding:/*top*/0 /*right*/0 /*bottom*/0 /*left*/0;
	width: 280px;
	
}
.nav {
	
	margin:/*top*/20px /*right*/0 /*bottom*/0 /*left*/0;
	padding:/*top*/0 /*right*/0 /*bottom*/0 /*left*/0;
	width: 280px;
	
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
