body {
	background-image: url(../images/bgd_body.jpg);
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
}
.ads {
	width: 560px;
	float: left;
}
.text {
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
.ads img {
	padding-top: 5px;
	padding-bottom: 5px;
}
.content {
	text-align: center;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	clear: both;
}
.content img {
	padding-top: 2px;
	padding-bottom: 2px;
}
.tagline {
	background-image: url(../images/header-top.gif);
	background-repeat: repeat-x;
	height: 65px;
	background-position: bottom;
	color: #D3D3D3;
	font-size: 18px;
	text-align: center;
	padding-bottom: 20px;
}
.tagline a {
	color: #D3D3D3;
	text-decoration: none;
}
.tagline a:hover {
	color:#0000FF;
}
.header {
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-x;
	background-color: #c96496;
	background-position: bottom;	
}
.container {
	width: 900px;
	margin: 15px auto 0 auto;
}
table {
	background-color: #FFFFFF;
}

