* {
margin: 0;
padding: 0;
}

body {
background: #333 url("images/back.gif") repeat;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #333;
padding-top: 40px;  
}



a {
color: #666;
text-decoration: none;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #333;
}


#header {
width: 580px;
height: 210px;
background: #000 url("images/stmarks_header.jpg") no-repeat;
background-position: top right;
}

#header_clips {
width: 580px;
height: 210px;
background: #000 url("images/bird_header.jpg") no-repeat;
background-position: top right;
}




#header_home {
width: 580px;
height: 210px;
background: #000 url("images/amusement_header.jpg") no-repeat;
background-position: top right;
}


#header_resume {
width: 580px;
height: 210px;
background: #000 url("images/statue_mecu_header.jpg") no-repeat;
background-position: top right;
}

#header_about {
width: 580px;
height: 210px;
background: #000 url("images/st.pete_sunset_header.jpg") no-repeat;
background-position: top right;
}


#header_photos {
width: 580px;
height: 210px;
background: #000 url("images/man_table_header.jpg") no-repeat;
background-position: top right;
}

#header_contact {
width: 580px;
height: 210px;
background: #000 url("images/lamp_sky_header.jpg") no-repeat;
background-position: top right;
}



#header_links {
width: 580px;
height: 210px;
background: #000 url("images/ceiling_header.jpg") no-repeat;
background-position: top right;
}


#wrapper {
width: 580px;
background: #fff url("images/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

h1 {
width: 140px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

h1.home {
width: 140px;
height: 30px;
background-color: #fff;
font: bold  arial, verdana, tahoma, sans-serif;
color: #000;
cursor: default;
}


h1:first-letter {
color: #F96;
text-decoration: none;
}

h2 {
width: 419px;
height: 30px;
background-color: #333;
float: left;
font: bold 14px/26px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}


h2.body {
width: 410px;
height: 26px;
background-color: #333;
float: left;
font: bold 14px/26px arial, verdana, tahoma, sans-serif;
padding-left: 5px;
color: #fff;
margin-top: 1px;
margin-bottom: 4px;
cursor: default;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 150px;
}

#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #000;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #333;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 132px;
background-color: #ccc;
float: left;
position: relative;
left: -4px;
margin-left: -147px;
border-top: 1px solid #fff;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
overflow: hidden;
}

img {
border: none;
}

a img {
display: block;
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}

#content {
float: left;
width: 400px;
word-wrap: break-word;
margin: 10px 0 0 10px;
}



#content .thumb {
display: inline;
width: 138px;
height: 90px;
padding: 15px; 
float: left;
margin-left: 15px;
}

#content .thumb img {
background: #fff;

}

#content a img {
border: 1px solid #666;
margin-bottom: 2px;
}

#content a:hover img {
border: 1px solid #000;
}

#content .links {
font-weight: bold;
text-decoration: underline;

}


p {
margin-bottom: 20px;
}

p:first-line {
font-weight: bold;
}

menu {
display: block;
padding-bottom: 8px;
padding-top: 4px;
margin-left:3px;
padding-left: 0;
}


menu li {
padding-bottom: 4px;
padding-top: 4px;
margin-left: 0;
padding-left: 0;
list-style-type: square;
list-style-position: inside;
}




#footer {
clear: both;
width: 400px;
text-align: center;
margin-left: 163px;
padding-top: 14px;
padding-bottom: 2px;
}


