body {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0px;
	color:#474746;
	background-image:url(images/background1.jpg);
	background-repeat:repeat-x;
}

#shadow_background {
    width:920px;
	background-image:url(images/background2.jpg);
	background-repeat:no-repeat;
}

#header {
    width:900px;
}

#main {
    width:900px;
}

#main a {
    color:#474746;
	font-weight:bold;
	text-decoration:none;
}

#main a:visited {
    color:#474746;
	font-weight:bold;
}

#main a:hover {
    color:#000000;
	font-weight:bold;
}

.title {
    font-size:18px;
	color:#4b661d;
}

.title2 {
    font-size:17px;
	color:#4b661d;
}

.title3 {
    font-size:13px;
	color:#4b661d;
}

.accent {
    color:#4b661d;
	font-style:italic;
	font-weight:bold;
}

#footer {
    width:100%;
	height:75px;
	background-color:#727368;
}

#footer_text {
    color:#eaead0;
	line-height:1.5;
}

#footer_text a {
    text-decoration:none;
	color:#eaead0;
}

#footer_text a:visited {
    color:#eaead0;
}

#footer_text a:hover {
    color:#000000;
}