@charset "utf-8";
/* CSS Document */

html{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

body{
	margin: 0px;
	padding: 0px;
	background-color: #efefef;
	height: 100%;
	font-family: Tahoma, Geneva, sans-serif;
}

h1{
	font-size: 24px;
}

h2{
	font-size: 18px;
}

a, a:link, a:active, a:visited{
	color: #c0d62f;
}

a:hover{
	color: #cf0;
}

#pageWrapper{
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width: 768px;
	margin: 0px auto;
	padding:0px;
}

#header{
	background-color: #fff;
	background-image: url(/images/bghead.gif);
	background-repeat: repeat-x;
	height: 180px;
	padding: 10px 20px;
	margin: 0px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: right;
	
}

#contentWrapper{
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;	
	background-color: #49176D; 		
}

#content{
	background-image: url(/images/bgcontent.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
	margin: 0px;
	color: #fff;
	min-height: 330px;
}

#contentCol1{
	padding: 20px;
	margin: 0px;
	width: 225px;
	float: left;
	min-height: 330px;
}

#contentCol2{
	padding: 10px 20px;
	margin: 0px;
	width: 450px;
	float: right;
	min-height: 330px;	
}

#footer{
	background-color: #c0d62f;
	color: #000;
	height: 180px;
	width: 726px;
	padding: 10px 20px;
	margin: 0px;
	text-align: right;
	border-left: 1px solid #000;
	border-right: 1px solid #000;	
	border-bottom: 1px solid #000;	
}

.clearFloat{
	clear: both;
}
