@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg1.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #d2c7b6;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: center;
	width: 360px;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:360px;
	height:142px;
	z-index:1;
}
#navigation {
	position:absolute;
	left:0px;
	top:142px;
	width:360px;
	height:20px;
	z-index:2;
}
#mainbody {
	position:absolute;
	left:0px;
	top:162px;
	width:330px;
	z-index:3;
	background-image: url(bg2.png);
	background-repeat: repeat-y;
	bottom: auto;
	height: 430px;
	overflow: auto;
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
}
.bodytext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #454545;
	letter-spacing: 1px;
}
.bodytext-smaller {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #454545;
	letter-spacing: 1px;
}
#footer {
	position:absolute;
	top:592px;
	width:360px;
	height:30px;
	z-index:1;
	left: 0px;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #454545;
	line-height: 8px;
	padding-top: 3px;
}
a:link, a:visited, a:active {
	font-weight: bold;
	color: #ff243e;
	text-decoration: none;
}
a:hover {
	color: #f9d439;
}
strong {
	color: #ff243e;
}
em , i{
	color: #ffa03b;
}

