@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin:0;
}

body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background: #e7d9a0 url(../images/page_bg.gif) top repeat-y;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1.4em;
	padding: 0.5em;
}

p {
	font-size: 0.8em;
	padding: 0.5em 1em;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img.left {
	float: left;
	padding: 0 0.5em 0.5em 0;
}

/* Layout Divs */

#container {
	width: 960px;
	margin: 0 auto;
}

	#header {
		background: url(../images/header_bg.jpg);
		height: 185px;
		position: relative;
		z-index:1;
	}
	
	#colLeft {
		display:block;
		width: 365px;
		float: left;
	}
	
	#colLeft img{
		margin-left: 10px;
	}
	
	#colLeft ul{
	font-size: 0.8em;
	padding: 0.5em 1em;
	margin-left: 20px;
	}
		
	#colRight {
		width: 570px;
		float: right;
	}
	
	#footer {
		clear: both;
		font-size: 0.9em;
		padding: 1em 0;
	}
	
		#footer p span.left {
			float: left;
		}
		
		#footer p span.right {
			float: right;
		}