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

body {
	
	background: url(images/img01.jpg);
	background-repeat: repeat-x;
	background-color: #070707;

}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding-left: 10px;
}

h1 {
	color: #FFF;
	font-family: Georgia, "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	padding-left: 10px;
}

h2 {
	color: #FFF;
	font-family: Georgia, "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	padding-left: 10px;
}


a img {border:none;}

a:link {
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
	}
a:hover {
	text-decoration: underline; 
	color: #121212;
	}


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 958px;
	background-color: #000000;
	
}

#header {
	margin: 0 0 0px 0;
}


#navigation {
	width: 958px;
	margin: 0 0 0px 0;
	background-image: url(images/navbg.jpg);
	background-repeat: no-repeat;
	
}

#navigation li
{
float: right;
display: inline;
list-style-type: none;
padding-right: 30px;
padding-top: 14px;
padding-bottom: 10px;
font-family: Georgia, "Courier New", Courier, monospace;
color: #ffffff;
font-size: 15px;
text-transform:uppercase;
font-weight: 300;
letter-spacing: 1px;
}

#side-b {
	background-image:url(images/sideb_bg.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 260px;
	padding-right: 30px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF;
	font-family: Georgia, "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
}

#content { 
	width: 598px;
	padding-right: 30px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	
}

#footer {
	clear: both;
	background-color: #000000;
	color: #ffffff;
	font-family: Georgia, "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: 200;
	text-transform: uppercase;
}