/* Global settings 
-----------------------------------*/
body {
	margin:0;
	padding:0;
	background-image: url(images/bg-greycircle.gif);
	background-repeat: repeat;
	background-color: #000000;
	text-align:center;
	}

p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #AAAAAA;
	line-height: 1.4em;
	}

p.small {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 1.2em;
	}

p.pullout {
	font-family: Georgia, Times New Roman, serif;
	font-size: 20px;
	line-height: 1.7em;
	}

a {
	color: #FF0000;
}

#container {
	position:relative;
	background:#000;
	width:800px;
	height:540px;
	margin-top:40px;
	margin-right:auto;
	margin-left:auto;
	border:1px solid #ffffff;
	}

/* Home page containers
-----------------------------------*/
#splash1 {
	margin-left:90px;
	margin-top:20px;
	float:left;
	width:300px;
	display:inline;
	text-align:center;
	}
#splash2 {
	margin-right:90px;
	margin-top:20px;
	float:right;
	width:300px;
	display:inline;
	text-align:center;
	}
#splashfooter {
	padding-top:20px;
	clear:both;
	}

/* Containers for content pages (image and text top, nav row, thumbs)
-----------------------------------*/
#content-text {
	width:250px;
	margin-top:30px;
	margin-left:30px;
	margin-right:0px;
	margin-bottom:0px;
	float:left;
	text-align:left;
	display:inline;
	}
#content-img {
	width:498px;
	margin-top:20px;
	margin-right:20px;
	margin-left:0px;
	margin-bottom: 5px;
	float:right;
	text-align:right;
	display:inline;
	}
#content-nav {
	padding-bottom: 10px;
	clear:both;
	}
#content-thumbs {
	clear:both;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	}


/* Image display preferences -- main feature image and thumbs
-----------------------------------*/
#content-img img.main {
	border: 1px solid #cccccc;
	}
#content-nav img {
	border:0;
	}
#content-thumbs img {
	border:0;
	}
#content-thumbs a.thumb {
	padding: 10px;
	background-color: #000000;
	display:block;
}
#content-thumbs a.thumb:hover {
	background-image: url('images/thumb-glow.jpg');
	background-repeat: no-repeat
	}
