* { 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;

}

p {
 margin-left: 12px;
 margin-right: 12px;
}
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: 0px}

h2 {
 font-size: 140%;
 text-align: center;
}

#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 { 
 color: white;
 border: 0px solid #ccc;
 background-image:  url(../img/artwork/artpattern.jpg);
 background-repeat: repeat;
 background-color: #2a2a2a;
 margin: 0px 0px 0px 0px;
 height: auto; 
 width: 750px;
 text-align: left;
 margin-right : auto;
 margin-left : auto;
}
#left { 
 color: white;
 border: 0px solid #ccc;
 background-image: url(../img/artwork/artpattern.jpg);
 background-repeat: repeat;
 margin: 0px 0px 0px 0px;
 width: 375px;
 height: 1500px;
 float: left;
 text-align: left;
 margin-right : auto;
 margin-left : auto;

}
#right { 
 float: right;
 color: white;
 border: 0px solid #ccc;
 background-image:  url(../img/artwork/artpattern.jpg);
 background-repeat: repeat;
 background-position: right;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 375px;
 height: 1500px;
 display: inline;
 text-align: left;
 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;

}

#divider {
 margin-left: 12px;
 margin-right: 12px;
 border-bottom:1px dotted #444;
 padding-bottom:1em;
 color: #b7b7b7;
}
#divider2 {
 margin-left: 5px;
 margin-right: 5px;
 border-top:7px solid #444;
 margin-top:.5em;
 padding-bottom:.5em;
 color: #b7b7b7;
}