body {
	font-size: 13.5px;
	font-family: "Trebuchet MS",Arial,Helvetica;
	background-color: white;
	background-image:url(images/backgrounds/body.jpg);
	line-height: 135%;
	background-position: top left;
	background-repeat: no-repeat;
}

div#contentframe {
	position: absolute;
	left:17px;
	top:17px;
	width:938px;
	height: 670px;
	background-image: url(images/backgrounds/contentframe.jpg);
	z-index:10;
}

div#contentframe_top {
	position: absolute;
	left:28px;
	top:6px;
	width:916px;
	height: 18px;
	background-image: url(images/backgrounds/contentframe_top.gif);
	z-index:20;
}

div#content {
	position: absolute;
	left:8px;
	top:84px;
	width:918px;
	height:572px;
	background-image: url(images/backgrounds/content.jpg);
	z-index:40;
}

div#content_text {
	position: absolute;
	left:30px;
	top:18px;
	right:430px;
	bottom:20px;
	padding:0px 10px;
	overflow: auto;
}

div#content_pic {
	position: absolute;
	left:500px;
	top:8px;
	width:361px;
	height: 559px;
	background-color: red;
}

div#content_top {
	position: absolute;
	left:12px;
	top:83px;
	width:900px;
	height:9px;
	background-image: url(images/backgrounds/content_top.gif);
	z-index:50;
}

div#logo {
	position: absolute;
	left:16px;
	top:10px;
	width:352px;
	height: 75px;
	background-image: url(images/backgrounds/logo.gif);
	cursor: pointer;
}

img#slogan {
	position: absolute;
	left:180px;
	top:670px;
}

td.menupoint {
	width:120px;
	height:40px;
	font-size: 20px;
	padding-right:10px;
	padding-bottom: 5px;
	vertical-align: bottom;
	text-align: right;
	border-left:1px solid black;
	cursor: pointer;
	background-image: url(images/menupoint_no_arrow.gif);
	background-repeat: no-repeat;
}

td.menupoint:hover {
	 background-image: url(images/menupoint_arrow.gif);
}

td.menupoint img {
	border-width:0px;
}

table#menu {
	position: absolute;
	top:5px;
	background-color:#fce01b;
	right:35px;
	z-index:30;
}

div.submenu {
	position: absolute;
	top:63px;
	left:200px;
	overflow: visible;
	background-color: #fce01b;
	z-index:100;
	display: none;
}

td.submenupoint {
	 font-size: 16px;
	 padding:3px 15px;
	 vertical-align:bottom;
	 text-align:right;
	 cursor: pointer;
	 background-color: #fce01b;
}

td.submenupoint:hover {
	 background-color: #c9020f;
	 color: #ffffff;
}

td.submenupoint a {
	color:black;
	text-decoration: none;
}

td.submenupoint a:hover {
	 background-color: #c9020f;
	 color: #ffffff;
}

