body {
	margin-top: 0px;
	background: white;
}

#layer {
	width: 900px;
	height: 800px;
	background: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px solid black;
	text-align: left;
}

#logo_block {
	width: 900px;
	height: 110px;
	border: 0px solid black;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	background: black;
	color: white;
}

.logo_link {
	text-decoration: none;
	color: black;
}

.orange {
	color: orange;
	font-weight: bold;
}

.white {
	color: white;
	font-weight: bold;
}

#menu_block {
	padding-top: 10px;
	width: 250px;
	height: 600px;
	text-align: left;
	background: #D7D7D7;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.menu_item {
	position: relative;
	top: 10px;
	left: 20px;
	line-height: 2em;

}

.menu_link {
	color: black;
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.menu_link:hover {
	color: #FF3300;
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#content_block {
	margin-top: -580px;
	margin-left: 270px;
	border: 0px solid black;
	width: 620px;
	height: 1100px;
	text-align: left;
}

.heading {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding-left: 2px;
}

.mini_heading {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid black;
	padding-left: 2px;
}

a {
	color: red;
	font-weight: bold;
}
