body { 
	background:#FFFFFF; 
	color:#272324; 
	font-family: arial, sans-serif; 
	margin-top:10;
	margin-left:9px; 
	font-weight:normal;
	text-align:left;
	font-size: 13px;
	line-height: 16px; 
}

/* Framework */

#topLogo {
	width: 764px;
	height: 140px;
	background-image: url(../imgs/topLogo.jpg);
	background-repeat: no-repeat; 
}

.menuItem 
{
	background-color: #3d527d;
	color: #e6e7d8;
	margin-bottom: 5px; 
	font-weight: bold; 
	padding: 2px; 
}

.lankDiv 
{
    background-color:#e7e8d8;
    margin-left:20px;
    /*margin-bottom:20px;*/
    padding:10px;
    width:180px!important;
    width/**/:/**/200px;
    float:right;
    clear:both;
}

#leftContent 
{
	width: 137px;	
	float: left; 
	background-color: #e7e8d8; 
	min-height: 800px; 
}

#mainContent 
{	
	width: 393px; 
	float: left; 
	background-image: url(../imgs/middleBack.gif);
	background-repeat: repeat-y; 
	margin-bottom: 10px; 
}

#mainContentNoComment 
{
	width: 393px; 
	float: left; 
	margin-bottom: 10px; 	
	background-color: #94a9c3; 
}

#mainContent .topCorner
{
	background-image: url(../imgs/topCorner.gif);
	background-position: top right; 
	background-repeat: no-repeat; 
	padding: 8px;
}

#mainContentNoComment .topCorner 
{
	padding: 8px;	
}

#rightContent 
{	
	width: 216px; 
	float: left; 
}

#container 
{
	margin-top: 7px; 
}

#contentAreaMain 
{
	width: 393px; 
	float: left;
	margin-right: 8px; 
	margin-left: 10px; 
}
/*  */

