/*
CSS for VLFC website
*/

h1 {
	font-color: black;
	font-family: verdana, arial;
}

h2 {
	font-color: black;
	font-family: verdana, arial;
}

h3 {
	font-color: black;
	font-family: verdana, arial;
}


#header {
	position: absolute;
	width: 100%
	font-color: white;
	height: 198px;
	border: 1px solid black;
	padding: 5px;
	background-color: #001260;
	background-image: url(header-fill.jpg);
}

#tagline {
	font-style: italic;
	font-family: Georgia, Times, serif;
	background-color: #bed8f3;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	width: 1095px;
}

#navigation {
  line-height: 150%;
  background-color: #D2D8E6;
  width: 200px;
  height: 475px;
}

/*
Image style
*/

#Pic_Status {
	width:90%;
	margin:0 0 20px 20px;
	padding: 5px;
	border: 1px solid black;
	text-align: center;
}


div.img
  {
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }
div.img a:hover img
  {
  border: 1px solid #0000ff;
  }
div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  }

body {
  font-family: Verdana, Arial, sans-serif;
}

/*
This section deals with positioning of items on the screen
*/

#navigation, #bodycontent, #tagline,{
  position: absolute;
}

#tagline {
  top: 230px;
}

#navigation {
  top: 260px;
}

#bodycontent {
	top: 260px;
	left: 250px;
	width: 75%
}