@charset "utf-8";
/* CSS 4 THE ROCK by DIEKOM */

* { padding: 0; margin: 0; }

html, body {
	height:100%;
	margin-top:0;
	margin-left:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #01a6ea;
}

#page {
	position: absolute;
	min-height:100%;
	width: 800px;
	margin-left: -400px;
	clip: rect(auto,auto,auto,auto);
	padding-left: 50%;
	top: 25px;
}

#content {
	position:relative;
	width:800px;
	background-color: #FFF;
	padding-top: 5px;
}

#header {
	position:relative;
	width:788px;
	height:126px;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-right: 5px;
	margin-left: 5px;
}

#box_left {
	position:relative;
	width:138px;
	min-height: 510px;
	float:left;
	background-color: #ebf9ff;
	border: 1px solid #CCC;
	margin: 5px;
	padding-bottom: 5px;
}

.nav_left_cap {
	color: #FFF;
	text-decoration:none;
	width: 118px;
	background-image: url(../images/nav_cap.jpg);
	padding-left: 20px;
	height: 20px;
	line-height: 20px;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
}
.nav_left_area {
	color: #000;
	text-decoration:none;
	width: 128px;
	padding-left: 10px;
	font-size: 11px;
	background-color: #FC9;
	font-weight: bold;
}

.nav_left_rollover a {
	color: #000000;
	text-decoration:none;
	display: block;
	width: 128px;
	font-size: 10px;
	padding-top: 5px;
	padding-left: 10px;
	line-height: 10px;
}

.nav_left_rollover a:hover, .nav_left_rollover a:active {
	color: #000000;
	background-color: #FC9;
	text-decoration:none;
	font-size: 10px;
	width: 128px;
	line-height: 10px;
	font-weight: bold;
}

#box_center {
	position:relative;
	width:478px;
	float:left;
	min-height: 510px;
	border: 1px solid #CCC;
	padding-top: 5px;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

#box_right {
	position:relative;
	width:138px;
	min-height: 510px;
	float:left;
	background-color: #ebf9ff;
	border: 1px solid #CCC;
	margin: 5px;
	padding-bottom: 5px;
	text-align: left;
	text-decoration: none;
	color: #000;
}

.inc_txt {
	color: #000;
	width: 128px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 12px;
}

.clearing {
clear:both;
height:0;
padding:0;
border:0;
margin:0;
font-size:0;
line-height:0;
}

#footer {
	background-image: url(../img/footer.jpg);
	height: 22px;
	width: 932px;
	position: relative;
}

#pic {
	float:right;
	margin-right: 2px;
	margin-left: 20px;
}

ul {
	list-style-position: outside;
	list-style-type: disc;
	text-align:left;
	padding-left: 15px;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #0e3259;
	list-style-position: inside;
	list-style-type: square;
}

h2 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	list-style-position: inside;
	list-style-type: square;
	text-decoration: underline;
}

h3 {
	font-size: 11px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
}
