body {
	background: black;
	color: white;
        font: 8pt/120% Verdana,Tahoma,Arial, sans-serif;
	margin: 0; padding: 0;
}

.flash	{
	position: absolute;	
	left: 0px;
	top: 0px;
	width: 400px;
	height: 40px;
	text-align: left;
}

.stripe {
	margin: 50px 0 0 0;
	width: auto;
	height: 30%;
	border-top: 1px solid #000099;
	border-bottom: 1px solid #000099;
	text-align: left;
	background: url('http://www.nuclearblender.com/images/isabel2_terra_big2.jpg') no-repeat;

}

.placeholder {
	float: left;
	width: 1px;
	height: 400px;
}
.spacer {
	clear: both;
}

.imageroll {
	margin: 10px 0px 5px 10px;
	width: 175px;
	float: left;
}

.nav {
	margin: 10px 30px 5px 10px;
	float: left;
}

.nav h1 {
        font: 8pt/115% Verdana,Tahoma,Arial, sans-serif;
	margin: 0px 0 5px -5px; padding: 0 0px 0 5px;
}

.nav ul {
        margin: 0; padding: 0;
/*       display: inline; */
        }


.nav li {
/*        display: inline;
        float: right;
*/
        list-style: none;
        margin: 2px 0 ; padding: 0;
}


A:link    { color: #cccccc; text-decoration: none }
A:visited { color: #cccccc; text-decoration: none }
A:hover   { 
	color: black;
	color: white;
	background: #666666;
	background: #000099;
	text-decoration: none;
}

.tagline {
	float: right;
	font-size: 80%;

}

