
/** aemtlerpc **/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #E9E9E9;
color: #611043;
}
a { font-weight: 600; }
h1 { font-size:26px; margin-bottom: 18px; }
h2 { font-size:22px; margin-bottom: 14px; }
h3,b { color:#611043; font-size:16px; margin-bottom: 1px; }
ul,ol,li,td, th,address,blockquote { font-size: 13px; color: #611043; }
td, tr { background-color: #FFFFC4; }
a:link { color:#3d3e39; text-decoration:none; }
a:visited { color:#660033; text-decoration:none; }
a:active { color:#ff0000; text-decoration:none; }



body, #mainmenu, #content, #toolbar {
	margin: 0;
	padding: 0;
}
#mainmenu {

	width: 200px;
	height: 150%;
	position: absolute;
	top: 0;
	left: 0;
	
	border-right: 1px solid #611043;
}
#content {

	width: 80%;
	position: absolute;	
	top:100px;	
	left: 210px;
}
#toolbar {

	width: 80%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 210px;
	
	text-align: center;
	
	border-bottom: 1px solid #611043;
}
/** aemtlerpc **/