@charset "UTF-8";

html{	
	width: 100%;
	height: 100%;
	padding:0px;
	background:url(images/mainBackground.jpg) repeat-x #8f9597;
	background-color: #8f9597;
}

body {
	font-size:80%;
}

* {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#515151;
	line-height:15px;
	margin:0px;
}

ul {
	padding-left:30px;
}

p, blockquote, td {
	padding:10px 15px;
	font-size:1.2em;
}

a img{
	border:0;
}

a {
	color: #323232;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

.clear{
	clear:both;
}

#container {
	width: 740px;
	text-align:center;
	min-height: 100%; 
	margin: 0 auto; 
}

#header {
	width: 740px;
	height: 248px;
	background:url(images/topBanner.jpg) no-repeat;
}

#menu {
	width: 760px;
	height:52px;
	padding-top:128px;
}

.menu{

	text-align:center;
	font-size:14px;
	float:right;
	padding-right:40px;
}
.menu a {
	text-decoration: none;
	color:#e4dac5;
	font-style:italic;
}
	.menu a.even {
		color:#d6d6d6;
	}
.menu a:hover {
	background-color:#999999;
}

#middle {
	width:740px;
	height:100%;
}


#content {
	width: 677px;
	float:left;
	text-align:justify;
	padding-left:10px;
	padding-top:10px;
	background:url(images/contentBackground.jpg) repeat-x;
}

#footer {
	clear:both;
	text-align:center;
}
	#footer p {
		font-size:1em;
	}

h1 {
	color: #c3bbaa;
	margin:5px;
	font-size:2.5em;
	font-weight:normal;
	font-style:italic;
	padding-bottom:5px;
}

h2 {
	color: #bebebe;
	margin:5px;
	font-size:2em;
	font-weight:normal;
	font-style:italic;
}


.small p {
	font-size:9px;
	text-align:right;
	line-height: 90px !important;
}

blockquote {
	padding-left:30px;
}
