@charset "UTF-8";
/* CSS Document */

a:link {
	color:#000000;
}
a:link {
	text-decoration:none;
}
a:visited {
	color:#000000;
}
a:visited {
	text-decoration:none;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
 }
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
.style1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	text-align:left;
	
}
body {
	background-color: #111111;
	background-image:url(images/grill.gif);
	background-repeat:repeat;
}
#header {
	height:84px;
	line-height:80px;
	margin:0;
	background-image:url(images/header.png);
	background-repeat:repeat-y;
	
	
}
#container {
	text-align:left;
	width:800px;
	margin:0 auto;
	
}

#wrapper {
	text-align:left;
	width:800px;
	margin:0 auto;
	background-color:#FFFFFF;
}
#content p {
	line-height:1.4;
}



#extra {
	background:#FFFFFF;
}

#footer p {
	margin:0;
	padding:5px 10px;
}

#content {
	float:right;
	width:598px;
	/*height:468px;*/
	background-color:#FFFFFF;
	padding:15px;
	border-left:solid;
	border-left-width:2px;
	border-left-color:#333333;
	text-align:center;
	padding-bottom:50px;
}
#navigation {
	float:left;
	width:150px;
	height:100%;
	text-align:center;
	text-align:right;
	padding-right:10px;
	background-color:#FFFFFF;
}
#extra {
	float:right;
	width:500px;
}
#footer {
	clear:both;
	width:800px;
	height:30px;
	background-color:#FFFFFF;
	background-image:url(images/footer.png);
	border-top:solid;
	border-top-width:2px;
	border-top-color:#333333;
	
}

