/* CSS Document */
* {
	margin: 0;
	padding: 0;
	
}

body {
	color: #4b4640;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bkg.jpg) repeat;
}

p, li {
	font-size: 1.1em;
	line-height: 1.8em;
	margin-bottom: 1.0em;
}	

a {
	text-decoration: none;
	color: #618f2c;
	font-weight: bold;
	}
	a:hover, ul#nav li a:active {
					color: #990000;
	}

h1 { color: #99000; font-size: 1.8em; margin-bottom: 1.2em; }

h2 { color: #1c7c8a; font-size: 1.4em; font-family: Georgia, Garamond, serif; font-style: italic; margin-bottom: 0.8em; }

h3 { color: #99000; font-size: 1.5em; text-align: center; margin-bottom: 0.5em; }

h4 { color: #55462c; font-size: 1.2em; text-align: center; text-transform: uppercase; margin-bottom: 0.4em; }


.clear { clear: both;}

	div#page-wrap {
		width: 800px;
		margin: 0 auto;
	}	
	
		ul#nav {
			height: 257px;
			background: url(images/header-bkg.png) no-repeat;
			list-style: none;
			padding-left: 50px;
			}
			ul#nav li a {
				display: block; 
				width: 140px;
				float: left;
				margin-top: 115px;
				color: white;
				font-weight: bold;
				text-decoration: none;
				}	
				ul#nav li a:hover, ul#nav li a:active {
					color: #990000;
				}
	
	div#main-content {
		padding: 15px 5px 15px 30px;
		background: #f4eddc;
		}		
		div#main-content div#left-col {
			float: left;
			width: 480px;
		}	
		div#main-content div#right-col {
			float: right;
			width: 223px;
			border-top: 5px solid #d9e1c5;	
			padding-top: 15px;
			}
			div#main-content div#right-col p {
				font-size: 95%;
				line-height: 1.3em;
				text-align: center;
				margin-bottom: 0.1em;
				
				}
				div#main-content div#right-col p a {
				color: #618f2c;
				font-weight: bold;
				font-style:italic;
				text-decoration: none;
				}
					div#main-content div#right-col p a:hover, div#right-col p a:active {
					color: #990000;
				}
		
	div#footer {
		background: url(images/footer-bkg.png) no-repeat;
		width: 800px; height: 185px;
		font-size: 80%;
		color: #455922;
		padding: 165px 0 10px 5px;
		text-transform: uppercase;
		text-align: left;
	}		
