/* CSS Document */

body{

	background: #cfc7aa;

}

#maincontainer{

	overflow: auto;
	
	background: #cbea93;
	
	padding: 4px;
	
	position: absolute;
	
	
	
	width: 560px;
	
	top: 100px;
	
	left: 11px;
	
	font-family: verdana;
	
	font-size: 12px;
	
	color: #336699;
	

}

#sidecontainer{

	border: #ffffff 2px solid;
	
	padding: 4px;
	
	overflow: auto;
	
	position: absolute;
	
	
	
	width: 200px;
	
	top: 100px;
	
	left: 590px;
	
	font-family: verdana;

	font-size: 12px;
	
	color: #ffffff; 
	

}

h1{

	font: normal 16pt georgia;
	
	color: #336699;

}

h2{

	font-family: verdana;
	
	font-size: 14px;
	
	color: #ffffff;
	
	font-weight: bold;

}

h3{

	font-family: verdana;
	
	font-size: 12px;
	
	color: #336699;

}

td{

	font-family: verdana;
	
	font-size: 12px;
	
	color: #336699;
}


a{

	font-family: verdana;

	font-size: 12px;
	
	color: #336699;
	
	font-weight: bold;

}
