/* bobjasonben.com */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: georgia, verdana, garamond;
	vertical-align: baseline;
	z-index: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}


body {
  font-family: georgia, verdana, garamond;
  background-color: black;
  color: white;
}
.container {
  font-family: Arial,Helvetica,sans-serif;
  background-color: black;
  color: white;
  width: 1000px;
  margin: 10px;
  padding: 5px;
}

.content {
  font-family: georgia, verdana, garamond;
  margin: 0px;
  padding: 5px;
  width: 720px;
  color: #FFFFFF;
  background-color: black;
  z-index: 0;
}

.photocap {
  text-align: center;
  font-size: 14pt;
}

.nav {
  width: 250px;
  line-height: 25px;
  float: right;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  background-image: url("graphics/navbg.gif");
  background-repeat: repeat-y;
  z-index: 5;
  font-family: georgia, verdana, garamond;
  font-weight: bold;
  text-align: center;
}
.topnavborder {
  background-image: url("graphics/navtop.gif");
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0 auto;
  width: 250px;
  height: 20px;
  z-index: 4;
  
}

.bottomnavborder {
 background-image: url("graphics/navbottom.gif");
 background-repeat: no-repeat;
 background-position: bottom center;
 margin: 0 auto;
 width: 250px;
 height: 25px;
 z-index: 4;
}

h1 {
font-size: 24pt;
}

h3 {
font-size: 14pt;
}

.bluelink {
color: blue;
}

a.visited {
  color: red;
}

.socialnets {
line-height: 10px;
}

.foot {
text-align: center;
font-family: georgia, verdana, garamond;
}

.searchtext {
color: black;
text-indent: -9999px;
}