/* Pixel8tor Style Sheet - Created by Pixel8tor Photography & Web Design.  visit me online www.pixel8tor.co.uk or email me at Pixel8tor@hotmail.co.uk */



body {
padding: 0;
margin: 0;
background-color: black;
font: small Verdana, Arial, sans-serif;
color: gray;
}



#wrapper {
width: 750px;
margin: 0 auto;
background-color: black;
}


#masthead {
background: url(photography/graphics/banner.jpg) no-repeat;
}


#sidebar {
background: black;
width: 165px;
padding: 20px 10px;
float: left;
margin-right: 10px;
}

.seperator {
clear: both;
height: 0;
}



.seperatorbar {
clear: both;
height: 35px;
background-color: black;
}


.seperatorbar1 {
clear: both;
height: 10px;
background-color: black;
}


#mainContent {
float: left;
width: 545px;
padding: 20px 0;
}



h1 {
font-size: 130%;
font-weight: bold;
font-style: italic;
margin: 0 0 5px;
text-align: center;
}

h2 {
font-size: 190%;
font-weight: bold;
margin: 0 0 5px;
text-align: center;
color: #BB0000;
}

h3 {
font-size: 140%;
font-weight: bold;
margin: 0 0 5px;
text-align: center;
}

p {
font-size: 95%;
line-height: 1.3em;
margin: 0 0 1em;
}


p a:link, a:visited {
color: gray;
text-decoration: none;
}


p a:hover {
color: white;
text-decoration: underline;
}

p.redtext {
color: red;
font-size: 100%;
}

a#webdesignbutton {
display: block;
height: 450px;
width: 300px;
background-image: url(graphics/webdesignbutton.jpg);
background-repeat: no-repeat;
background-position: 0 0;
}

a#webdesignbutton:hover {
background-position: 0 -460px;
}

a#photographybutton {
display: block;
height: 450px;
width: 300px;
background-image: url(graphics/photographybutton.jpg);
background-repeat: no-repeat;
background-position: 0 0;
}

a#photographybutton:hover {
background-position: 0 -460px;
}



#footer {
background-color: black;
text-align: center;
font-size: 85%;
padding: 15px 20px;
color: gray;
}


#footer a:link, a:visited{ color: gray; text-decoration: none;}

#footer a:hover { color: white; text-decoration: underline overline;}


span.italic {
font-weight: bold;
font-style: italic;
}

#sitemap p {color: #BB0000;}

span.redtextlg {
color: red;
font-size: 120%;
font-weight: bold;
}