body {
	margin: 0px 0px 0px 0px;
	padding: 20px 100px 20px 100px;
	font-family: arial;
	font-size: 13px;
}

div.logo {
	width: 100%;
	border-width: 0px 0px 2px 0px;
}

div.menu {
	position: absolute;
	top: 130px;

}

div.menu_item {
	background-image: url('img/menu_back.jpg');
	width: 158px;
	height: 25px;
	text-align: center;
	vertical-align: center;
	margin: 0px 10px 0px 10px;
	padding-right: 2px;
}

div.menu_separator {
	width: 158px;
	height: 12px;
	text-align: center;
	vertical-align: center;
	margin: 0px 10px 0px 10px;
	padding-right: 2px;
}

div.menu_item:hover {
	background-image: url('img/menu_back_hover.jpg');
	padding-top: 1px;
	height: 24px;
}

div.menu_item a {
	text-decoration: none;
	color: #eeeeff;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
}

div.menu_item a:hover {
	color: white;
}

div.content {
	position: absolute;
	top: 130px;
	left: 280px;
	width: 60%;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

div.group {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-color: #b4b4fa;
	border-style: dotted;
	border-width: 0px 0px 2px 0px;
}

div.ad {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-color: #e71515;
	border-style: dotted;
	border-width: 0px 0px 0px 0px;
	text-align: center;
}
