/*-----------------------------------------------------------------------------
version:   1.0
author:    Heath Bell
email:     heath@atkcash.com
website:   http://www.atkcash.com
/-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {  
	margin: 0;	
	padding: 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

img { 
	display: block;
	border: 0;
}

h2 {
	font-size: 18px;
	color: #fff;
}

p {
	color: #fff; 
	margin: 10px;
	line-height: 16px;
	text-align: center;
}

a:link {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:hover {color: #000000; text-decoration: none;}

body {
	background-color: #a4a8d0;
	background-image: url('images/new_bk.jpg');
	background-repeat: repeat-x;
}

#container {
	width: 815px;
	background-image: url('images/container.png');
	margin: 0 auto;
}

#header {
	width: 810px;
	height: 300px;
	margin: 0 auto;
}

/* Middle Section */
#middle {
	width: 813px;
	margin: 10px;
}

.site {
	width:778px;
	margin:0 auto;
}

.title {
	width: 778px;
	margin-left: 20px;
	background-image: url('images/tab.jpg');
	background-repeat: no-repeat;
}

.sitePic {
	width: 340px;
	height: 262px;
	margin: 10px 0;
	text-align: center;
	background-image: url('images/sitePic.png');
	background-repeat: no-repeat;
	float: left;
}

.pics {
	display: block;
	padding:22px;
}

.siteTxt {
	width:345px;
	margin: 10px;
	padding: 20px;
	font-size: 12px;
	color: #333333;
	border: 1px dotted #663399;
	background-color: #FFFFCC;
	float: right;
}

.style1 {
	font-size: 18px;
	font-weight: bold;
}

.style2 {
	color: #000000
}

.style3 { 
	color: #333333;
	font-size: 12px;
}

.style5 {
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;
	padding: 18px;
}

.style11 {	font-size: 14px;
	font-weight: bold;
}

.join {
	width: 778px;
	margin: 10px;
}
.joinImg {
	width: 460px;
	float:right;
}

.bonus7 {
	width: 778px;
	height:500px;
	margin: 10px;
	padding: 20px;
}

.thumb1 {
	width: 80px;
	margin: 0 6px;	
	float: left;
}

.joinForm {
	margin:10px;
	width: 460px;
	float:left;
}
	
#footer {
	width: 778px;
	height: 250px;
	margin: 10px;
	text-align: center;
	clear:both;
}

#footer p {
	color: #333;
}

<!-- transferred from hairy -->
.pay-submit,.options{
margin-top:10px;
font-style:italic;
}

.options{
width:300px;
}
.join-options{
text-align:right;
float:right;
}
.left{
float:left;
} 

