html, body { 
	margin: 0px; padding: 0px;
}

body {
	background:url(images/bkg.gif);
}



/* --- Main styles ----------------------------------------------------------------------------------------*/
#container {
	background-color:#d6d7db;
	width:932px;
	min-height:612px;
	border:19px solid #717276;	
}
#main {
	text-align:left;
	padding:19px;
}

.menu {
	width:895px;
	background:url(images/menu/menu_bkg.gif) repeat-x;
	height:36px;
	overflow:hidden;
}

#contentframe {
	background-color:#eeefef;
	min-height:265px;
	width:895px;
}
.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#4D4D4F;
	padding:19px 0 0 19px;
	line-height:18px;
}

.content a {
	color:#4D4D4F;
	text-decoration: underline;
}
.content a:hover {
	color:#727274;
	text-decoration:none;
}
		
.fl {
	float:left;
}
.cl {
	clear:left;
}

img {
	border:0px;
}		

.leftpane {
	float:left;
	width:475px;
}
.rightpane {
	float:left;
	width:340px;
	margin-left:50px;
}

#contentframe ul {
	padding-left:0px;
	margin:0px;
}
#contentframe ul li {
	list-style:none;
	padding: 5px 0px 0px 15px;
	background: url('images/list.gif') no-repeat 0px 0px;
}
