body {
	background: white url(img/bg_10.jpg) no-repeat fixed;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif, Helvetica;
	font-size: 14px;
	color: black;
}
img {
	border: none;
}
img a:link {
	border: none ! important;
}
a:link, a:visited {
	color: #62a693;
	text-decoration: none;
	border-bottom: 1px dotted #62a693;
}
a:hover, a:active {
	color: #4f3a0f;
	text-decoration: none;
	border-bottom: 1px solid #4f3a0f;
}
#content_box {
	width: 750px;
	z-index: 1;
	position: absolute;
}
#layer_content {
	background: url(img/site_bg_10.png) repeat-y;
	width: 750px;
}
#content {
	width: 460px;
	float: left;
	padding: 20px;
}

#navi {
	width: 190px;
	padding: 30px;
	padding-top: 20px;
	color: #4f3a0f;
	float: left;
}
#navi a:link, #navi a:visited {
	color: #4f3a0f;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: none;
}
#navi a:hover, #navi a:active {
	color: #62a693;
	text-decoration: none;
	border-bottom: none;
}
#logo {
	width: 750px;
	height: 250px;
	left: 0;
	top: 0;
	
	background: url(img/logo.png) no-repeat;
}
.pink {
	color: #e2007a ! important;
}

/* Text-Style */

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif, Helvetica;
	font-size: 30px;
	color: #4f3a0f;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif, Helvetica;
	font-size: 19px;
	color: #62a693;
	margin: 0;
	margin-bottom: 15px;
	margin-top: 20px;
	border-bottom: 1px dotted #62a693;
}
