@charset "utf-8";
/* CSS Document */

body
{
background-color:#1e150e;
background-image:url(images/backz.png);
background-position:top;
background-repeat:repeat-x;
margin: 0;
text-align: center;
}

div#maincontainer
{
width:850px;
height:auto;
margin: 0 auto 0 auto;
text-align: left;

}

div#header
{
background-image:url(images/header.png);
	background-color:#transparent;
	width:100%;
	height: 200px;

}

div#Navigation
{
	background-image:url(images/menuback4.png);
	background-repeat:repeat-x;
	background-color:#transparent;
	width:100%;
	float: left;
	height: 55px;
	padding-top: 9px;
	text-align: center;
	font-family: calibri, arial;
	font-size: 18;
}

#Navigation a 
{
text-decoration: none;
color: #FFFFFF;
}

#Navigation a:hover
{
color: #FFFFFF;
text-decoration: underline;
}

h1
{
font-family: calibri;
font-size: 16;
color: #ff0000;
}

div#content
{
background-color:#1e150e;
height:auto;
width: 100%;
font-family: calibri, arial;
color:#FFFFFF;
padding: 15px;
}

#cu3er-container {width:500px; height:300px; outline:0;}


a{
font-family: calibri, arial;
color:#FFFFFF;
text-decoration:none;
}

a:hover{

font-family: calibri, arial;
color:#FFFFFF;
text-decoration:underline;
}
