a {
	color:#667fa2;
	text-decoration: none;
}
a:visited {
	color:#667fa2;
	text-decoration: none;
}
a:hover {
	color:#667fa2;
	text-decoration: underline;
}	
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(images/bgbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
 
#pagewidth{
	width:1002px;
	text-align:left;
	margin:0 auto;
	background-image: url(images/pwbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
} 
 
#header{
	position:relative;
	height:205px;
	width:1002px;
	display:block;
	overflow:hidden;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#headermenu {
	color: #FFF;
	text-decoration: none;
	height: 16px;
	width: 900px;
	margin-top: 16px;
	margin-left: 0px;
	}
#headermenu a{
	color:#FFF;}	
#headermenu li{
	list-style-position: outside;
	list-style-type: circle;
	text-transform: uppercase;
	float: left;
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 13px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	}
#likeit {
	height: 80px;
	width: 350px;
	position: absolute;
	top: 60px;
	left: 650px;
}
#google1 {
	height: 30px;
	width: 50px;
	position: absolute;
	left: 550px;
	top: 90px;
}	 
 
#maincol{
	position: relative;
	 }
#maincolin {
	width:900px;
	margin-left:50px;
	overflow:hidden;
} 
 
#footer{
	height:160px;
	clear:both;
	display:block;
	overflow:auto;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 1002px;
	overflow:hidden;
	background-color: #FFF;
	color:#667fa2;
}
#footerin {
	width:900px;
	margin-left:30px;
	margin-top: 130px;
	overflow:hidden;
	color:#667fa2;
} 
 

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 
input.buttonsubmit {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 122px;
	padding-top: 0px;
	padding-left: 4px;
	background-color: transparent;
	cursor:pointer;
	border:none;
	text-transform:uppercase;
	color: #FFF;
	font-size: 13px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-align: left;
} 


