/* Structure */

* {
 padding: 0;
 margin: 0;
}
html {
	font-size: 100%; /* IE hack */
}
body {
	font-size: .75em;
	background-image: url(../_images/home_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f4efd8;
}
a{
	color: #778e3c;
}
a:visited{
	color: #849D41;
}
a:hover{
	color: #A8A8A8;
}
#top_wrap {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 451px;
	background-image: url(../_images/images/home_final_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	
}
#main {
	padding-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 580px;
}
#navbar {
	height: 31px;
	margin: 0px;
	padding: 0px;
	background-color: #3300CC;
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer {
	font-size: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 750px;
	height: 24px;
}

/*Design*/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color: #778e3c;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #778e3c;
	margin-bottom: 7px;
	padding-bottom: 3px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #313135;
	text-align: justify;
	font-weight: normal;
	line-height: 130%;
}
#footer p{
	text-align: center;
}
#footer a{
	text-decoration: none;
}
#footer a:visited{
	color: #849D41;
}
#footer a:hover{
	color: #A8A8A8;
	text-decoration: underline;
}
#main a{
	color: #313135;
	text-decoration: none;
}
#main a:visited{
	color: #313135;
	text-decoration: none;
}
