@charset "utf-8";
/* CSS Document */

* {
	margin:0 auto;
	}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#70556f;
	}

#header {
	width:865px;
	height:100px;
	background:url(images/header.png) no-repeat;
	}

#footer {
	width:865px;
	height:100px;
	}

#container {
	width:865px;
	}

.clear {
	clear:both;
	}

.content {
	width:670px;
	padding-right:5px;
	float:left;
	margin-top:-10px;
	padding-bottom:10px;
	}

.blurb {
	border:1px solid #eee;
	background:#e4e5b7;
	margin-top:10px;
	margin-left:10px;
	margin-right:5px;
	padding:10px;
	}

.blurb p {
	line-height:1.5em;
	margin:0;
	}

.navigation {
	width:188px;
	float:right;
	border:1px solid #eee;
	background:#e4e5b7;
	text-align:left;
	}

.nav-ad p {
	text-align:center;
	padding-bottom:5px;
	}

.navigation ul.navigation-list {
	list-style:none;
	margin:0px !important;
	}

.navigation ul.navigation-list li.nav-item {
	margin-left:-35px;
	*margin-left:5px;
	}

.navigation ul.navigation-list li.nav-item a {
	text-decoration:none;
	display:block;
	color:#000;
	padding:5px;
	border-bottom:1px solid #fff;
	margin-right:5px;
	}

.navigation ul.navigation-list li.nav-item a:hover {
	border-bottom:solid 1px #70556f;
	}
	
.index-image {
	width:300px;
	padding:10px;
	margin-left:10px;
	margin-top:10px;
	border:1px solid #eee;
	height:260px;
	float:left;
	background:#e4e5b7;
	display:inline;
	}

.pic-image {
	border:1px solid #eee;
	background:#e4e5b7;
	margin-top:10px;
	margin-left:10px;
	margin-right:5px;
	padding:10px;
	overflow:hidden;
	float:left;
	width:632px;
	}

h1.pic-detail {
	font-size:14px;
	}

p.pic-detail {
	line-height:1.5em;
	margin:0;
	padding-bottom:10px;
	}

p.pic-info {
	font-size:10px;
	}

p.pic-info a {
	color:#000;
	}


.pic-image p {
	text-align:center;
	}

h3.image-name {
	margin-top:7px;
	font-size:13px;
	}