body {
	margin: 0px;
	padding: 0px;
	background: url('../imgs/body_bg_top.jpg') repeat-x top left #F8F7C7;
	font-family: Arial;
	font-size: 12px;
	color: #9c6a2b;
}

.bold {
	font-weight: bold;
}

.white {
	color: #fff;
}

img {
	border: 0px;
}

div, a, td, p, span {
	font-family: inherit;
	font-size: inherit;
}

div.logo {
	width: 100%;
	height: 195px;
	background-image: url('../imgs/logo.jpg');
	background-repeat: no-repeat;
}

div.area {
	width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #9c6a2b;
}

a:hover {
	font-weight: bold;
}

.content {
	margin: 20px 125px 50px 40px;
}

.content a
{
	text-decoration: underline;
}

div.menu_area {
	margin-top: 20px;
}

div.menu_area div {
	margin-bottom: 11px;
	text-transform: uppercase;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

a.link_gal_sel_nr {
	font-size: 14px;
}