* {margin: 0;
   padding: 0;}
   
body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#main {
	background-image: url(images/main.jpg);
	height: 399px;
	width: 741px;
	background-repeat: no-repeat;
}

#linkbar {
	background-image: url(images/linkbar.jpg);
	height: 43px;
	width: 741px;
	background-repeat: no-repeat;
	font-size: 11px;
}

#top_content {
	background-image: url(images/top_content.jpg);
	height: 135px;
	width: 741px;
	background-repeat: no-repeat;
	padding-left: 140px;
	padding-right: 260px;
	font-size: 12px;
}

#main_content {
	background-image: url(images/body_tile.jpg);
	width: 356px;
	background-repeat: repeat-y;
	padding-left: 140px;
	padding-right: 260px;
	font-size: 12px;
}

#main_content2 {
	background-image: url(images/body_tile.jpg);
	width: 356px;
	background-repeat: repeat-y;
	padding-left: 140px;
	padding-right: 260px;
	font-size: 10px;
}

#footer {
	background-image: url(images/footer.jpg);
	width: 621px;
	height: 130px;
	padding-top: 100px;
	font-size: 9px;
	padding-left: 120px;
	color: #caceaa;
	cursor: default;
}

.element_footer a
{
color: #caceaa;
cursor: default;
}

p {padding-bottom: 6px;
padding-top: 6px;}

h1 {
	padding-top: 40px;
	padding-left: 112px;
	color: #a9ac96;
	font-size: 24px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	padding-top: 0px;
	padding-left: 0px;
	color: #603400;
	font-size: 14px;
	font-family: Perpetua;
}

h3 {
	font-size: 16px;
	font-style: italic;
	color: #8D926A;
	padding-top: 15px;
	padding-bottom: 15px;
}

blockquote {
	font-size: 12px;
	padding: 10px 90px 0px;
	font-style: italic;
}

#navcontainer ul
{
	padding: 16px 0 2px;
	margin-left: 160px;
	list-style-type: none;
	color: #006633;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#navcontainer li { display: inline; }

#navcontainer li a
{
text-decoration: none;
color: #666666;
}

#navcontainer li a:hover
{
background-color: #EDEEE8;
color: #333333;
}

li a
{
text-decoration: none;
color: #760000;
}

li a:hover
{
background-color: #e7e7e7;
color: #d22d2d;
}

#main_content img
{
   border-style : none;
}