﻿/* CSS Document */



html, body {	
   background-color:#d8a0ce;
}

body, div, td {
	color:White;
}

h3 {
	font-family:Arial, Helvetica, sans-serif, "Century Gothic";
	font-size:13px;
}

#contentLeft
{
	width:230px;
	margin-right:20px;
	float:left;
	background-color: #FFFFFF;
	}
	
#contentMain
{
	width:740px;
	height:514px;
	float:left;
	background-color:White;
	}