* {
    padding: 0;
    margin: 0;
} 

body {
	background: #73775E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	list-style-position: inside;
	list-style-type: circle;
}

img { border: none; }
a { color: #FF6B2E; text-decoration: none; }
a:hover { text-decoration: none; color : #FF6B2E; }

#wrap {
	width: 760px;
	background: #666666;
	margin: 0px auto;
	border: thin solid #81c3fd;
}
.header {
	padding-top: 0px;
	height: 150px;
	text-transform: uppercase;
	background: #FFFFFF;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #81c3fd;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #81c3fd;
}
.header h1 {
	font-size: 34px;
	font-weight: 100;
	padding: 0px;
	letter-spacing: -3px;
	margin: 0px;
}
.header h1 a {
color: #FAF391;
text-decoration: none; 
}
.header h1 a:hover { 
color: #FF6B2E;
text-decoration: none; 
}
.header h2 {
font-size: 17px;
font-weight: 100;
color: #FF6B2E;
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: #81C3FD;
background: #666666;
text-decoration: none;
font-weight : bold;
}
.navigation a:hover {
color: #FFFFFF;
background-color: #FF6B2E;
}

.content {
	padding: 10px 10px 10px 10px;
	float: right;
	width: 540px;
}
.content h2 {
color: #81c3fd;
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: #333333;
text-align: center;
background: #81C3FD;
}
