/* CSS Document */

p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: justify;
	color:#5F4C3F;
}
a:link {color:#5F4C3F; font-size:12px; font-weight:normal; text-decoration:none}
a:visited {color:#5F4C3F; font-size:12px; text-decoration:none}
a:active {color:#5F4C3F; font-size:12px; text-decoration:none}
a:hover {color:#5F4C3F; font-size:12px; font-weight:normal; text-decoration:underline}
 
body 
 
{
	height: 100%;
 	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url(images/bg.jpg);
}


 
#left
{ 	
	position: absolute;
	background-color:#eeeeee;
	height:600px; 
	left: 0px;
	top:0px;
	width:230px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	padding: 5px;
	overflow: hidden;
	z-index:2;
}

#right
{ 	
	position: absolute;
	height:600px; 
	background-color:#eeeeee;
	left: 245px;
	top:0px;
	width:330px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	padding: 5px;
	overflow: hidden;
	z-index:2;
}
 
</style>
