
body {
	margin:0px;
	padding:0px;
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	}

p   {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	letter-spacing:.2em;
}
.whitedot {
    color: #FFFFFF
	}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #c57631;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c57631;
}
a:hover {
	text-decoration: none;
	color: #9195c0;
}
a:active {
	text-decoration: none;
	color: #c57631;
}
#main_wrapper {
	width:950px; /* sets max layout width */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	position:relative;
	height:100%;
	background-color:#4F5172;
	}
#header1 {
	padding: 0px 0px 0px 0px;
	}
#header2 {
    padding: 0px 0px 0px 309px;
	}
#content  {
	width:100%;
	position:relative;
	height:100%;
	background-color:#4F5172;
	}
#col1  {
    width: 272px;
	padding-left:40px;
	float:left;
	background-color:#4F5172;
	}
#col1 h1 {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #DD9F4A;
	font-style: italic;
	font-weight: bold;
	margin-bottom:125px;
	margin-left: 35px;
	}
#col2  {
    width: 330px;
	padding-left:10px;
	float:left;
	background-color:#4F5172;
	}
#col3  {
    width: 273px;
	padding-left:25px;
	float:left;
	background-color:#4F5172;
	}
#footer  {
	clear:both;
	background-color:#4F5172;
	padding: 25px 10px 25px 350px;
}
		
	