* {
    padding: 0;
    margin: 0;
} 

body {
background: #eee (images/background.jpg);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #005EB0; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
width: 777px;
margin: 0 auto;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
background: #fff;
}

#header {
height: 60px;
margin: 0 auto;
width: 777px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}


#header h1 {
padding-left: 21px;
font-size: 14px;
color: #eee;
font-weight: 100;
}

#header nav {
padding-right: 21px;
font-size: 12px;
color: #ccc;
font-weight: 100;
}

#tn {
float: left; 
width: 777px;
height: 21px;
text-align: right;
background: #eee;
border-bottom: 1px solid #ccc;
}

#tn ul { color: #777; padding: 10px 0 10px 30px; list-style-type: square; }
#tn ul li {font-size: 10px; padding-bottom: 5px; }
#tn ul li a {font-size: 10px; color: #777; text-decoration: none;  }
#tn ul li a:hover { color: #000; }


#left {
float: left;
width: 150px;
padding: 10px;
}
#left hd { color: #005EB0; padding: 15px 0 5px 10px; font-size: 12px; letter-spacing: 1px; font-weight: 100;}
#left ul { color: #777; padding: 10px 0 10px 30px; list-style-type: square; }
#left ul li { padding-bottom: 5px; }
#left ul li a { font-size: 11px; color: #777; text-decoration: none;  }
#left ul li a:hover { color: #000; }

#center {
margin-top: 10px;
margin-left: 10px;
float: left;
width: 530px;
padding: 15px 15px 15px 15px;
background: #fafafa;
border: 1px solid #ccc;
}

#center h1 {
font-size: 20px;
letter-spacing: -1px;
font-weight: 100;
padding : 10px 0 15px 0;
}


#right {
float: left; 
width: 160px;
padding: 10px;
}
#right h2 {color: #005EB0; padding: 15px 0 5px 10px; font-size: 11px; letter-spacing: 1px; font-weight: 100;}
#right ul { color: #777; padding: 10px 0 10px 30px; list-style-type: square; }
#right ul li { font-size: 10px; padding-bottom: 5px; }
#right ul li a { color: #777; text-decoration: none;  }
#right ul li a:hover { color: #000; }

#footer {
margin-top: 20px;
border-top: 1px solid #aaa;
padding: 10px 0;
text-align: center;
font-size: 11px;
background: #eee;
}