/* CSS Document */

body { margin:27px 0px; padding:0px; /* Hack for IE5/Win */ ; background-image:url(images/background.gif); background-position:center top; background-repeat:no-repeat; background-color: #DE9D59 ; text-align:center; }

#logo {
	position:relative;
	width:503px;
	height:82px;
    margin:0 auto;
}

#container {
	position:relative;
	width:1011px;
	margin:0 auto;
	margin-top:27px;
	padding-top:12px;
	padding-bottom:12px;
	background-color: #FFFFFF;
}

#footer {
	position:relative;
	width:1011px;
	margin:0 auto;
	padding-top:27px;
	padding-bottom:27px;
}

#navbar {
	position:relative;
	width:988px;
	margin:0 auto;
	padding-top:27px;
	padding-bottom:27px;
	background-color:#952C07;
	margin-bottom:12px;
}

.footer_text { font-family: Georgia; font-size: 14px; color:#F5E2CE; line-height:21px; }
.footer_text a:link {  color: #F5E2CE; text-decoration: underline; }
.footer_text a:visited {  color:#F5E2CE; text-decoration: underline; }
.footer_text a:hover {  color:#F5E2CE; text-decoration: none; }
.footer_text a:active {  color:#F5E2CE; text-decoration: underline; }

.headline { font-family: Georgia; font-size: 35px; color:#676767; }

.subhead { font-family: Georgia; font-size: 20px; color:#676767; }

.caption { font-family: Georgia; font-size: 16px; color:#676767; line-height:22px;}

.text { font-family: Arial; font-size: 13px; color:#7E8A86; line-height:25px; }
.text a:link {  color: #DE9D59; text-decoration: underline; }
.text a:visited {  color: #DE9D59; text-decoration: underline; }
.text a:hover {  color: #DE9D59; text-decoration: none; }
.text a:active {  color: #DE9D59; text-decoration: underline; }

.navbar_text { font-family: Arial; font-size: 16px; color:#ffffff; }
.navbar_text a:link {  color: #ffffff; text-decoration: none; }
.navbar_text a:visited {  color: #ffffff; text-decoration: none; }
.navbar_text a:hover {  color: #DE9D59; text-decoration: none; }
.navbar_text a:active {  color: #ffffff; text-decoration: none; }
