/**
 * Various CSS styles relating to page structure and layout - that is, display.
 */
h1,h2,h3 { margin: 0; padding: 0; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: 0;
}

body {
	background: #8C8C46;
}

#page {
	position: relative;
	margin-left: 5%;
	padding-top: 10px;
	/*width: 945px;*/
	/*width: 890px;*/
	/*width: 817; */
	width: 860px;
}

#header {
	position: relative;
	padding-bottom: 255px;
	background: #626200 url(images/header/secondary.jpg) bottom center no-repeat;
}

#header h1 {
	font-family: "Trebuchet MS", "Century Gothic", "Avant Gard", "Arial", sans-serif;
	font-size: 36px;
	font-weight: 300;
	color: #CCCC97;
	text-transform: capitalize;
	padding: 0 40px;
	padding-top: 10px;
}
#header h2 {
	font-family: "Trebuchet MS", "Century Gothic", "Avant Gard", "Arial", sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: white;
	padding: 0 40px;
	padding-bottom: 10px;
}
#header .inset {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30%;
	font-family: "Trebuchet MS", "Century Gothic", "Avant Gard", "Arial", sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
	color: white;
}
#header .inset a {
	color: white;
}

blockquote.quotation {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	font-size: 14pt;
	color: #888844;
	font-weight: 600;
	background: url(images/quote-left.gif) 0.0em 0.4em no-repeat;
	padding-top: 12px;
	padding-left: 15px;
}

blockquote.quotation div.quotation {
	background: url(images/quote-right.gif) bottom right no-repeat;
	padding-bottom: 5px;
}

blockquote.quotation div.author {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	color: #888844;
	font-weight: 300;
}

#footer {
	padding: 6px 40px;
	padding-top: 245px;
	background-color: #330;
	background-image: url(images/bottom.gif);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: "Verdana", "Trebuchet MS", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
}
#footer,
#footer *,
#footer a {
	color: white;
}