* {margin: 0; padding:0;}

body {
font: 17px/21px arial, geneva, sans-serif;
color: #333;
background: #fff;
text-align: center;
}

#wrap {
width: 776px;
text-align: left;
margin: 0 auto;
}

h1, h2, h3, h4 {
font-family: georgia, serif;
}

h1 {
font-size: 24px;
font-weight: normal;
padding: 12px;
}

h2 {
text-transform: uppercase; 
font-weight: normal;
font-size: 19px;
margin: 0 20px 8px 0;
}

h2 a {
color: #2448C6;
}


h4 {
font-weight: normal;
font-size: 19px;
}

a {
text-decoration: none;
color: #666;
}

img {
border: none;
}

/*----------------- TOP ------------------------*/

#top {
width: 776px;
margin: 40px 0 20px;
border-bottom: 1px solid #cacaca;
border-top: 1px solid #cacaca;
background: #f3f3f3;
}

#ebaylogo {
float: right;
margin: -33px 30px 0 0;
}

/*----------------- DESCRIPTION ------------------------*/

#description {
font: 16px/21px georgia;
color: #666;
margin: 0 0 10px 0;
}

#description p {
margin: 0 20px 15px 12px;
}

#description a {
color: #2448C6;
border-bottom: 1px solid #2448C6;
}

#description a:hover {
color: #c00;
border-bottom: 1px solid #c00;
}

/*----------------- CONTENT ------------------------*/

#content {
width: 560px;
float: left;
}

.chunk {
margin: 0 20px 20px 12px;
font-size: 16px;
line-height: 22px;
}


#content img {
padding: 3px;
border: 2px solid #e0e0e0;
margin: 0 10px 0 0;
}

#content a {
text-decoration: underline;
}

#content a:hover {
color: #c00;
}


/*----------------- RIGHT ------------------------*/

#right {
width: 200px;
height: 600px;
float: left;
background: #f4f4f4;
color: #666;
}

#right ul {
list-style: none;
font-family: arial, sans-serif;
font-size: 16px;
font-weight: bold;
}

#right ul li {
border-bottom: 1px solid #ccc;
}

#right ul a {
display: block;
padding: 12px 0 12px 20px;
color: #666;
width: 100%;
}

#right ul a:hover {
color: #c00;
}

#right p {
margin: 0 0 20px 30px;
font-size: 13px;
color: #666;
}

/*----------------- FOOTER ------------------------*/

#footer {
height: 35px;
clear: both;
color: #666;
text-align: center;
font-size: 13px;
padding-top: 10px;
margin: 20px 0 0 0;
border-top: 1px dotted #666;
}

#footer p {
margin: 0;
}
