body {
	color: black;
	font-family: verdana, arial;
	font-size: 9pt;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	line-height: 1.5;
	background-color:#a4a4a4;
}
#content {
	width:790px;
	height:535px;
	background-color:#f99d1c;
	margin-left: auto;
	margin-right: auto;
}
#header {
	position: relative;
	height:150px;
	background-repeat: repeat-x;
	background-image: url(/data/images/header.jpg); 
}
#logo {
	position: relative;
	top:0;
	left:12px;
	width: 211px;
	height: 150px;
	background-repeat: no-repeat;
	background-image: url(/data/images/melanie_logo.jpg); 
}
#name {
	position: relative;
	top:-150px;
	left:544px;
	width:242px;
	height: 150px;
	background-repeat: no-repeat;
	background-image: url(/data/images/melanie.jpg); 
}
#startImage {
	cursor: pointer;
}
.separator {
	height:2px;
	width:100%;
	background-color:#FFFFFF;
}
.main {
	height:320px;
	width:100%;
	background-color:#f99d1c;
}
.menu {
	float: left;
	width:135px;
	height:320px;
	font-size: 9pt;
	padding-top: 35px;
}
.menu_item {
	padding:5px 0 5px 25px;
	background-position: 0 7px;
	background-repeat: no-repeat;
	background-image: url(/data/images/menu_btn.jpg); 
}
.menu_item_activ {
	color: #C2272D;
	font-weight: bold;
}
.main_content {
	float: left;
	width:615px;
	height:320px;
	background-color:#faae4c;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
.content_main {
	float: left;
	width:544px;
	height:310px;
	margin: 10px 0 0 0;
	background-color:#FFFFFF;
}
.text {
	padding-top: 35px;
	padding-left:80px;
}

.main_right {
	float: right;
	width:60px;
	height:320px;
	background-color:#FECB66;
}
.scroll_left {
	float: left;
	width: 29px;
	margin: 290px 0 0 5px;
}
.scroll_right {
	float: right;
	width: 29px;
	margin: 290px 5px 0 0;
}
a:link, a:visited {
	color:#C2272D;
	text-decoration: none;
}

a:hover {
	color: #C2272D;
	font-weight: bold;
}

a.key_normal, a.key_normal:visited {
	color: #C2272D;
}

a.key_normal:hover {
	color: #C2272D;
}

* {
	-moz-box-sizing: border-box;
}

img {
	border-style: none;
}

