body {
	background-image: url(background.jpg);
	color: #eef;
	font-family: Palatino Linotype, Times, Serif;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

img.thumbbottom {
	vertical-align: bottom;
	margin: 0 .5em .5em .5em;
}

img.thumbtop {
	vertical-align: top;
	margin: .5em .5em 1em .5em;
}

h1 {
	color: #fdc;
	text-align: left;
	font-family: Lucida Sans Unicode, Tahoma, Verdana, Arial Narrow, Sans-Serif;
	font-size: 36px;
	padding-top: 0px;
	margin-top: 1em;
}

h2 {
	margin: 1em 0 2em 0;
	text-align: center;
	color: #fff;
}

p.comment {
	clear: left;
	font-size: 20px;
	font-weight: bold;
	margin-top: .5em;
}

span.previous {
	text-align: left;
	padding: 1em;
}

span.details {
	font-size: 80%;
	font-weight: normal;
}

div.thumbnail {
	width: auto; /* 220px; */
	height: 275px;
	float: left;
	text-align: center;
	padding: .5em 2em .5em 2em;
}

div.toppadding {
	margin-top: 200px;
}

div#navbar {
	color: #003;
	position: absolute;
	background-image: url(background.gif);
	background-position: left;
	background-repeat: repeat-x;
	top: 0px;
//	left: 0;
	right: 0px;
	width: 100%;
	height: 60px;
	text-align: center;
	margin: 0;
	padding: 0;
}

div#content {
	position: absolute;
	top: 61px;
	left: 15px;
	width: 97%;
	font-size: 150%;
}

div#horizon {
	color: white;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: hidden;
	display: block
}

div#logo {
	position: absolute;
	visibility: visible;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 301px;
	margin-left: -300px;
	margin-top: -150px;
} 

img#portrait {
	position: relative;
	margin: 0 1em .5em 0;
	top: -275px;
	left: 250px;
}

img.square {
	margin: 20px;
}

div#squares {
	position: relative;
	left: -50px;	
}

div#whatsnew {
	padding-top: 1em;
	font-size: 18pt;
}

div#footer {
	position: absolute;
	bottom: 20px;
	left: 5px;
	width: 97%;
	font-size: smaller;
	margin-top: .5em;
	text-align: center;
}

img#bottomcorner {
	position: absolute;
	bottom: 2px;
	left: 4px;
}

ul#navlinks {
	position: relative;
	bottom: 0px;
	padding: 0 2em 0 2em;
	margin: 0 0 0 0;
	text-align: center;
}

li {
	display: inline;
	padding: 0 0 0 0;
	border: 0px solid #000;
	font-size: 80%;
}

a {
	color: #ccf;
}

a:visited {
	color: #fdf;
}

a:hover {
	color: #fff;
}

a.navlink {
	color: #002;
	letter-spacing: .1pt;
	font-family: Comic Sans MS, Comic Sans Serif, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
}

a.navlink:visited {
	color: #954;
	text-decoration: none;
}

a.navlink:hover {
	color: #157;
	text-decoration: underline;	
}

.center {
	text-align: center;
}

.right {
	float: right;
	width: 50%;
	text-align: right;
}

.floatright {
	float: right;
	margin: 1em 4em 1em 1em;
}

#centerblock {
	margin-top: 5em;
	text-align: center;
}




/**div, span, p, ul, img {
	border: 1px solid #faa;
} **/

