@charset "UTF-8";

body {
	color: #636363;
	font-size: 12px;
	line-height: 1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/top_corner.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	}

h1 {
	font-size: 38px;
	font-weight: 200;
	}

h2 {
	font-size: 22px;
	font-weight: 200;
	}

h3 {
	font-size: 18px;
	color: #555555;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	}

h4 {
	font-weight: bold;
	margin-bottom: 5px;
	}

span {
	display: block;
	width: 300px;
	float: left;
	margin: 0 10px 0 0;
	}

/* STRUCTURE */

#wrap {	
	width: 900px;
	float: left;
	}
	
#content {
	width: 620px;
	float: right;
	padding: 20px;
	}
	
#nav {
	width: 200px;
	padding: 20px;
	float: left;
	margin: 90px 0 0 0;
	}

#footer {
	width: 900px;
	height: 338px;
	background: url(../images/btm_corner.gif) no-repeat bottom left;
	float: left;
	padding: 0;
	margin: -60px 0 0 0;
	}

#footer p {
	font-size: 10px;
	display: block;
	float: right;
	margin: 130px 20px 0 0;
	}


/* LINKS */

a:link, a:visited {
	color:#d59857;
	text-decoration:none;
	}

a:hover, a:focus, a:active {
	text-decoration: underline;
	}

/* Nav Menu */

ul {
	list-style: none;
	}

ul li a:link, ul li a:visited {
	line-height:36px;
	padding:8px 0 2px 0;
	font-size: 14px;
	font-weight: bold;
	color:#555555;
	}

ul li a:hover, ul li a:active, ul li a:focus, ul li.active a:link, ul li.active a:visited {
	color:#d59857;
	text-decoration:none;
}


