body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#000000;
	background-color:white;
	background-image: url(../images/til_2.jpg);
	background-repeat: repeat-x;
	background-color: #20201E;
	}
	
h1 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:20px;
	line-height:20px;
	font-weight:900;
	color:#000066;
	}
	
h2 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:15px;
	line-height:20px;
	font-weight:600;
	color:#000066;
	}
	
p {
	font:verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px;
	}
	

.copyright {
	color: #CCCCCC;
	font-size: 10px;
	line-height: normal;
}


a:link {
	color: #FF9900;
	text-decoration: underline;
}
a:visited {
	color: #FF9900;
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#Header {
	position:absolute;
	left:10%;
	top:22px;
	width:80%;
	height:78px;
	z-index:1;
	background-image: url(../images/header_tile.jpg);
	overflow: visible;
}

#Navi {
	position: absolute;
	top: 101px;
	left: 10%;
	height: 20px;
	width: 80%;
	visibility: visible;
	z-index: 2;
	background-color: #313544;
	overflow: visible;
}

.Navi {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#Content {
	position: absolute;
	top: 120px;
	left: 10%;
	width: 80%;
	visibility: visible;
	z-index: 3;
}
.Content {

	background-color: #141721;
	color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


.Bordered {
	background-image: url(../images/header_tile.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C4C4C2;
	border-right-color: #C4C4C2;
	border-bottom-color: #C4C4C2;
	border-left-color: #C4C4C2;
}

.News {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #2A2F33;
	color: #FFFFFF;
}
