﻿html {
	background-color: #4E5E36;
	font-family: "Times New Roman", Times, serif
}
img{
	border:0;
}
h1{
	font-style: italic;
	font-size: 50px;
	font-weight: bolder;
	text-align: center;
}
h2{
	text-align:center;
	font-size: 18px;
}
h3{
	text-align:center;
	font-size: 24px;
}

#container {
	width: 800px;
	margin: 10px auto;
	border: 4px solid #F5C85F;
	background-image: url('img/bkg.jpg');
}


#top {
	border-bottom: 3px solid #4E5E36;
	max-width: 800px;
	padding-top: 10px;
}

#content
{
	padding: 30px;
	font-size: 18px;
	/*margin-left: 170px;
	border-left: 3px solid #4E5E36;*/
}

#content a {
	color: #4E5E36;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover {
	color: #4E5E36;
	font-weight:bold;
	text-decoration:underline;
}

#indent{
margin-left:400px
}

#footer
{
	clear: both;
	margin: 0;
	padding: .5em .5em 0em .5em;
	color: #333;
	background-image: url('img/bkg.jpg');
	border-top: 3px #4E5E36;
	max-width: 800px;
	border-top-style: solid;
	text-align: center;
	font-size: 14px;
}

#footer a {
	color: #4E5E36;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	color: #4E5E36;
	font-weight:bold;
	text-decoration:underline;
}

