@charset "UTF-8";

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	background-image: url(images/design/body-bg.jpg);
	background-repeat: repeat;
}

li {
	font-size: 1.5em;
	}
	
.clear { clear: both; }	

div#page-wrap {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	
	}



#headerDiv {
	height: 150px;
	background-image: url(images/design/header.jpg);
	background-repeat: no-repeat;
	list-style: none;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	
	}

ul#nav li a {
	display: inline;
	width: 50px;
	float: left;
	margin-top: 130px;
	margin-left: 47px;
		}
	
	ul#nav li a:hover, ul#nav li a:active {
	color: #ff7400;
		}
			
		div#left-col  {
	height: 615px;
	background: #000000;
	float: left;
	width: 590px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: auto;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;

	
				}
				


	
div#footer {
	height: 150px;
	background-image: url(images/design/footer.jpg);
	background-repeat: no-repeat;
	list-style: none;
	padding-left: 30px;
	margin-top: 5px;

	
	}
