* {
	margin: 0;
	padding: 0;
}

body {
background: #404347 url(images/bg.gif) repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #f7f7f7;
}

a { color: #60C3DB; text-decoration: none; }
a:hover { text-decoration: underline; }

#wrap {
width: 980px;
margin: 0 auto;
}

#header {
width: 712px;
height: 220px;
margin: 40px auto 150px auto;
background-image: url('images/wave.gif');
}

#nav {
position: absolute;
text-align: center;
margin: 0 auto;
width: 700px;
top:170px;
}

#header h1 {
position: relative;
top: 85px;
left: 130px;
font-size: 40px;
font-weight: 100;
letter-spacing: 15px;
color: #111;
}
#header h1 a {
color: #FAFFB0;
text-decoration: none;
}
#header h1 a:hover {
color: #eee;
text-decoration: none;
}
#header h2 {
position: relative;
top:150px;
left:90px;
color: #eee;
font-weight: lighter;
font-size: 1.2em;
letter-spacing: 2px;
font-family: "Helvecta", sans-serif;
}

#content {
width: 750px;
margin: 0 auto;
padding: 0 20px 20px 20px;
border-left: 1px dotted #aaa;
border-right: 1px dotted #aaa;
text-align: justify;
}
#content h2 {
color: #B0FFBD;
font-size: 16px;
font-weight: 100;
padding: 10px 0 5px 0;
border-bottom: 1px dotted #aaa;
margin-bottom: 10px;
}
#content h2 a {
color: #B0FFBD;
text-decoration: none;
}
#content h2 a:hover {
color: #eee;
}

#footer {
margin-top: 20px;
border-top: 1px dotted #aaa;
font-size: 11px;
text-align: center;
padding: 10px 0 10px 0;
}
#footer a { 

}
#footer a:hover {

}