html, body {
	margin: 20;
	padding: 0;
	background-color: #BAF4F1;
	background-image: url(./color.jpg);
	color: #000;
	}

a {
color: #00f;
}

a:visited {
color:#00b
}

#footer {
position:relative;
background-color: transparent;



color: #006;
padding: 0px;



clear: both;
float: none;

}
	
#bottom {
background-color: transparent;
font-family:  eurostile, verdana, sans-serif;
color: #006;
font-size: 0.6em;
text-align: right;
padding: 5px;
}

#bottom>ul {
display:inline;
padding: 0px;
margin: 0px;
border: 0px;
list-style:none;
}

#bottom>li {
display:inline;
border: 0px;
padding:0px;
list-style: none;
}

#nav {
	width: 175px;
	float: left;
	margin-left: -1px;
	height: 1000px;
	color: #000;
	font-family:  eurostile, sans-serif;
	}

#banner {
	font-family:  eurostile, sans-serif;
}
	
	
#content {
	padding: 10px;
	margin-left: 30px;
	margin-right:30px;
	color: #006;
	}

.item {
	margin-left: 100px;
	border-bottom: 1px dashed #00f;
	margin-bottom:30px;
	}

#header {
	color: #006;
	border-bottom: 1px solid #006;
	margin-left: 10px;
	margin-bottom: 0px;
	}

	
#footer {

	clear: both;
	}

#links {
	color: #006;
	font-size: 11px;
	}

#bottom {
	color: #006;

	font-size: 11px;
	text-align: right;
	}


.spacer {
	clear: both;
	}

.divider {
             align;center;
             text-align:center;
	}
	
h1 {
	margin-top: 0px;
	font-family:  eurostile, sans-serif;
	font-size:medium;
	background-color: #BAF4F1;
	}
h1 a {text-decoration:none;}

span.posterhider {text-decoration:none; color:#006;}


.big {
font-size:30px;
}

p {
	padding: 5px;
	font-family:  eurostile, sans-serif;
	}

h4 {
	padding: 10px ;
	font-family:  eurostile, sans-serif;
	font-weight:bold;
	background-color: #BAF4F1;
	}

.replaced-h1 h4 {
	padding: 0px ;
	}

.date {
	font-style: italic;
	font-family:  eurostile, sans-serif;
	font-size: small;
	text-align: right;
         margin: 20px 0px 0px 0px;
	}


.caption {
	font-size: x-small;
	font-weight: normal;
	font-family:  eurostile, sans-serif;
	}

.comments {
	font-size: small;
	padding-bottom: 30px;
	margin-top: 0px;
	font-family:  eurostile, sans-serif;
	text-align:right;
	}


/* This goes in the stylesheet to hide the browser text before it is replaced */

html.hasFlash .replace	{
	visibility: hidden;
}

