* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #CC3300 ;
 background-image: ;
 background-repeat: repeat;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: ;
 height: 100px;
 margin: 10px 0px 0px 0px;
 background: ;
 text-align: center;
}
#navigation {
float: left;
 width: 900px;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 background: #BD9C8C;
}
#leftcolumn { 
 color: #333;
 border: 1px solid BLACK;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 400px;
 width: 200px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 border: 1px solid black;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 400px;
 width: 456px;
 display: inline;
}
#rightcolumn { 
 color: #333;
 border: 1px solid black;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 400px;
 width: 200px;
 float: left;
}
#footer { 
 width: 900px;
 clear: both;
 color: #ffffff;
 border: 1px solid black;
 background: #333333;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align: center;
}
h1 {
font-family: Capital, serif;
color: white;
font-size: 28pt;
text-decoration: bold;
}
h2 {
font-family: arial, sans-serif;
color: white;
font-size: 14pt;
text-decoration: none;
}
h3 {
font-family: arial, sans-serif;
color: black;
font-size: 10pt;
}

#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #CC3300 url("images/hover.png") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}                    
          
