
*	{margin:0; padding:0;}

p	{margin-top:1em;}


body
{
	margin: 0px;
	padding: 0px;
}

#container
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color:#EBEBD6;    
}


/*this is the beginning of the button menu system*/

#menu 
{
	position:absolute;
	width:120px;
	left:35px;
	padding-top:15px;
	font-family:”Lucinda Grande”, Arial, sans-serif;
	font-size:0.9em;
}

#menu ul	{list-style-type:none;}


/* buttons */

#menu a	
{
	padding:3px 3px 3px 10px;
	width:100%;
	display:block;
	color:white;
	/* Main color on button */
	background-color:#900;
	/* Lighter color on border */
	border-top:2px solid #d4e8d1;
	border-left:2px solid #d4e8d1;
	/* Darker color on border */
	border-bottom:2px solid #000;
	border-right:2px solid #000;
	text-decoration:none;
}
		

#menu a:hover, #menu a:focus	
{   /* Darkercolor on border */
	border-top:2px solid #000;
	border-left:2px solid #000;
	/* Lighter color on border */
	border-bottom:2px solid #d4e8d1;
	border-right:2px solid #d4e8d1;
	background-color:#600;
	color:#999;}

/* Text that appears right of the buttons */
#maincontent
{
	padding-left: 210px;
	padding-right:15px;
	padding-top:15px;
	width:750px;

}


h1
{
	color: #000;
	background: transparent;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;

}

h2
{
	color: #000;
	background: transparent;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
}

h3
{
	color: #900;
	background: transparent;
	font: bold .8em Verdana, Arial, Helvetica, sans-serif;

}


p{	font: .8em Verdana, Arial, Helvetica, sans-serif;
	font-color:#000; }
	
ul { style: float; }
