@charset "utf-8";
/* ---------- base styles ------------- */
* {
	padding:0;
	margin: 0;
}
html {
	overflow-y: scroll;
}
body {
	text-align: center;
	color: #FFF;
}
#container {
	position:relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#left {
	width: 485px;
	background-image: url(../images/back_content.png);
	float: left;
	background-repeat: repeat;
	background-position: center top;
	margin-top: 0px;
}
#leftcontent a {
	color: #FF9;
}


#leftcontent {
	padding-left: 40px;
	padding-bottom: 40px;
	padding-right: 40px;
	padding-top: 100px;
}

#right {


}
#flash {
	margin-top: 350px;
	margin-left: 550px;
}


#topnav {
	float: left;
	margin-left: 60px;


}
#logo {
	padding-top: 10px;
}

#topnav /* -- main navigation styles --*/
 ul {
	list-style: none;
}
#topnav ul li {
	float: left;
}
#topnav ul a {
	font-size:12px;
	text-decoration:none;
	color:#FFF;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
}
#topnav ul a:hover {
	color:#F00;
}
#topnav ul a.on {
	color:#C00;
}

h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-size: 30px;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 15px;
	font-family: Arial;
	font-weight: normal;
}
h2 {
	font-family: Verdana;
	font-size: 18px;
	color: #FC0;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
h4 {
	font-family: Georgia;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}
h5 {
	font-family: Georgia;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: justify;
	line-height: 1.5em;
}
