/* CSS Document */

body {
	background:#000;
	text-align:center;
	margin:0;
	padding:0;
	height:100%;
	}
a {
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;
}

#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#000 url("fireR.jpg") repeat-y top right;
	color:#CCCCCC;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background: url("fireL.jpg") repeat-y top left;
	}

#maincol {
	position:relative;
	margin:0;
	padding:0 150px;
}
#centercol {
	position:relative;
	padding:10px 100px;

	}
#footer {
	position:relative;
	bottom:10px;
	background:#000;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	text-align:center;
	}
#wcnt {
	text-align:center;
	padding:0;
	margin: 0 auto 0 auto;
}
.lgl {
    position: absolute;
	width:100px;
	left:150px;
	top: 55px;
}
.lgr {
	width:100px;
    position: absolute;
	right:150px;
	top: 55px;
}
.lrb {
	font-family: Cowboys1, Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 20px;
	font-weight:bold;
	color:#663300;
}
#navbar {
	height:auto;
}
#navbar a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 15px;
	font-weight:bold;
	margin-left: 3px;
	color:#663300;
	text-decoration: none;
	z-index:100;
}

#navbar p {
	margin: 0;
	padding:0;
	padding-bottom:10px; 
}

#navbar a:hover {
	color: #CC6600;
}
#lang {
	font-size: 11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	position:absolute;
	top:10px;
	right:70px;
	width: 70px;
	height:50px;
	z-index: 100;
}
#lang a {
	font-weight: normal;
	border: 1px none #000;
}
#banner {
	margin: 0 auto 0 auto;
	padding:0;
	text-align:center;
}

