* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: sans-serif;
	background: #FFF url(images/bg.jpg) no-repeat center -15px;
}

h1 {
	font-weight: bold;
	color: #fdb913;
	font-size: 2.7em;
}

h2 {
	font-size: 1.3em;
	line-height: 1.3em;
}

li {
	font-size: 1.5em;
	line-height: 1.3em;
}

.clear { clear: both; }

div#page_wrap {
	width: 992.05px;
	margin: 0 auto;
	background-color: white;
}

ul#nav {
	height: 100px;
	list-style: none;
	padding-left: 210px;
	background: url(images/logo.png) no-repeat 15px;
	
	}
	ul#nav li a {
		display: block;
		width: 100px;
		float: left;
		margin-top: 60px;
		color: #3c3c3c;
		font-weight: bold;
		letter-spacing: 0.5px;
		text-decoration: none;
	
	}
	ul#nav li a:hover, ul#nav li a:active {
	color: #fdb913;
	}	
	
div#flash_band {
	width: 992.05px;
	height: 80px;
	padding-top: 20px;
	background: url(images/header.jpg) no-repeat bottom;
}

div#main_content {
	padding-bottom: 20px;
	height: 990px;
	border-top: ridge 0.5px #666;
    }
	div#main_content div#header-col {
		float: left;
		width: 130px;
		padding-left: 25px;
		padding-top: 7px;
	}
	div#main_content div#left-col {
		float: left;
		width: 250px;
		height: 200px;
		padding-left: 15px;
		padding-top: 20px;
		color: #666;
	}
	div#main_content div#left-col p {
	font-size: 120%;
	margin-bottom: 0.8em;
	line-height: 1.5em;
	text-align: left;
	}
	div#main_content div#center-col {
		float: left;
		width: 250px;
		padding-left: 15px;
		padding-top: 20px;
		height: 200px;
		color: #666;
	}
	div#main_content div#center-col p {
	font-size: 120%;
	margin-bottom: 0.8em;
	line-height: 1.5em;
	text-align: justify;
	}
	div#main_content div#right-col {
		float: left;
		width: 250px;
		height: 200px;
		padding-left: 15px;
		padding-top: 20px;
		color: #666;
	}
div#main_content div#right-col_2 {
	float: left;
	width: 250px;
	height: 200px;
	padding-left: 15px;
	padding-top: 20px;
	color: #666;
	font-size: 120%;
}

	div#main_content div#right-col p {
	font-size: 120%;
	margin-bottom: 0.8em;
	line-height: 1.5em;
	text-align: right;
	}
	
div#footer {
	border-top: ridge 0.5px #666;
	color: #333;
	padding: 5px 20px 15px 0;
	text-align: right;
}
