body { 
	margin:0;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#121212;
}

#container {
	width: 700px;
	min-height: 800px;
	margin: 0 auto;
	background-color: #333333;
	padding: 5px 20px 0 20px;
    border-right: 2px solid #000;
    border-left: 2px solid #000;
    border-top: 1px solid #000;
    border-bottom: 2px solid #000;
	background-image: 
	url('images/bgcontainer.jpg');
	background-repeat: 
	no-repeat;
	background-position: 
 	bottom right;
}


#footer {
	clear: both;
	padding-bottom: 8px;
	text-align: center;
	font-size: small;
	font-family: eurostile;
}

#header {
	height: 300px;
	margin-bottom: 35px;
	background: url(images/topbanner.jpg);
	text-align: center;
}



#menu {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #000;
	font-family: eurostile}

#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline}

#menu a {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #666}

#menu a:active, 


#menu a:hover {color:#fff}

a:hover {color:#fff}

a {line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #666}

#right {padding: 5px 5px 5px 5px;
	position: relative;
	float: right}
	
#left {padding: 5px 5px 5px 5px;
	position: relative;
	float: left}
	
#center {padding: 5px 5px 5px 5px;
	position: relative;
	float: center}



h1 {font-family: eurostile; color: #888}
h3 {font-family: eurostile; color: #888}
h4 {font-family: eurostile; color: #888}

p {font-family: eurostile; color: #fff}

