/*-----GLOBALS-----------------------------------------------*/

body {
	min-width:894px;
	margin:0;
	background-color: #000000;
	background-image: url(../img/bg_main.jpg);
	background-repeat: repeat;
    }

* {
	margin: 0;/* IE6*/
}
.wrapper {
	width: 894px;
	text-align: left;
	margin:20px auto 0 auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}
.header {
	width: 894px;
	height:128px;
	margin: 0;
	background-image: url(../img/headerbar.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.content {
	width:894px;
	margin-top:20px;
	padding-bottom:15px;
}
.footer{
    height:50px;
    width:894px;
	background-image: url(../img/footerbar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family:"Courier New", Courier, monospace;
	color: #fff;
	font-size: 13px;
   }


/*-----NAVIGATION STYLES-------------------------------------*/

.header a {
	text-decoration: none;
	font-family:"Courier New", Courier, monospace;
	color: #fff;
	font-size: 18px;
    padding:0 10px 0 10px;
	font-weight: bold;
}
.header a:hover {
	text-decoration: none;
	font-family:"Courier New", Courier, monospace;
	color: #fff;
	font-size: 18px;
    padding:0 10px 0 10px;
	font-weight: bold;
}
.header a .on { color: #999999;}


a {
	text-decoration:none;
	font-family:"Courier New", Courier, monospace;
	color: #f57900;
	font-size: 13px;
	               
}

/*-----TEXT BEHAVIOUR----------------------------------------*/
h1 {
    font-family:  "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
    margin:0 0 10px 0;
	color: #fff;
}



/*-----no border around links------------------------*/
:focus{outline: 0;}




/*-----list style------------------------------------*/
ul li{
    margin-left:20px !important;
	margin-top:15px !important;
	margin:15px;
	padding:0;
	
}

