* { padding: 0; margin: 0; }

body {
 background: black;
 background-image: url(http://www.joejerome.com/img/patternbg.jpg);
 background-repeat: repeat;
 background-position: center; 
 text-align: center;
 font-family: Trebuchet MS, Trebuchet, Arial, Verdana, Helvetica, sans-serif;
 font-size: 13px;
 font-color: #FFFFFF;

}
h1 {
font-size: 10px;
color: white;
text-align: right;
margin-right: 10px;
padding-top: 1.1%;
}
a:link {color: #ffffff; text-decoration: none;}
a:hover {color: #ffffff; text-decoration: underline;}
a:visited {color: #ff6666; text-decoration: underline;}
a img {border: none;}

#wrapper { 
 width: 750px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 15px;
 margin-bottom: auto;
 text-align : center;
}
#header {
 width: 750px;
 color: #333;
 padding: 0px;
 border: 0px solid #ccc;
 height: 85px;
 margin: 0px 0px 0px 0px;
 background: #000000;
 text-align : center;
}
#topleft {
 float: left;
 background-image:  url(../img/photography/phototopleft.jpg);
 background-repeat: no-repeat;
 background-color: #2a2a2a;
 width: 202px;
 height: 44px;
 color: #b7b7b7;
 padding: 0px;
 text-align: left;
 border: 0px;
 margin: 0px 0px 0px 0px;
 margin-right : auto;
 margin-left : auto;
}
#topright {
 float: left;
 background-image:  url(../img/photography/phototopright.jpg);
 background-repeat: no-repeat;
 background-color: #2a2a2a;
 width: 548px;
 height: 44px;
 color: #b7b7b7;
 padding: 0px;
 border: 0px;
 margin: 0px 0px 0px 0px;
 margin-right : auto;
 margin-left : auto;
}
#content { 
 float: left; 
 color: white;
 border: 0px solid #ccc;
 background-image:  url(../img/artwork/artbottom.jpg);
 background-repeat: no-repeat;
 background-color: #2a2a2a;
 margin: 0px 0px 0px 0px;
 height: 413px;
 width: 750px;
 text-align: center;
 margin-right : auto;
 margin-left : auto;

}
#footer { 
 clear: both;
 width: 750px;
 height: 36px;
 color: #000000;
 border: 0px solid #ccc;
 background-image:  url(../img/content/Footer.jpg);
 background-repeat: no-repeat;
 margin: 0px px 0px 0px;
 padding: 0px;
 margin-right : auto;
 margin-left : auto;
 text-align: left;

}