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 {
	/*background: url(images/bg-main.jpg) top center repeat-y;*/
	width: 1000px;
	margin: 0px auto 0px;
}

#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;
}

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

#left {
	float: left;
	width: 640px;
	margin: 10px 0px 10px 75px;

}

#right {
	float: right;
	width: 190px;
	margin: 10px 62px 10px 0px;
}