/*
	Colors:
	Red		#8d1200
*/

body {
	background: url(/images/bg.jpg);
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
}

#wrapper {
	width: 918px;
	padding: 0 9px 0 9px;
	margin: 0 auto;
	margin-top: 50px;
}

#header {
	height: 300px;
	background: url(/images/header.png) no-repeat;
	position: relative;
}

#header h1 a {
	position: absolute;
	top: 40px;
	left: 25px;
	text-indent: -9999px;
	width: 255px;
	height: 200px;
	display: block;
}

#main {
	background: url(/images/body.png) repeat-y;
	padding:29px;
	position: relative;
}

#footer {
	font-family: Trebuchet MS, Arial, sans-serif;
	height: 40px;
	background: url(/images/footer.png) no-repeat;
}

/* ------------------- Navigation ----------------- */

ul#nav {
	width: 627px;
	height: 30px;
	padding-top: 10px;
	background: url(/images/nav-bg.png) no-repeat;
	list-style: none;
	position: absolute;
	bottom: 0;
	right: 9px;
	text-align: right;
	margin-bottom: 0;
}

ul#nav li {
	display: inline;
	font-size: 18px;
	margin-right: 25px;
	text-align: center;
}

ul#nav li a {
	color: #fff;
	text-decoration: none;
	text-shadow:0 2px 2px #000;
}

ul#nav li a:hover {
	border-bottom: 2px solid #cccccc;
	text-shadow: 0 0 5px #ccc;
}

ul#nav li .selected {
	border-bottom: 2px solid #cccccc;
	text-shadow: 0 0 5px #ccc;
}

/* ---------------------- General Styles -------------------- */

a {
	color: #8d1200;
	text-decoration: none;
}

a:hover {
	color: #000;
}

p {
	font-family: Trebuchet MS, Arial, sans-serif;
	margin-bottom: 20px;
}

ul {
	font-family: Trebuchet MS, Arial, sans-serif;
	margin-bottom: 20px;
}

h2 {
	font-size: 20px;
	color: #585858;
	margin-bottom: 20px;
}

h3 {
	font-size: 18px;
	color: #585858;
	margin-bottom: 20px;
}

#main img {
	background: #cccccc;
	float: left;
	margin: 0 20px 20px 0;
}

.clear {
	clear: both;
}

#column1 {
	font-family: Trebuchet MS, Arial, sans-serif;
	width: 240px;
	float: left;
	margin-right: 20px;
}

#main ul li {
	background: url(/images/line.png) no-repeat bottom left;
	padding: 5px;
}

#column2 {
	float: left;
	width: 600px;
}

#right ul li {
	background: none;
	padding: 0;
}

p.left {
	font-family: Trebuchet MS, Arial, sans-serif;
	float: left;
}

p.center {
	text-align: center;
}

strong {
     font-weight: bold;
}

em {
    font-style: italic;
}
