* {
    padding: 0;
    margin: 0;
} 

body {
background: #eee;
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: 14px;
color: #333333;
line-height: 24px;
}

a {
text-decoration: none;
color: #0171AF;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
width: 800px;
margin: 40px auto;
}

#header {
height: 250px;
background: #eee url(images/yorkshire-magician-header.jpg) no-repeat;
}
#header h1 {
font-size: 34px;
font-weight: bold;
letter-spacing: -3px;
padding: 30px 0 5px 30px;
}
#header h1 a {
text-decoration: none;
color: #EC8714;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
color: #89A537;
font-size: 20px;
font-weight: bold;
padding: 0 0 0 31px;
}
#header h2 a {
text-decoration: none;
color: #89A537;
}

#header h2 a:hover {
text-decoration: none;
color: #000;
}


#header h3 {
color: #E7D68D;
font-size: 24px;
font-weight: 600;
letter-spacing: -1px;
}
#header .currentpage {
color:#C2E159;
}
#header ul {
list-style-type: none;
padding: 10px 0 0 40px;
}
#header ul li {
}
#header ul li a {
color: #E7D68D;
font-size: 24px;
font-weight: 600;
letter-spacing: -1px;
}
#header ul li a:hover {
color: #333;
text-decoration: none;
}

#content {
background: #eee url(images/content.gif) repeat-y;
padding: 20px;
}

.main {
border-top: 1px solid #aaa;
background: #eee;
text-align: justify;
padding-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;

}
.main h1 {
font-size: 20px;
font-weight: bold;
text-align: left;
padding: 15px 0 7px 0;
}
.main h2 {
font-size: 18px;
font-weight: 100;
text-align: left;
padding: 15px 0 7px 0;
}
.main h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}
.main ul {
text-indent: 30px;
list-style:inside;
color:#CC9933;
}
.main .accent {
color:#CC6600;
}
#bottom {
background: #eee url(images/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
font-size: 11px;
color: #999;
text-align: center;
}