body
{
	margin: 0px;
	background-image:  url("/images/bg.jpg");
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #474541;

}
.nav
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
	color: #847A6D;
	text-decoration: none;

}
.nav:hover
{
	text-decoration: underline
}
.news_bg
{
	background-image: url(/images/news_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
.title
{
	font-weight: bold;
	color: #738AA3;
}
.content_bg
{
	background-image: url(/images/content_bg.jpg);
	background-repeat: repeat-y;

}
.bottom_bg
{
	background-image: url(/images/shadow_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left;

}
.bottom
{
	color: #278EB8;

}
.bottom:hover
{
text-decoration: none
}
.table
{
	color: #F0E9DC;
	padding-right: 15px;
	padding-left: 15px;
}

