* {
    padding: 0;
    margin: 0;
} 

body {
background: #FFFFFF;
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 12px;
padding: 0;
margin: 0;
color: #333;
line-height: 17px;
}

img { border: none;}
a { color: #0090DF; text-decoration: none; }
a:hover { color : #000}

#wrap {
margin: 20px auto;
width: 950px;
}

#header {
background: #fff url(images/header.png) no-repeat;
height: 90px;
}

#header h1 { 
color : #404040;
font-size: 29px;
letter-spacing: -2px;
padding: 30px 0 0 30px;
font-weight: 100;
font-family: Arial, Tahoma, Verdana;
}
#header h1 a { text-decoration: none; color : #54B7E0;}
#header h1 a:hover { color : #333; }
#header h2 { 
font-family: Arial, Tahoma, Verdana;
color : #777;
font-size: 15px;
padding: 0 0 0 30px;
font-weight: 100;
}

#navigation {
background: #fff url(images/menu.jpg) no-repeat;
height: 30px;
line-height: 30px;
padding-left: 10px;
}
#navigation li {
float:left;
list-style-type:none;
}
#navigation li a {
display:block;
padding:0 20px;
text-decoration:none;
color: #404040;
letter-spacing:2px;
}
#navigation li a:hover {
background: #404040 url(images/menuover.jpg) repeat-x;
color:#fff;
text-decoration:none;
}

#content { 
background: #fff url(images/content.jpg) repeat-y;
width:910px; 
padding: 0px 20px 0px 20px;
}
#content h2 { letter-spacing: -1px; padding: 15px 0 5px 0; font-family: Arial, Tahoma, Verdana; font-weight: 600; font-size: 20px; color: #404040;}
#content h2 a { color: #569FAE; }
#content h2 a:hover { color: #404040; }

#bottom { 
background: #fff url(images/bottom.jpg) no-repeat; 
height: 20px;
}

#footer {
text-align: center;
font-size: 10px;
color: #444;
padding:0 0 10px 0;
margin: 0;
}
#footer a { color: #666; text-decoration: underline;}
#footer a:hover { color: #000; text-decoration: none; }
