/**
 * Various CSS styles relating to basic page display.
 */

body {
	background: #A19975;
	text-align: center;
}
 
#page {
	position: relative;
	width: 789px;
	background: url(images/sidebar.jpg) no-repeat;
	border-right: 1px solid black;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	width: 528px;
	height: 260px;
	background: black url(images/header/header.jpg) no-repeat;
	border-left: 1px solid black;
	margin-left: 260px;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 528px;
	height: 21px;
	background: black url(images/title.gif) no-repeat;
}
#header h1 span {
	display: none;
}

#header h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 528px;
	height: 21px;
	background: black url(images/tagline.gif) no-repeat;
}
#header h2 span {
	display: none;
}

#quotes {
	position: absolute;
	top: 0;
	left: 0;
}

#container {
	position: relative;
	width: 528px;
	background-color: white;
	border-left: 1px solid black;
	margin-left: 260px;
	overflow: visible;
}

#content {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    font-size: 0.8em;
    line-height: 1.4;
	color: black;
	background-repeat: no-repeat;
	margin-right: 175px;
	padding: 15px;
}
#content h1 {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Georgia", "Times New Roman", times, serif;
    font-size: 2.2em;
	color: #897C54;
}

#content h2 {
	background: #FBF4B8;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	color: #DF300E; 
	font-size: 21px;
	letter-spacing: 2px;
	line-height: 1.5em;
	padding: 7px;
	border-top: 1px solid #73753A;
	border-bottom: 1px solid #73753A;
}

  #content h3 {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	color: #C27E13;
	font-size: 1.4em;
	border-bottom: 1px dashed #FDD35F;
	/*font-size: 14pt;*/
}
#content a {
	color: #990000;
	text-decoration: underline;
}

blockquote.quotation {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Georgia", "Times New Roman", times, serif;
    font-size: 1.3em;
    line-height: 1.4;
	color: #747466;
	border-top: 1px solid #F8D908;
	border-bottom: 1px solid #F8D908;
	margin: 1em 0;
	padding: 0.5em;
	background: url(images/quote-left.gif) 0.4em 0.7em no-repeat;
}

blockquote.quotation div.quotation {
	background: url(images/quote-right.gif) bottom right no-repeat;
}

blockquote.quotation div.author {
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 8pt;
	text-align: right;
}

#sidebar {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Georgia", "Times New Roman", times, serif;
    font-size: 1.0em;
	font-weight: 600;
    line-height: 1.4;
	color: #973C28;
	float: right;
	width: 175px;
	background: white url(images/logo.gif) no-repeat;
	padding-top: 146px;
	margin-top: 30px;
	overflow: visible;
	text-align: center;
}

#mainmenu {
	text-align: left;
	font-family: "Georgia", "Times New Roman", times, serif;
	font-size: 0.9em;
	color: white;
	font-weight: 500;
	width: 186px;
	background: #973C28;
	padding: 10px;
}
#mainmenu ul {
	text-transform: uppercase;
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainmenu ul li {
	padding: 0.4em 0;
}
#mainmenu ul a:link {
	color: white;
	text-decoration: none;
}
#mainmenu ul a:visited {
	color: white;
	text-decoration: none;
}
#mainmenu ul a:hover {
	color: white;
	text-decoration: underline;
}
#mainmenu ul a:active {
	color: white;
	text-decoration: none;
}

#footer {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	clear: right;
	padding: 15px;
}
#footer * {
	font-weight: normal;
}
#footer a {
	color: #990000;
	text-decoration: underline;
}
#footer h4 {
	font-size: 0.8em;
}