body{
	margin:0;
	text-align:center;
	color:#1a1a1a;
	background:url(images/bg.jpg) repeat;
}

.wrapper{
	margin:0 auto;
	padding:0;
	width:780px;
	text-align:left;
	background:#FFF;
}

.header{
	margin:0;
	padding:0;
	width:780px;
	height:92px;
	background:url(images/header.jpg) no-repeat;
}

.mainbody{
	margin:0;
	text-align:left;
	font:normal 16px georgia; 
	line-height:20px;
}

.copy{
	margin:0 30px;
	text-align:left;
	font:normal 16px georgia; 
	line-height:20px;
	
}

.footer{
	margin:0;
	padding:0;
	width:780px;
	height:71px;
	background:url(images/footer.jpg) no-repeat;
	text-align:right;
}

.footer_content{
	padding-top:18px;
	text-align:right;
}

a.botLink:link, a.botLink:visited, a.botLink:visited{
	color:#FFF;
	text-decoration:none;
}

a.botLink:hover{
	text-decoration:underline;
}
