/* Header */

#logo  {
	width: 150px; float: left; margin-right: 100px;
}

/* Main */

#mainPage {
	width: 980px;
}

p {
	font-family: Helvetica, Arial;
	font-size: 12px;
}

h1 {
	font-family: Helvetica, Arial;
	font-size: 16px;
	font-weight: bold;
}

/* Top Nav */
ul#navlist {
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a { padding: 3px 50px; }

#navlist a:link, #navlist a:visited {
	color: #ffffff;
	background-color: #003366;
	text-decoration: none;
}

#navlist a:hover {
	color: #ffffff;
	background-color: #336699;
	text-decoration: none;
}

#navlist a#current {
	color: #ffffff;
	background-color: #336699;
	text-decoration: none;
}

/* Grid */
.grid img {
	margin: 5px 5px 5px 5px;
	border: 1px solid #999999;
}

/* Drop shadow */
.img-shadow {
  float:left;
  background: url(/images/layout/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/layout/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
  /* Content */
  .caption	{
  	font-family: Helvetica, Arial;
  	font-size: 11px;
	text-align: center;
  }
