* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	display: block;
	float: left;
	width: 100%;
	font-family: "Lucida Grande", "Lucida Sans", LucidaGrane, Lucida, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #000;
	background-color: #fff;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

	#header {
		display: block;
		float: left;
		width: inherit;
		background: transparent url("../images/header_bg.gif") top left repeat-x;
		height: 40px;
		color: #fff;
	}
	
		#header p {
			display: block;
			width: 850px;
			padding-top: 10px;
			text-align: right;
			font-size: 1.2em;
			margin: 0 auto;
		}
		
		#header a {
			color: #fff;
			text-decoration: none;
		}
		
		#header a:hover {
			color: #ccc;
			text-decoration: underline;
		}

	#wrapper {
		display: block;
		width: inherit;
		background: #fff url("../images/body_bg.gif") top left repeat-x;
		min-height: 650px;
		overflow: visible;
	}
	
	.center {
		display: block;
		width: 850px;
		margin: 0 auto;
	}
	
	#navigation {
		display: block;
		float: left;
		width: 808px;
		padding-right: 12px;
		padding-left: 30px;
		padding-top: 32px;
		padding-bottom: 15px;
	}
	
		#navigation ul#menu {
			display: block;
			float: right;
			list-style: none;
			background: transparent url("../images/menu_bg.gif") top left repeat-x;
			padding-left: 16px;
			padding-top: 20px;
			padding-bottom: 20px;
			text-transform: uppercase;
			font-size: 1.2em;
		}
		
		#navigation ul#menu li {
			display: block;
			float: left;
			padding-right: 16px;
		}
		
		#navigation a {
			text-decoration: none;
			color: #000;
		}
		
		#navigation a:hover {
			color: #777;
			background: #f1f1f1;
			text-decoration: underline;
		}
	
	#content { 
		display: block;
		float: left;
		padding-bottom: 35px;
	}
	
		#content img.banner {
			padding-bottom: 25px;
		}
	
	#footer {
		display: block;
		float: left;
		width: inherit;
		background: #333 url("../images/footer_bg.gif") top left repeat-x;
		height: auto;
		padding-top: 35px;
		line-height: 17px;
		padding-bottom: 35px;
	}
	
		#footer a {
			color: #fff;
			text-decoration: none;
		}
		
		#footer a:hover {
			color: #999;
			text-decoration: underline;
		}
		
		#footer ul {
			display: block;
			float: left;
			list-style: none;
			width: 850px;
			margin: 0 auto;
		}
		
		#footer ul li {
			display: block;
			float: left;
			color: #fff;
			font-size: 1.1em;
		}
	
		#footer ul li#left {
			width: 500px;
		}
		
		#footer ul li#right {
			width: 350px;
			text-align: right;
		}
		
			#footer li #right p {
				text-align: right;
			}
