/* Beautiful Skin in Twenty Minutes CSS */

body {
	margin:5px 0 0 0;
	padding:0px;
	font: Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	}
	
* {margin:5px 0 0 0; padding:0;}

div#mainwrap {
	width:735px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:0px;
	}
	
div#header {
	width:735px;
	height:191px;
	text-align:center;
	margin-top:0;
	}

div#contentarea {
	width:735px;
	height:577px;
	margin-top:0px;
	position:relative;
	background-image:url(../Images/test2_r2_c1_test.jpg);
	background-repeat:no-repeat;
	}
	
div#leftnav {
	position:absolute;
	width:150px;
	top:50px;
	left:0px;
	overflow:hidden;
	}

div#center1 {
	position:absolute;
	top:0;
	right:20px;
	left:160px;
	}
	
div#center1 img {
	float:right;
	padding:5px 0 0 10px;
	margin:10px 10px 5px 0;
	}


div#center1 h1 {
	font-size:18px;
	text-align:left;
	color:#cc9933;
	padding:0 10px 5px 0;
	text-decoration: underline;
	}

div#center1 h2 {
	font-size:14px;
	text-align:left;
	color:#cc9933;
	padding:5px 10px 5px 10px;
	}

div#center1 h3 {
	font-size:14px;
	text-align:left;
	/*color:#cc9933;*/
	color:#996600;
	padding:5px 10px 5px 10px;
	}

div#center1 h4 {
	font-size:12px;
	text-align:left;
	/*color:#cc9933;*/
	color:#996600;
	padding:5px 10px 5px 10px;
	}


div#center1 ul {
	font-size:.8em;
	color:#993300;
	text-align:left;
	padding: 10px 10px 20px 0px;
	}

div#center1 li {
	list-style-position: inside;
	list-style-type:square;
	padding: 5px 10px 5px 5px;
	}
	
div#footer {
	position:absolute;
	top:460px;
	padding:20px;
	right:10px;
	}

#footer .content {
	float:left;
}

div#footer h5 {
	padding:10px 0 10px 0;
	color: #666633;
	font-size: .6em;
	}

div#footer img {
	padding:10px 5px 0 5px;
	}
	
#footer p {
	font-size: 0.7em;
	letter-spacing: 0.3em;
	color:#960;
	margin-left: 50px;
	margion-right: 50px;
}

/* The Alsett clearing method */
.clearfix:after {
	content: ".";
	display: block;
	heigth: 0;
	clear: both;
	visibility: hidden;
	}

/* A fix for IE Mac */
.clearfix {.
	display: inline-block;
	}	

/* The Holly hack for a bug in IE6 for Windows */
* html .clearfix {
	height:1%;
	}
	
.clearfix {
	display:block;
	}
