/* CSS Document */

@import url("nav.css");

body {
	background:url("../images/main/bg-body.gif") center top repeat-x #000000;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	margin:16px 0 64px 0;
	padding:0;
}

h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}

h1 {
	color:#ffc200;
	font-size:30px;
}

h2 {
	color:#b29e87;
	font-size:24px;
}

h3, h4 {
	color:#cccccc;
	margin:0 0 16px 0;
}

h3 {
	font-size:20px;
}

h4 {
	font-size:18px;
}

h5, h6, p, ul, ol, blockquote {
	font-size:16px;
	line-height:20px;
	margin:0 0 16px 0;
	padding:0;
}

h5 {
	color:#cccccc;
	margin:0;
}

h6 {
	font-size:12px;
}

ul, ol, blockquote {
	padding:0 0 0 60px;
}

blockquote {
	font-style:italic;
}

a {
	color:#00b34d;
}

a:hover {
	color:#ffec00;
}

.img-left, .img-right {
	background:url("../images/main/bg-photo.gif") center center;
	padding:6px;
}

.img-left {
	float:left;
	margin:0 16px 0 0;
}

.img-right {
	float:right;
	margin:0 0 0 16px;
}

#header, #main-banner, #page-banner, #nav, #content, #footer {
	margin:0 auto;
}

#header {
	background:url("../images/main/bg-header.gif") center center no-repeat;
	height:32px;
	width:688px;
}

#header p {
	color:#e2cfbf;
	font-size:12px;
	line-height:32px;
	margin:0 16px;
	text-align:right;
}

#header a {
	color:#e2cfbf;
	text-decoration:none;
}

#header a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#main-banner {
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	width:686px;
}

#page-banner {
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	width:686px;
}

/*The styling for the navigation is handled by the "NAV.CSS" file.*/

#content {
	padding:16px 16px 64px 16px;
	width:656px;
}

#footer {
	background:url("../images/main/bg-footer.jpg") center top no-repeat;
	height:96px;
	padding:16px 0;
}

#footer p {
	color:#ffffff;
	font-size:11px;
	line-height:16px;
	margin:0;
	text-align:center;
}

#footer p.tagline {
	color:#ffc200;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-variant:small-caps;
	font-weight:bold;
	line-height:20px;
}