* { padding: 0; margin: 0; }

body {
 font-family: Modern no. 20, Usuzi, Prestige Elite ;
 font-size: 16px;
 background: #C9C992;
 background-image:;
 background-repeat: repeat;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #C03;
 width: 900px;
 float: left;
 padding: 10px;
 border: ;
 height: 100px;
 margin: 10px 0px 0px 0px;
 background: ;
 text-align: center;
}
#navigation {
float: left;
 width: 900px;
 color: #099;
 padding: 10px;
 border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 background: #646464;
}
#leftcolumn { 
 color: #790000;
 border: 1px solid BLACK;
 background: #776755;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 400px;
 width: 200px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 border: 1px solid black;
 background: #C9C992;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 400px;
 width: 456px;
 display: inline;
}
#rightcolumn { 
 color: #333;
 border: 1px solid black;
 background: #776755;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 400px;
 width: 200px;
 float: left;
}
#footer { 
 width: 900px;
 clear: both;
 color: #A00;
 border: 1px solid black;
 background: #333333;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align: center;
}
h1 {
font-family: prestige elite std;
color: #2D5B5B;
font-size: 30pt;
text-decoration: bold;
}
h2 {
font-family: Modern no. 20, prestige elite std;
color: black;
font-size: 13pt;
text-decoration: none;
}
h3 {
font-family: prestige elite std, usuzi;
color: black;
font-size: 11pt;
}
h4 {
font-family: usuzi;
color: #BD0000;
font-size: 30pt;
text-decoration: bold;
}
h6 {
font-family: usuzi;
color: #BD0000;
font-size: 24pt;
text-decoration: bold;
}
h7 {
font-family: Modern no. 20;
color: black;
font-size: 13pt;
text-decoration: bold;
}
h8 {
font-family: prestige elite std;
color: black;
font-size: 13pt;
text-decoration: bold;
}

#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", usuzi, Modern no. 20, prestige elite std;
	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: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}                    
          
