* {
padding: 0;
margin: 0;
} 

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

img {border: none;}
a{ color: #4D9FF2; text-decoration: none; }
a:hover {  color: #000; }

#wrap {
width: 750px;
margin: 0 auto;
background: #fff;
}

#header {
height: 100px;
background: #C7CFDA url(headerbg.gif) repeat-x;
line-height: 100px;
}
#header h1 { 
font-size: 50px;
text-align: center;
color: #FFAF4C;
}
#header h1 a { 
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
}

#headermenu { 
height: 23px;
line-height: 23px;
padding: 0;
background: #333 url(menubg.gif) repeat-x;
font-weight: 600;
font-size: 12px;
margin-bottom: 10px;
}
#headermenu li {
float:left;
list-style-type:none;
border-left:1px solid #AFDAFB;
}
#headermenu li a {
display:block;
padding:0 20px;
text-decoration:none;
color: #fff;
}
#headermenu li a:hover {
background: #333 url(menubghover.gif) repeat-x;
color:#fff;
text-decoration:none;
}

#wrapper {
padding: 10px;
}

#menu {
float: right;
width: 200px;
padding: 10px;
border: 2px solid #A2D5FC;
line-height: 15px;
}
#menu h2 {
margin-top: 10px;
font: bold 12px Verdana, 'Trebuchet MS', Sans-serif;
padding: 5px 0 5px 10px; 	
border-bottom: 1px dotted #999;
}
#menu ul  {
color: #aaa;
text-align: left;
margin: 3px 0 8px 0; 
padding-left: 20px;
text-decoration: none;	
list-style-type:square;	
}
#menu ul li {
padding: 2px 0 2px 0px;
margin: 0 2px;	
}
#menu ul a {
font-weight: 600;
color: #4D9FF2;
}
#menu ul a:hover { color : #333; }

#content { 
float: left;
width: 468px;
padding: 10px;
margin-right: 10px;
border: 2px solid #A2D5FC;
line-height: 20px;
}
#content h2 {
padding: 2px 0 5px 0px; 
font: bold 14px Verdana, 'Trebuchet MS', Sans-serif;
color: #444;	
border-bottom: 1px dotted #999;
margin-bottom: 5px;
margin-top: 10px;
}

#footer { 
background: #222;
color: #eee;
margin-top:20px;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 11px;
}
#footer a {  color: #aaa; text-decoration: none; }
#footer  a:hover { color: #777; } 