* {
    padding: 0;
    margin: 0;
} 

body {
background: #eee;
font-family: Arial, Tahoma, Verdana;
font-size: 12px;
padding: 0;
margin: 0;
color: #222;
line-height: 20px;
}

td {
font-family: Arial, Tahoma, Verdana;
font-size: 12px;
line-height: 20px;
}

p {
font-family: Arial, Tahoma, Verdana;
font-size: 12px;
line-height: 20px;
}

img { border: none; }
a { color: #000; text-decoration: underline; }
a:hover { text-decoration : none; }

#wrap {
margin: 0 auto;
width: 720px;
background: #fff;
border-left: 1px solid #aaa;
border-right: 1px solid #aaa;
}

#header {
height: 90px;
background: #000 url("images/header.gif") no-repeat;
width: 720px;
margin: 0 auto;
}
#header h1 { 
font-size: 22px;
letter-spacing: -1px;
padding: 15px 0 0 30px;
color: #f7f7f7;
}
#header h1 a { 
color: #f7f7f7;
text-decoration: none;
}
#header h1 a:hover {
color: #aaa;
}
#header h2 {
font-size: 16px;
color: #ccc;
padding: 0 0 0 30px;
}

#content {
padding: 0 20px;
}

#right {
float:right; 
width:180px; 
line-height: 17px;
}
#right h3 {
margin-top: 10px;
padding: 5px 0 5px 10px; 
font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
color: #eee;
background: #EEF0F1 url("images/menubg.gif") repeat-x left bottom;	
border: 1px solid #222;
}
#right .box {
border: 1px solid #222; 
margin: 0 0 5px 0;	
}
#right ul  {
color: #aaa;
text-align: left;
margin: 3px 0 8px 0; 
padding-left: 20px;
text-decoration: none;		
}
#right ul li {
padding: 2px 0 2px 0px;
margin: 0 2px;	
}
#right ul a {
font-weight: 600;
color: #000000;
}
#left ul a:hover { color : #333; }

#left {
float: left;
width: 480px;
}
#left h2 {
padding: 5px 0 5px 10px; 
font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
color: #eee;
background: #EEF0F1 url("images/menubg.gif") repeat-x left bottom;	
border: 1px solid #222;
margin-bottom: 5px;
margin-top: 10px;
}

#bottom {
height: 40px;
line-height: 40px;
background: #000 url("images/bottom.gif") no-repeat;
text-align: center;
color: #aaa;
font-size: 10px;
}
#bottom  a {  color: #aaa; text-decoration: none; }
#bottom  a:hover { color: #777; }