* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#996600;
}
#wrapper { 
 margin: 0 auto;
 width: 962px;
}
#header {
 color: #333;
 width: 940px;
 float: left;
 padding: 10px;
 border: 1px none #ccc;
 height: 100px;
 margin: 10px 0px 5px 0px;
 background-color:#996600;
 /*background-color:#F3F2ED;*/
}

#navigation { 
 color: #333;
 border: 1px none #ccc;
 background: #809900;
 /*background: #FFDF6B;*/
 margin: 0px 5px 5px 0px;
 padding: 10px;
 /*height: 700px;*/
 width: 195px;
 float: left;
}

#navigation ul {
    list-style: none;
}

#navigation ul li {
    padding: 0 0 0 10px;
}

#navigation ul li a {
	text-decoration: none; 
    font: 15px/20px Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
    color: #000000;
}

#navigation ul li a:hover {
    text-decoration: none;
    color: #996633;
}

#content { 
 float: left;
 color: #333;
 border: 1px none #ccc;
 background: #809900;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 /*height: 700px;*/
 width: 496px;
 display: inline;
}

#content h2{
 font-family:Times New Roman, Helvetica, sans-serif;
 font-size: 12px;
 text-align:center;
}

#content h3{
 font-family:Times New Roman, Helvetica, sans-serif;
 font-size: 8px;
 text-align:left;
}

#content h4{
 color: #000000;
 font: bold;
 font-family:Times New Roman, Helvetica, sans-serif;
 font-size: 12px;
 text-align:left;
}

#content ul li a {
	/*text-decoration: none; 
    font: 15px/20px Georgia, "Times New Roman", Times, serif;*/
    text-decoration: none;
    color: #000000;
}

#content ul li a:hover {
    text-decoration: none;
    color: #996633;
}

#content ul {
	margin:2;
	list-style:square;
	list-style-position:inside;
	font-style: italic;
	line-height: normal;
	padding: 5px 0px 5px 10px;
	}

#rightcolumn { 
 color: #333;
 border: 1px none #ccc;
 background: #809900;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 /*height: 700px;*/
 width: 195px;
 float: left;
}
#footer { 
 width: 940px;
 clear: both;
 color: #000000;
 /*color: #333;*/
 border: 1px none #ccc;
 background-color:#996600;
 /*background-color:#F3F2ED;*/
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
