﻿body {
	margin: 0 auto;
	padding: 0 auto;
	margin-top: 10px;
	text-align: center;
	background: url(../images/background.gif) repeat-x #64635a;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

*{
    padding: 0;
    margin: 0;
}

img {
    border-width: 0px;
}

a, a:active, a:visited {
    color:Blue;
}

h1, h2 {
   padding-bottom:1.0em; 
}

h3, p, ul, ol {
   padding-bottom:1.5em; 
}

li {
    padding-bottom:0.5em;
}

/* Layout Styles */

#container {
	width: 866px;
	text-align: left;
	margin: 0 auto;
	padding: 0 auto;
	position: relative;
	background: url(../images/content_bg.png) #b0afa8 repeat-x 0 78px;
	background-color: #64635a;
	height: auto;
}

	#header {
		background: url(../images/header_bg.png) repeat-x;
		height: 78px;
		width: 866px;
		position: relative;
	}
		#header h1 {
			position: absolute;
			top: 0;
			left: 0;
		}
			#header h1 a {
				display: block;
				width: 285px;
				height: 78px;
				text-indent: -9999px;
				background: url(../images/header_logo.png);
			}
			
			.header_links a
            {
                color:#000000;
                text-decoration:none;
                font-weight:bold;
            }

            .header_links a:hover
            {
                color:#b73029;
                text-decoration:underline;
                font-weight:bold;
            }
			
		#header ul {
			position: absolute;
			top: 30px;
			left: 340px;
			padding: 0 15px 0 30px;
			border-bottom: 3px solid #a7100f;
		}
			#header ul li {
				list-style: none;
				margin-right: 15px;
				float: left;
				padding-bottom: 5px;
			}
				#header ul li a {
					color: #000;
					font-weight: bold;
					font-size: 14px;
					text-decoration: none;
				}
				#header ul li a:hover {
					color: #a7100f;
				}
				
	#content {
		padding: 10px;
		background-color: #fff;
	}
	    #content ul {
	        margin-left:20px;
	    }
	
#footer {
	margin: 0 auto;
	padding: 0 auto;
	width: 100%;
	background: #2a2900;
	height: 45px;
	color: #fff;
	clear:both;
	position: relative;
}
	#footer #footer_inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 auto;
		text-align: left;
		background: #686721;
		padding-top: 10px;
		height: 35px;
		font-size:10px;
	}
		#footer ul li { list-style: none; float: left; margin-left: 20px; }
		#footer a { color: #fff; }
		
		#footer ul.bottom_links { 
			width: auto; 
			float: left;
		}
		
		#footer ul.bottom_info { 
			width: auto; 
			float: right; 
			text-align:right;
			padding-right:20px;
		}
			
