  * html body {
	width: expression(document.documentElement.clientWidth < 990 ? "990px" : "auto");
} 

html, body {
	height: 100%;
} 

body {
	margin: 0;
	padding: 0;
	min-width: 990px;
	font: 11px "Arial";
	color: #333333;
	background-color: #AEAEAE;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
} 

a {
	color: #004383;
	text-decoration: none;
}

.book_cover {
	background-image: url(images/book_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 50px;
}
.dot_bot {
	background-image: url(images/dot_bottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


.dot_bot_right {
	background-image: url(images/dot_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


.dot_top {
	background-image: url(images/dot_bottom_top.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}



.header_bg {
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 918px;
	text-align: left;
}

.leftside {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b3b3b3;
	border-left-color: #b3b3b3;
	background-image: url(images/white_bg.png);
	background-repeat: repeat;
	padding-top: 15px;
	padding-bottom: 50px;
	padding-left: 5px;
}





.menu {
	margin-left: -9px;
} /*.menu a {
	color: #666666;
	border: 1px solid #CCCCCC;

}*/ .menu li {
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 9px;
	list-style:none;
	

} 

.menu li a {
	color: #000000;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 5px;
	margin-top: 3px;
	font-size: 11px;

}

.menu li a:hover {
	color: #990000;
	text-decoration: underline;

}


.menu li ul li a {
	color: #666666;
	border: 0px;
	font-weight: normal;	
	font-size: 11px;
	
}

.menu li ul li  {
	background: url(images/bullet.gif) left 5px no-repeat;
	margin-top: 3px;
}


.menu .on {
	background: url(images/bullet.gif) left 5px no-repeat;
} .menu .on a {
	cursor: default;
	color: #990000;
} .menu .on a:hover {
	text-decoration: none;
}



.carea
{
	background-repeat: repeat;
	padding-top: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b3b3b3;
	background-color: #FAFAFA;

}

.careatop
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}
.mlogo {
	width: 193px;
	float: right;
	margin-top: -150px;
}
