@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;
	
	}
			
		div#left-col  {
	height: 615px;
	background: #000000;
	float: left;
	width: 377px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
	font-size: x-small;

	
				}
				
				div#right-col  {
	height: 615px;
	background: #000000;
	float: right;
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
	
				}	

	
div#footer {
	height: 150px;
	list-style: none;
	padding-left: 30px;
	margin-top: 5px;
	background-image: url(images/design/footer.jpg);
	background-repeat: no-repeat;

	
	}
	
	
#page-wrap #main-content #right-col .style2 {
	color: #FFF;
}
#page-wrap #main-content #right-col .style3 {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #FFF;
}
