/* CSS Document */

* {margin: 0;
   padding: 0;}
   
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
    background: #ffffff;
    margin-top:0px;
    margin-bottom:0px;
    color:#333333;

}

#all {
	background: #FFFFFF;
  	margin-left: auto; 
  	margin-right: auto;
  	width: 715px;
}

#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
}

#top_content {
	background-image: url('images/top_content.jpg');
	height: 135px;
	width: 741px;
	background-repeat: no-repeat
}

#main_content {
	background-image: url('images/body_tile.jpg');
	width: 356px;
	background-repeat: repeat-y;
	padding-left: 125px;
	padding-right: 260px;
	font-size: 12px
}

#footer {
	background-image: url('images/footer.jpg');
	width: 621px;
	height: 130px;
	padding-top: 100px;
	font-size: 10px;
	padding-left: 120px
}

p {padding-bottom: 6px;
padding-top: 2px;}

h1 {
	padding-top: 40px;
	padding-left: 60px;
	color: #a9ac96;
	font-size: 36px;
	font-style: italic;
	font-family: Vivaldi, Georgia, "Times New Roman", Times, serif;
}

h2 {
	padding-top: 0px;
	padding-left: 112px;
	color: #b3b79b;
	font-size: 14px;
	font-style: italic;
	font-family: Vivaldi, Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 16px;
	font-style: italic;
	color: #8D926A;
	padding-top: 5px;
	padding-bottom: 5px;
}

blockquote {
	margin-left: 120px;
	margin-right: 250px;
	font-size: 12px;
	padding: 45px 6px 6px;
}

#navcontainer ul
{
	padding: 13px 0 1px;
	margin-left: 117px;
	list-style-type: none;
	color: #006633;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

li { display: inline; }

li a
{
text-decoration: none;
color: #666666;
padding: .2em 1em;
}

li a:hover
{
background-color: #EDEEE8;
color: #333333;
}