/*	Desc: *title* Screen Style Sheet
	Author: SSE Design Group http://ssedesigngroup.com
	Date: *last modified date*
	4b2a09 - black
    875321 - brown
    ac6e32 - dk tan
    cfa25f - tan background

=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
body {background-color: #ac6e32; color: #4b2a09; padding: 0;margin: 0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}

/*=COMMON
=== === === === === === === === === === */
a {color: #875321; text-decoration:underline;}
a:visited {color: #875321;}
a:hover {color: #000;}
h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
.smtext {font-size: 10px;}
.medtext {font-size:11px;}

.img {border:1px solid #4b2a09;}
.img2left {float:left; margin-right:8px;}
.img2right {float:right; margin-left:8px;}
img {border:0px;}

/*=WRAPPER
=== === === === === === === === === === */
#wrapper {width: 780px; margin:auto;}

/*=MASTHEAD
=== === === === === === === === === === */
#masthead {background-image:url(/images/masthead.jpg); height: 150px;}
#masthead h1 {text-indent: -9999px;font-size: 1%}

#masthead2 {background-image:url(/images/masthead-bottom.jpg); height:244px;}

/*=NAVIGATION
=== === === === === === === === === === */
#navigation {height:39px;}

/*=CONTENT
=== === === === === === === === === === */
#content {background-image: url(/images/content.jpg); background-repeat:repeat-y;}

/*=FOOTER
=== === === === === === === === === === */
#footer {font-size: 10px; text-align:center; background-image:url(/images/footer.jpg); height: 84px; background-repeat:no-repeat; width: 780px; margin:auto;}
#footer-text {font-size: 10px; text-align:center; padding: 5px; color: #cfa25f; font-weight:bold;}
#footer-text a {color: #cfa25f; font-weight:bold;}
#footer-text a:visited {color: #cfa25f;}
#footer-text a:hover {color: #cfa25f;}
#footer-text a:link {color: #cfa25f;}