* {
    padding: 0;
    margin: 0;
} 

body {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #666666;
	background-image: url(../images/bacground.gif);
}

img { border: none; }
a {
	color: #CC0001;
	text-decoration: none;
}
a:hover { text-decoration: underline; color : #222222; }

#wrap {
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
.header {
	padding-top: 20px;
	height: 80px;
	text-transform: uppercase;
	background-image: url(../images/heading.gif);
	font-family: Tahoma;
}
.header h1 {
font-size: 17px;
font-weight: 100;
color: #CC0001;
padding-left: 12px;
}
.header h1 a {
color: #CC0001;
text-decoration: none; 
}
.header h1 a:hover { 
color: #CC0001;
text-decoration: none; 
}
.header h2 {
font-size: 17px;
font-weight: 100;
color: #CC0001;
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: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.navigation a:hover {
color: #000000;
background-color: #CCCCCC;
}
.content h1 {
color: #CC0000;
font-size: 24px;
letter-spacing: 0px;
font-weight: 100;
padding: 10px 0 10px 0;
text-transform: uppercase;
}
.content {
padding: 10px 10px 10px 0;
float: right;
width: 540px;
}
.content h2 {
color: #CC0000;
font-size: 16px;
letter-spacing: 0px;
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: #FAF8F0;
	text-align: center;
	background-color: #CC0000;
}
.footer a {
color: #FFFFFF;
}
hr {
	color: #CC0000;
}
