/* GLOBAL */
* {
	margin: 0;
	padding: 0;
	font-family: "Verdana", Arial, sans-serif;
	font-weight: normal;
	font-size: small;
}
.clear {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
h1, h2, h3, h4, h5, h6 {
	color: #e2070f;
	font-weight: bold;
}
h1 { font-size: large; }
h2 { font-size: small; }
h3 { font-size: x-small; }
h4 { font-size: xx-small; }
p, h1, h2, h3, h4, h5, h6 { margin: 0 0 12px 0; }
strong { font-weight: bold; }
em { font-style: italic; }
.border { border: 1px solid #0100a0; }

/* BODY */
body {
	background: url("../images/background.jpg") center top repeat-y #c48c59;
	text-align: center;
}

/* MAIN */
#main-wrapper {
	margin: auto;
	text-align: center;
	width: 856px;
}
#main {
	width: 850px;
	margin: auto;
	text-align: center;
}

/* HEADER */
#header {
	background: url("../images/header.jpg") center top no-repeat;
	height: 240px;
}

/* CONTENT */
#content {
	background: #dfdfdf;
	min-height: 500px;
	_height: 500px;
}

/* LEFT */
#left {
	float: left;
	width: 150px;
	margin: 13px 0 0 0;
}
ul#left-nav li {
	text-align: left;
	list-style-type: none;
	background: url("../images/nav-button.gif") left top no-repeat;
	width: 150px;
	height: 54px;
}
ul#left-nav li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: large;
	width: 130px;
	height: 38px;
	display: block;
	padding: 10px 0 0 20px;
}

/* RIGHT */
#right {
	float: right;
	width: 625px;
	padding: 13px 40px 0 0;
	text-align: left;
}

/* FOOTER */
#footer {
	background: url("../images/footer-fade.gif") top center no-repeat;
	height: 50px;
	color: #0100a0;
	font-size: x-small;
}
#footer a {
	text-decoration: none;
	font-size: x-small;
	color: #0100a0;
}
#footer a:hover {
	text-decoration: underline;
}
