/* DEFAULTS & WRAPS */

body {
	background: url(../images/bg.jpg) repeat-x;
	background-color: #4C0000;
	margin: 0;
	padding: 0;
	line-height: 100%;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}

#wrap {
	width: 760px;
	margin: 0px auto;
}

/* LINK STYLES */

a {
   outline: none;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #660033;
}

/* TEXT STYLES */

h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding: 0 0 0 0;
	line-height: 13px;
	margin: 0 0 0 0;
}

/* LIST STYLES */

ul {
	list-style-type: none;
	font-style: normal;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 3px 25px;
	text-indent: -0.1em;
}

ul li {
	padding: 1px;
}

ul li ul {
	list-style-type: disc;
	font-style: italic;
}

/* HEADER */

#header {
	position: relative;
	background-image: url(../images/header.png);
	height: 72px;
	margin-top: 0px;
}

#logo a:link, #logo a:visited, #logo a:hover {
	background-image: url(../images/logo.png);
	position: absolute;
	width: 250px;
	height: 213px;
	left:-20px;
	top:7px;
	z-index: 2;
}

/* NAVIGATION */

#navigation {
	float: left;
	background-image: url(../images/navigation.png);
	width: 179px;
	height: 682px;
}

#navigation ul {
	margin: 140px 0 0 0;
	padding: 0 0 0 20px;
}
#navigation ul li {
	font-family: Lucida Grande, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	list-style-type: none;
	line-height: 24px;
	padding-top: 15px;
}

#navigation li a:link, #navigation li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#navigation li a:hover {
	color: #B0B0B0;
	text-decoration: none;
}

#container {
	width: 580px;
	float: left;
}

/* MAIN IMAGE */
#mainimage {
	width: 581px;
	height: 338px;
	margin: 0;
}

/* CONTENT AREA */
#content {
	background-color: #FFFFFF;
	padding: 15px 30px 30px 30px;
	overflow: auto;
	height: 298px;

}
#content p {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	
}

/* FOOTER */
#footer {
	width: 760px;
	margin: 0px auto;
	padding-top: 0px;
}

#footer p {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 14px;
}

#footer a:link, #footer a:hover, #footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#footerleft {
	float: left;
	text-align: left;
}

#footermiddle {
	float: left;
	text-align: center;
	width: 525px;
}

#footerright {
	float: right;
	text-align: right;
	width: 85px;
}