* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #ddd;
}

#wrapper { 
 margin: 0 auto;

}
#header {
 width: 670px;
 float: left;
 padding: 10px;
 margin: 10px 0px 5px 0px;
}
#cut { 
 width: 100%;
 clear: both;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
#footer { 
 width: 670px;
 clear: both;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

a:link, a:visited {
 color: #ddd;
 font-size: 12px;
 text-decoration:none;
 vertical-align:top;
}

a:hover {
 color: blue;
 font-size: 12px;
 text-decoration:none;
 vertical-align:top;
}

a.feed:link, a.feed:visited, a.feed:hover {
 color: black;
 font-size: 12px;
 text-decoration:none;
 vertical-align:top;
}



img.icon {
 border-width:0px;
 align:bottom;
 width:18px;
 height:19px;

}

hr {
 height:1px;
 color:#ddd;
 border: none 0; 
 border-top: 1px dotted #eee;
}

div.service {
 padding:3px;
}