body {
	background: #C4ADDD;
	color: #630487;
	font-size: 12px;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0px;
	padding: 0px;
		
}

a {
	color: 630487;
	text-decoration: none;
}

a:hover {
	color: 630487;
	text-decoration: underline;
}

#wrapper {
	width: 1000px;
	margin: 0px auto 0px;
	overflow: visible;
}

#header {
	background: url(images/bg-header.jpg) top center;
	width: 1000px;
	height: 104px;

}

#content {
	background: url(images/bg-content.jpg) top center repeat-y;
	width: 1000px;
	overflow: auto;
	position:relative;
}

#footer {
	clear:both;
	background: url(images/bg-footer.jpg) top center;
	width: 1000px;
	height: 42px;
}

#left {

	float: left;
	width: 640px;
	padding:0px 10px 0px 20px;
	margin: 10px 0px 10px 30px;
	overflow: visible;
	position:relative;

}

#right {
	
	float: right;
	width: 260px;
	margin: 10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	overflow: visible;
	
}

#right ul {
list-style:none;
margin:0px 0px 0px 20px;
padding:0px;
}

#right li {

margin:0px;
padding:0px;
}


/* ---------------------- [ Ad Box  styles ] ------------------------------------ */

.adBox {
	width: 212px;
	border: #662D91 1px dashed;
	padding: 4px;
	color: #222222;
	font-size: 11px;

}

.adBoxTopLink {
	color: #662D91;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.adBoxTopLink:hover {
	text-decoration: underline;
}

.adBoxBottomLink {
	color: #662D91;
	font-size: 11px;
	text-decoration: none;
}

.adBoxBottomLink:hover {
	text-decoration: underline;
}


/* ---------------------- [ Footer Styles ] ----------------------------------- */
