/* @override http://127.0.0.1:3002/stylesheets/style.css?1194509765 */

body{
	margin: 0px;
	font: x-small "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	line-height:1.6em;
	font-size: 12px;
}

#header{
	background: url(/images/spacer.png) repeat-x;
	height: 180px;
}

#logo{
	height: 180px;
	width: 497px;
	background-image: url(/images/govannon_header.png);
}

#content{
	width: 900px;
	margin: auto;
}

#nav {
  position: absolute;
  top: 93px;
  left: 480px;
  float:left;
  min-width: 450px;
  font-size:93%;
  line-height:normal;
  }
#nav ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#nav li {
  float:left;
  background:url("/images/tab_left_white.png") no-repeat left top;
  margin:0;
  padding:0 0 0 20px;
  }
#nav a {
  float:left;
  display:block;
  background: url("/images/tab_right_white.png") no-repeat right top;
  padding:5px 20px 4px 0px;
  text-decoration:none;
  font-weight:bold;
  color:#333;
  }

table.portfolio {

	border: 1px solid black;
	
}

table.portfolio caption{
	width: 900px;

	text-transform: uppercase;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 1px solid black;
	background: #f00 url("/images/table_caption2.png");
	font-size: 18px;
	color: #fff;
}
table.portfolio {
	width: 900px;
}
table.portfolio tbody tr td.story{
	
	padding: 10px;
}

table.portfolio tbody tr td.story center img {
margin-top: 10px;	
}

table.portfolio tbody tr td.preview img{
	margin: 10px;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav a:hover {
  color:#f00;
  }
#nav #current {
  background-image:url("left_on.gif");
  }
#nav #current a {
  background-image:url("right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
  
#footer{
	margin-top: 30px;
	border: 1px solid ;
	font-size: 10px;

	padding: 5px;
	line-height:1.2em;
}

.left_center{
	float: right;
	margin-top: 50px;
	margin-left: 20px;
}
