@charset "utf-8";
/* ---------- base styles ------------- */
* {
	padding:0;
	margin: 0;
}
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #6F5C4D;
	background-attachment: scroll;
}
#container {
	position:relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#topnav {
	height: 30px;
	margin-top: 120px;
	margin-left: 210px;
}
#topnav /* -- main navigation styles --*/
 ul {
	list-style:none;
	height: 30px;
}
#topnav ul li {
	float: left;

}
#topnav ul a {
	font-size:11px;
	text-decoration:none;
	color:#093;
	display:block;
	line-height: 2em;
	font-family: "Arial Black";
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 23px;
	padding-right: 23px;
}
#topnav ul a:hover {
	color:#382E25;
}
#headline {
	height: 100px:
	margin-left: 200px;
	margin-left: 200px;
	margin-top: 25px;
}
#mainContent {
	height: 100%;
	width: 600px;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 20px;
	margin-left: 200px;
}
#mainContent a {
	color: #FC3;
}
#mainContent h1 img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#mainContent table {
	font-family: Arial;
	font-size: 13px;
	line-height: 1.7em;
	color: #FFF;
}
#mainContent img {
	padding: 10px;
	border: 1px dashed #999;
	margin-bottom: 5px;
}

h1 {
	font-size: 16px;
	text-transform: none;
	color: #030;
	font-style: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-top: 15px;
}
h2 {
	font-family: Arial;
	font-style: italic;
	font-size: 18px;
	color: #FFF;
}

h3 {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	text-align: justify;
	line-height: 1.5em;
	font-weight: normal;
	font-style: italic;
	margin-left: 25px;
}

p {
	font-family: Arial;
	font-size: 13px;
	color: #FFF;
	text-align: justify;
	line-height: 1.7em;
}

