* {
    padding: 0;
    margin: 0;
} 

body {
	background: #000000 url(background.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #E7E7E7;
	border: 1;
	border-color: #000000;
}
img { 
border: 1;
border-color: #B12B1F }
a { color: #ffffff; text-decoration: underline; }
a:hover { text-decoration: underline; color : #B12B1F; }

#wrap {
	width: 760px;
	background: #414141;
	margin: 0px auto;
	border: thin solid #000000;
}
.header {
padding-top: 0px;
height: 80px;
text-transform: uppercase;
background: #333333;
}
.header h1 {
	font-size: 34px;
	font-weight: 100;
	padding: 0px;
	letter-spacing: -3px;
}
.header h1 a {
color: #FAF391;
text-decoration: none; 
}
.header h1 a:hover { 
color: #fff;
text-decoration: none; 
}
.header h2 {
font-size: 17px;
font-weight: 100;
color: #fff;
padding-left: 12px;
}
.navigation { 
padding-top: 20px;
float : left ;
list-style: none; 
width: 200px;
}
.navigation ul { list-style-type: none; }
.navigation li { 
padding: 0; 
margin: 0; 
}
.navigation a, 
.navigation a:visited {
text-transform:uppercase;
display: block;
height: 25px;
line-height: 25px;
padding: 0 10px 0 10px;
color: #FFFFFF;
background: #414141;
text-decoration: none;
font-weight : bold;
}
.navigation a:hover {
color: #FFF;
background-color: #B12B1F;
}
.navigation2 { 
padding-top: 20px;
float : left ;
list-style: none; 
width: 200px;
}
.navigation2 ul { list-style-type: none; }
.navigation2 li { 
padding: 0; 
margin: 0; 
}
.navigation2 a, 
.navigation2 a:visited {
text-transform:uppercase;
display: block;
height: 25px;
line-height: 25px;
padding: 0 10px 0 10px;
color: #FFFFFF;
background: #000000;
text-decoration: none;
font-weight : bold;
}
.navigation2 a:hover {
color: #FFF;
background-color: #B12B1F;
}

.content {
	padding: 10px 10px 10px 10px;
	float: left;
	width: 540px;
}
.content {
	padding: 10px 10px 10px 10px;
	float: left;
	width: 540px;
}
.content h2 {
color: #C3AD7D;
font-size: 28px;
letter-spacing: -2px;
font-weight: 100;
padding: 10px 0 10px 0;
text-transform: uppercase;
}
.content h2 a { }
.content h2 a:hover { text-decoration: none; }

.footer {
padding: 10px;
font-size: 11px;
color: #aaa;
text-align: center;
background: #333;
}
.footer a {
color: #aaa;
}

