@charset "UTF-8";
/* CSS Document */

/* MAIN STYLES */
body {
	background-color:#000;
	margin-top:0px;
	margin-bottom:10px;
	background-image:url(../img/header_bg.jpg);
	background-attachment:scroll;
	background-position:top;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

h1 {
	font-size:18px;
	font-weight:bold;
	padding-left:7px;
	margin:0px 0px 0px 0px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}

.smalllink {
	font-size:10px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
}

.smalllink a {
	color:#FFF;
	text-decoration:none;
}
.smalllink a:hover {
	text-decoration:underline;
}

/* PAGE */
div#page {
	width:800px;
	margin:0px auto 0px auto;
	z-index:2;
}

/* HEADER */
div#waves {
	width:100%;
	height:140px;
	top:150px;
	position:absolute;
	left:0px;
	background-image:url(../img/waves_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	z-index:1;
}

/* MENU */
div#menubox {
	width:170px;
	top:160px;
	position:absolute;
	z-index:2;
}

div#menutitle {
	background-image:url(../img/menutitle_bg.png);
	height:22px;
	width:100%;
	padding-top:8px;
}

div#menutext {
	width:160px;
	background-image:url(../img/red_bg.png);
	background-repeat:repeat;
	padding:5px 5px 5px 5px;
}

#menutext ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#menutext li {
	margin: 0;
	font-weight:bold;
	font-size:14px;
}
		
#menutext li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #5E0101;
	background-color: #8F0101;
	color: #fff;
	text-decoration: none;
	width: 138px;
}

html>body #menutext li a {
	width: 138px;
}

#menutext li a:hover {
	border-left: 10px solid #F60;
	text-decoration:underline;
	background-color:#C64400;
}

div#imagebox {
	width:160px;
	background-image:url(../img/red_bg.png);
	background-repeat:repeat;
	padding:5px 5px 0px 5px;
	margin-top:10px;
}
#imagebox>img {
	padding-bottom:5px;
}

/* MAIN PAGE */
div#mainbox {
	width:620px;
	position:relative;
	top:160px;
	left:180px;
	z-index:3;
}

div#maintitle {
	background-image:url(../img/maintitle_bg.png);
	height:22px;
	width:100%;
	padding-top:8px;
}

div#maintextbox {
	width:610px;
	background-image:url(../img/red_bg.png);
	background-repeat:repeat;
	padding:5px 5px 5px 5px;
}

div#maintext {
	background-color: #8F0101;
	padding:2px 2px 2px 2px;
}
	
