*
{
padding: 0px;
margin: 0px;
}

a {
    color: #BA1D00;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: white;
}

#main {
    background-color: white;
    width: 760px;
    margin: 0px auto 0px auto;
}

#ad {
    font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
    background-color: red;
    padding: 10px;
    font-weight: bold;
    color: white;
    border-bottom: 1px solid white;
}

#ad a, #ad a:visited {
    color: white
}

#header {
    color: #AB011E;
    height: 150px;
    background-color: white;
    background-image: url(http://img.timeinc.net/time/2006/techguide/shoppingguide/images/new/guitar.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}

#content {
    padding: 10px;
    border-top: 1px solid #AB011E;
}

h1 {
    text-align: right;
    font-size: 24px;
    padding-top: 40px;
    padding-left: 20px;
}

h2 {
    text-align: right;
    font-size: 14px;
    padding-left: 20px;
}

p {
    text-align: justify;
    margin-bottom: 10px;
    line-height: 22px;
}

#footer {
    padding: 10px;
    border-top: 1px solid #AB011E;
    color: #666666;
}