/*
RichPellegrino.com CSS
Design: absens.net
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999;
	line-height: 17px;
	margin-left: 180px;
}

a {
	text-decoration: none;
	color: #999;
}

ul, li {
	list-style-type: none;
}

#main-wrapper {
	width: 900px;
}


/*TOP ELEMENTS*/

#header {
	background: #fff url('../images/layout/main-title.jpg') no-repeat -6px 40px;
	height: 90px;
	width: 700px;
}

#general-links {
	position: relative;
	left: 400px;
	top: 50px;
	width: 250px;
	border-left: solid 2px #999;
	padding-left: 8px;
	color: #75a2e5;
}

#general-links a {
	color: #75a2e5;
}

#general-links a:hover {
	color: #4572b5;
}

#navbar {
	height: 30px;
	width: 700px;
	overflow: hidden;
	margin-bottom: 15px;
}

#navbar-main li {
	display: inline-block;
	float: left;
	padding: 5px 3px 5px 0px;
	font-size: 15px;
}

#navbar-main li a{
	text-transform: lowercase;
	font-variant: small-caps;
	font-family: Gerogia, Serif;
	color: #555;
	padding: 0px 5px;
}

#navbar-main li .selected{
	text-transform: lowercase;
	font-variant: small-caps;
	font-family: Gerogia, Serif;
	color: #000;
	background-color: #c8d3fd;
	padding: 0px 5px;
}

#navbar-main li a:hover{
	color: #000;
	background-color: #c8d3fd;
}


/*ACTUAL CONTENTS*/

#thumb-menu-inner {
	line-height: 0px;
}

#thumb-menu-inner li {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}

#cont1 {
	float: left;
	width: 800px;
	position: relative;
	right: 600px;
}

#cont2 {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.thumbbar {
	width: 200px;
	float: left;
	position: relative;
	left: 600px;
}

.thumbbar img {
	width: 60px;
	height: 60px;
}

#thumb-menu {
	float: left;
}

#prev-next {
	float: left;
	clear: both;
	background: #eee;
	width: 186px;
	margin-top: 7px;
	font-weight: bold;
}

#prev-next a {
	color: #555;
}

#prev-next a:hover {
	color: #75a2e5;
}

#prev {
	float: left;
}

#next {
	float: right;
}

#footer {
	float: left;
	clear: both;
	width: 186px;
	margin-top: 10px;
	font-size: 9px;
	line-height: 12px;
}

.content {
	width: 600px;
	float: left;
	position: relative;
	left: 600px;
}

#image-title {
	font-weight: bold;
	margin-top: 17px;
	color: #75a2e5;
	width: 500px;
}

#image-description {
	margin-top: 3px;
	width: 500px;
	font-size: 11px;
	line-height: 13px;
}

.biotext {
	font-size: 14px;
	line-height: 18px;
	width: 450px;
}