body {
	font-family: arial, sane-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(../2DExplore/textures/grass1.png)
}

a {
	color: #5480C0;
}

#content {
	width: 800px;
	margin: 20px auto;
	padding: 10px 30px;
	background-color: white;
	border-radius: 10px;
}

#header {
	background-image: url(../images/backs/header_bg2.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height: 130px;
}

#header-content {
	width: 800px;
	margin: auto;
	padding: 30px;
}

h1 {
	float: left;
	display: inline;
	margin: 0px 30px 7px 0px;
	color: #E1E1C8;
	font-weight: normal;
}

h1 a {
	color: #E1E1C8;
	text-decoration: none;
}

h2 {
	font-size: 1.7em;
	border-bottom: 1px solid #5C5C5C;
	color: #5C5C5C;
}

#tagline {
	color: #E1E1C8;
	font-size: 0.8em;
	padding-top: 18px;
}

#navbar {
	height: 40px;
	width: 630px;
	list-style-type: none;
	padding: 0px;
	margin: 20px auto 0px;
	clear: both;
	font-size: 1.3em;
}

#navbar li {
	float: left;
	display: inline;
	padding: 0px 20px;
	line-height: 24px;
	height: 28px;
	margin-top: 12px;
	text-align: center;
	font-size: 0.8em;
	border-right: 1px solid #42453D;
}

#navbar li.end {
	border: none;
}

#navbar a {
	color: white;
	text-decoration: none;
}

#navbar a:hover {
	color: #E1E1C8;
}

div.item {
	clear: both;
	margin-bottom: 40px;
	border-bottom:	1px dashed black;
	padding: 0px;
}

div.item div.detail{
	clear: both;
	margin: 0px 0px 0px 0px;
}

div.item img.imgrow {
	display: block;
	float: left;
	margin: 5px;
	border: 1px solid black;
	max-height: 175px;
	max-width: 250px;
	margin-bottom: 10px;
}

div.item p {
	clear: both;
}

div.detail iframe {
	display: block;
	margin: auto;
}

img.feature, img.oddfeature {	
	display: block;
	margin: auto;
	border: 2px solid #5C5C5C;
}

div.feature {
	width: 616px;
	height: 206px;
	margin: 10px auto;
	border: 2px dashed #5C5C5C;
	font-weight: bold;
	text-align: center;
	line-height: 200px;
	font-size: 2em;
}

img.oddfeature {
	float: right;
	margin: 0px 0px 10px 10px;
}

div.artnote , div.oddartnote{
	font-size: 0.7em;
	float: left;
	display: inline;
	clear: left;
	color: #5C5C5C;
	margin: 0px 10px 10px 0px;
}

div.oddartnote {
	float: right;
	clear: right;
	margin: 0px 0px 10px 10px;
}

div.item h3 {
	margin-bottom: 5px;
}

div.item h3 a{
	color: black;
	text-decoration: none;
}

div.item h3 span {
	font-size: 0.8em;
	font-weight: normal;
	color: #5C5C5C;
}

div.stats {
	color: #98AA66;
	font-weight: bold;
	font-size: 0.8em;
}

p.role {
	font-weight: bold;
	font-size: 0.8em;
	margin-top: 5px;
}

div.clear {
	clear: both;
}

div.links {
	font-size: 0.8em;
	color: #98AA66;
	font-weight: bold;
	margin-bottom: 10px;
}

a.moreinfo {
	font-size: 0.8em;
}

#footer {
	height: 40px;
	background-image: url(../images/backs/footer_bg.jpg);
	position: fixed;
	text-align: center;
	color: white;
	line-height: 40px;
	font-size: 0.8em;
	clear: both;
	bottom: 0px;
	width: 100%;
}

#footer a {
	color: white;
}

a.backlink {
	float: right;
	text-align: right;
	margin-top: 10px;
	font-size: 0.9em;
}

div.subnote {
	font-size: 0.8em;
	position: relative;
	bottom: 10px;
	color: #5C5C5C;
}

div.artworkbox {
	text-align: center;
	margin-bottom: 20px;
}

#construction {
	border: 10px dashed black;
	background-color: #FFFF00;
	color: black;
	font-size: 1.5em;
	text-align: center;
	padding: 10px;
}

div.page-callout {
	position: fixed;
	bottom: 50px;
	right: 0px;
	padding: 10px;
	border: 2px solid gray;
	border-radius: 15px 0px 0px 15px;
	background: white;	
}

.page-callout .title {
	font-weight: bold;
	font-size: 1.1em;
}

#background-seemore {

}

#background-info {
	display: none;
}

#homelist {
	list-style-type: none;
	padding: 0px;
}

#homelist li {
	display: block;
	float: left;
	width: 240px;
	margin: 8px;

}

#homelist li img {
	display: block;
	margin: 0px auto 10px;
	max-width: 240px;
	border: 1px solid black;
}

#homelist li h3 {
	margin: auto;
	text-align: center;
}