body {
	margin: 25px;
	background-image: url(images/bg.jpg);
	background-color: #CF010E;
	font-family: Verdana;
}

.news_box {
	background-image: url(images/news.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #DBEC0A;
}

.news_text {
	color: #000000;
	font-size: 10pt;
}

h4 {
	font-size: 8pt;
	font-weight: bold;
	color: #CF010E;
}

.book_cover {
	border: 3px dashed #000000;
}

.col_news {
	background-color: #DBEC0A;
	font-size: 10pt;
	color: #000000;
}

.col_text {
	font-size: 10pt;
	color: #333333;
}

.bottom_text {
	font-size: 10pt;
	color: #FFFFFF;
}

a.bottom_text {
	text-decoration: none;
	font-weight: bold;
}

a:hover.bottom_text {
	text-decoration: underline;
}

.top_text {
	font-size: 8pt;
	color: #CF010E;
	font-weight: bold;
}

.dropmenudiv_c{
	position:absolute;
	top: 0px;
	z-index:100;
	visibility: hidden;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #FFFFFF;

}

.menu_text {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	margin: 5px;
}

a.menu_text {
	text-decoration: none;
}

a:hover.menu_text {
	text-decoration: underline;
}

.menu_item {
		height: 30px;
}