@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'TheSansLightCaps';
	src: url('fonts/thesanslight-caps-webfont.eot');
	src: local('☺'), url('fonts/thesanslight-caps-webfont.woff') format('woff'), url('fonts/thesanslight-caps-webfont.ttf') format('truetype'), url('fonts/thesanslight-caps-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #fff url(images/header.jpg) repeat-x;
	margin: 0;
	padding: 0;
}

#container {
	margin: 0 auto;
	width: 800px;
}

img {
	border: none;
}

/* TEXT */
h1 {
	font-family: "TheSansLightCaps", Arial, Helvetica, sans-serif;
	font-size: 18px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
}
/* END TEXT */


/* TOP NAV BEGIN */
#nav {
	position: absolute;
	width: 500px;
	right: 0;
	top: 10px;
}

#nav ul li {
	width: 150px;
	display: inline;	
	list-style: none;
	margin: 0 15px 0 15px;
}

#nav a {
	font-family: "TheSansLightCaps", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #d5c4c4;
	text-decoration: none;
}

#nav a:hover {
	color: #c08585;
}
/* TOP NAV END */


/* LEFT NAV BEGIN */
#leftnav {
	width: 250px;
}

#leftnav ul {
	margin: 0;
	padding: 30px 0 0 0;
}

#leftnav ul li {
	width: 250px;
	list-style: none;
}

#leftnav ul li:hover {
	list-style: url(images/bullet.gif) outside;
	background-color: rgba(255, 255, 255, 0.3);
}

#leftnav a {
	font-family: "TheSansLightCaps", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #eae9e9;
	text-decoration: none;
	display: block;
	padding: 15px 0 15px 50px;
}

#leftnav a:hover {
	color: #fff;

}
/* LEFT NAV END */


/* DIVS */
#header {
	width: 800px;
	height: 100px;
	position: relative;
}

#middle {
	height: 250px;
	background: url(images/stripenav.jpg) repeat-x;
}

#leftcol {
	width: 250px;
	float:left;
}

#leftcol img {
	margin-top: 60px;
}

#content {
	width: 530px;
	float: right;
	padding: 10px 10px 10px 10px;
}

#footer {
	background-color: #521500;
	position: relative;
}

#footertxt {
	margin: 0 auto;
	text-align: center;
	height: 100px;
	width: 800px;
}

#footer p {
	font-size: 11px;
	color: #988787;
	line-height: 1.3em;
}

#footer a {
	color: #988787;
}
/* END DIVS */


