﻿/* CSS Document */



html, body {	
    background-color:#d8a0ce;
	color:white;
}

a, a:link, a:visited {
	color:white;
	text-decoration:underline;	
	}
a:hover {
	text-decoration:underline;	
	}
	
#contentMain a, #contentMain a:link, #contentMain:visited, #contentMain:hover {
	color:#c1b9b4;
	text-decoration:underline;
	}
	


#contentLeft
{
	width:210px;
	margin-right:40px;
	
	float:left;
	}
	
#contentMain
{
	width:740px;
	height:514px;
	float:left;
	background-color:White;
	}