body{
background-image: url(../images/background.bmp);
font-family: tahoma, verdana, helvetica, sans-serif;
font-size: 12px;
margin: 0px;
}
#banner{
	background-image: url(../images/banner.jpg);
	height: 131px;
	width: 898px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}
#menu {
	background-image: url(../images/bg_menu.bmp);
	height: 530px;
	width: 238px;
	position: absolute;
	top: 135px;
	left: 50%;
	margin-left: -450px;
	border-bottom: 2px solid black;
	border-left: 2px solid black;

}

#content {
	background-image: url(../images/bg_content.jpg);
	height: 520px;
	width: 653px;
	position: absolute;
	top: 135px;
	left: 50%;
	padding: 5px;
	margin-left: -213px;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	overflow: auto;
	text-decoration:none;
}

#content a {
	color: #000000;
}


.menuitem{
	font-style: tahoma;
	font-size: 16px;
	font-weight: bold;
	list-style-type:none;
	color:#FFFFFF;
}
.menuitem a{
	font-style: tahoma;
	font-size: 16px;
	font-weight: bold;
	list-style-type:none;
	list-style: none;
	color:#000000;
	text-decoration:none;
}
.menuitem a:hover{
	font-style: tahoma;
	font-size: 16px;
	font-weight: bold;
	list-style-type:none;
	list-style: none;
	color:#000000;
	text-decoration:none;
}
.menuitem_act {
	font-style: tahoma;
	font-size: 16px;
	font-weight: bold;
	list-style-type:none;
	list-style: none;
	color:#000000;
	text-decoration:none;
}
.menuitem_act a{
	font-style: tahoma;
	font-size: 16px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}

.menuitem2{
	font-style: tahoma;
	font-size: 14px;
	font-weight: bold;
	list-style-type:none;
	color:#FFFFFF;
	padding-left: 12px;
}
.menuitem2 a{
	font-style: tahoma;
	font-size: 14px;
	font-weight: bold;
	list-style-type:none;
	list-style: none;
	color:#000000;
	text-decoration:none;
	padding-left: 12px;
}
.menuitem2 a:hover{
	font-style: tahoma;
	font-size: 14px;
	font-weight: bold;
	list-style-type:none;
	list-style: none;
	color:#000000;
	text-decoration:none;
	padding-left: 12px;
}
.menuitem2_act {
	font-style: tahoma;
	font-size: 14px;
	font-weight: bold;
	list-style-type:none;
	list-style: none;
	color:#000000;
	text-decoration:none;
	padding-left: 12px;
}
.menuitem2_act a{
	font-style: tahoma;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
	padding-left: 12px;
}

.menuitem3{
	font-style: tahoma;
	font-size: 12px;
	list-style-type:none;
	color:#FFFFFF;
	padding-left: 18px;
}
.menuitem3 a{
	font-style: tahoma;
	font-size: 12px;
	list-style-type:none;
	list-style: none;
	color:#000000;
	text-decoration:none;
	padding-left: 18px;
}
.menuitem3 a:hover{
	font-style: tahoma;
	font-size: 12px;
	list-style-type:none;
	list-style: none;
	color:#000000;
	text-decoration:none;
	padding-left: 18px;
}
.menuitem3_act {
	font-style: tahoma;
	font-size: 12px;
	list-style-type:none;
	list-style: none;
	color:#000000;
	text-decoration:none;
	padding-left: 18px;
}
.menuitem3_act a{
	font-style: tahoma;
	font-size: 12px;
	color:#000000;
	text-decoration:none;
	padding-left: 18px;
}
