* {
	padding:0;
	float:none;
	font-size:10px;
	margin:15;
	font-weight:bold;
}

body {
	text-align:center;
	background:#8e5c1b;
	font-size:12px;
	line-height:17px;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}

#site {
	margin:35px auto;
	text-align:left;
	width:775px;
	height:4750px;
	background:#FFF;
}

#masthead {
	height:175px;
	background:#8e5c1b url(masthead_bg.jpg) no-repeat;
	margin:0 0 10px;
}

#navigation {
	width:95px;
	float:left;
	line-height:14px;
	margin:40px 0 0 5px;
	padding:0 10px 0 10px;
	height:394px;
	color:#FFF;
	background:#d49c2b;
}

#content {
	width:500px;
	float:left;
	margin:10px 50px 10px 50px;
}

#footer_left {
	height:55px;
	float:left;
	margin:10px;
	font-size:10px;
}

#footer_left a{
	color:#000;
}

#footer_left a:hover {
	color:#666;
}

.footer_right {
	height:55px;
	float:right;
	margin:10px;
	font-size:10px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Tahoma, Geneva, sans-serif;
	letter-spacing:1px;
	font-weight:bold;
}

h1 {
	color:#fff;
	padding:130px 30px 0 30px;
	font-size:30px;
	line-height:26px;
}

h2 {
	margin:25px 0 10px 0;
	color:#300;
	}

h2 a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
}

h3 {
	margin:25px 0 7px;
	font-size:17px;
}

p {
	margin:0 0 9px;
}

em {
	color:#600;
	font-style:italic;
}

ul {
	margin:0 17px 0 15px;
	list-style-position:outside;
}

li {
	padding:5px 0 5px 4px;
	text-transform:uppercase;
}

a:link {
	text-decoration:none;
}

a:hover {
	color:#FFF;
}



