 
 
body {
     background-color: #efefef;
     color: #000000;
     font-family: "Arial", Tahoma;
     font-size: 10pt;
     margin:0 auto;
}

/** Headers **/
h1 {
     font-family: "Century Gothic", Arial;
     font-size: 15pt;
     color: #000000;
     line-height: 2.5em;
     font-weight: bold;
     margin-bottom:0px;
}

p {
	font-family: "Tahoma";
	margin-top: 0px;
	margin-left: 4px;
	max-width: 720px;
	font-size: 90%;
	
}

#banner {
	background-image: url("images/banner_bk.gif");
	background-repeat: repeat-x;
	height: 102px;
	width: 100%;
	text-align: center;
}

#nav {
	background-image: url("images/nav.gif");
	background-repeat: repeat-x;
	height: 30px;
	width: 100%;
	line-height: 2em;
	color: #6d6c6c;
	
}

#nav li {
	display: inline;
	margin: .3cm;
}

#nav a {
	text-decoration: none;
	color: #000000;
}

#nav a:hover {
	text-decorations: none;
	color: #9d0f00;
}

#container {
	width: 100%;
	height: 100%;
}

#footer {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 80%;
	height: 35px;
}
