@CHARSET "ISO-8859-1";

body {
	background: #ddbb99;
	background-image: url("./img/bg2.jpg");
	background-attachment: fixed;
	font-family: Tahoma;
	font-size: 12;
}

.cornerleft {
	background-image: url("./img/cornerleft.gif");
	width: 340px;
	height: 340px;
	position: absolute;
	top: 0;
	left: 0;	
	z-index: 165;
	background-repeat: no-repeat;
}

.cornerright {
	background-image: url("./img/cornerright.gif");
	width: 340px;
	height: 340px;
	position: absolute;
	top: 0;
	right: 0;	
	z-index: 165;
	background-repeat: no-repeat;
}

#banner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	text-align: center;
	background-color: #bb6600;
	background-image: url("./img/pixl.jpg");
	background-repeat: repeat;
	
	z-index: 100;
}

#content {
	position: relative;
	top: 180px;
	left: 0;	
	right: 0;
	margin-left: 10%;
	margin-right: 10%;
	padding-bottom: 20px;
	width: 80%;	
	
	z-index: 190;
}

#innercontent {	
	background-color: #333333;
	border-width: 5px;
	border-style: solid;
	border-color: #cc8855  #aa6633 #aa6633 #cc8855;
	z-index: 50;
	text-align: left;
	padding: 5px;
	
	font-size: 14px;
	font-family: Arial;
	color: #ffffff;
}

#innercontent h2 {
	text-decoration: underline;
	color: #cc8855;	
}
#innercontent h3 {
	color: #cc8855;	
}

#news {
	position: absolute;
	top: 160px;
	left: 0;	
	right: 0;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	z-index: 100;
}

.newstext {
	background-color: transparent;	
	width: 80%;
}

#menu {
	position: absolute;
	top: 110px;
	left: 0;	
	right: 0;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	z-index: 200;
}

#menubg {
	position: absolute;
	top: 110px;
	left: 0;	
	right: 0;
	margin-left: 10%;
	margin-right: 10%;
	height: 40px;
	background-color: #ccaa88;
	
	z-index: 160;
}

.menutable td{
	vertical-align: top;	
}

.mainmenu {
	height: 20px;
	overflow: hidden;
	font-family: Tahoma;
	font-size: 12;
	font-weight: bold;
	border-width: 2px;
	border-style: solid;
	border-color: #cc8855  #aa6633 #aa6633 #cc8855;
	background-color: #ddbb99;
	text-align: center;
	padding: 5px;
	margin: 0;
	z-index: 210;
}

.mainmenu hr {
	color: #663311;
	background-color: #663311;
}

.menucontent {	
	cursor: default;
}

.mainmenu a{
 color: black;
 text-decoration: none;
}
.mainmenu a:hover {
 color: darkred;
}

#innercontent a{
 color: #cc8855;
 text-decoration: none;
}
#innercontent a:hover {
 color: #ddbb99;
}

.button {
	border-width: 2px;
	border-style: solid;
	border-color: #cc8855  #aa6633 #aa6633 #cc8855;
	background-color: #ddbb99;
}

#footer {
	position: relative;
	top: 180px;
	left: 0;
	right: 0;
	height: 100px;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	text-align: center;
	
	z-index: 500;
}

#counterlink {
	visibility: hidden;	 
}
