html, body, td, p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
}

body {
	background-color: Black;
	background-image: url(/img/menu_bg.jpg);
	background-repeat: repeat-y;
}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
 
a {
	color: #974541;
}

h1 {
	font-size: 14px;
	/*margin-bottom: 35px;*/
	margin-bottom: 15px;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 11px;
}

h4 {
	font-size: 10px;
	font-weight: bold;
}


/* Main DIVS */
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 180px;
	height: 79px;
	background-image: url(/img/logo_2.jpg);
	background-repeat: no-repeat;
}

#menu-div {
	position: absolute;
	top: 80px;
	left: 0px;
/*	background-image: url(/img/menu_bg.jpg);*/
/*	background-repeat: repeat-y;*/
}

#content-div {
	padding-left: 230px;
	padding-top: 82px;
	padding-bottom: 50px;
	padding-right: 20px;

	background-image: url(/img/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;

	text-align: justify;
}

.content {
	width: 600px;	
}


hr {
	size: 1px;
	color: White;
}

/* Menu Items */
.menu-items {
/*	padding-top: 80px;*/
	width: 174px;
}

.menu {
   line-height: 25px;
/*	border-top-color: black;
	border-top-style: solid;
	border-top-width: 1px;*/
}

.menu A, .menu A:active, .menu A:link, .menu A:visited {
   color: white;
	text-decoration: none;
	padding-left: 25px;
	display: block;
	font-weight: bold;
}

.menu A:hover {
   display: block;
	line-height: 25px;
	color: black;
	text-decoration: none;
	background-color: white;
	font-weight: bold;
}

.menuON A, .menuON A:link, .menuON A:visited, .menuON A:hover {
	color: Black;
	background-color: white;
}