/* CSS Document */
html, body
{
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	background-color: #F1F6E4;
}

#mainframe
{
	height: 100%;
}

#menubar
{
	float: left;	
	height: 100%;
	width: 145px;	
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;		
	margin-left: 20px;
	
    background-color: #DAC7DA;
}

.menuitem
{
	display: block;
	background-color:#DCC4DC;
	color: #5D4565;
	font-family:verdana;
	font-weight:bold;
	font-size:12px;	
	height: 22px;
	line-height: 22px;
	width: 142px;	
	padding-left: 3px;
	text-decoration: none;
	
	border-top: 1px solid #DCC4DC;
	border-bottom: 1px solid #DCC4DC;	
}

.menuitem:hover
{
	display: block;
	background-color: #ECECE4;
	color: #97B690;
	background-repeat:no-repeat;
	background-position: right;
	line-height: 22px;
	height: 22px;
	width: 142px;	
	padding-left: 3px;
	text-decoration: none;	
	
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;	
}
#content
{
	background-color: #C3ABC3;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
	overflow: auto;
	float: left;
	height: 100%;
	width: 500px;
	margin-left: 20px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;	
	padding-left: 10px;
	padding-right: 10px;	
}


