
body
{
/*display : block;
background : #036;*/
	font-size: 80%;
	font-family: verdana, sans-serif;
}



ul#horizontal_nav
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	background: #036;
	float: left;
	width: 100%;
	text-align:center;
	vertical-align:middle;
}


ul#horizontal_nav li
{
	display: inline;
	color: #fff;	
	
}



ul#horizontal_nav a
{
	display: block;
	float: left;
	padding-right:1.5em;
	padding-left:1.5em;
	text-decoration: none;
	color: #fff;
	background: #036;
	border-right: .1em solid #fff;
}



ul#horizontal_nav a:hover
{
	color: #000;
	background: #69c;
	
}

ul#horizontal_nav #current_page a/*just added--target for deletion*/
{
        color:#333;
        background:#69c;
}


/*
div.clear
{
clear:left; 
}
*/
#top_portion
{
        /*display:block;
	background:#ff0; */
	/*margin: 0 auto;*/
	margin-top:.5em;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	width : 57em; /*was 750px*/
	height :auto;	
		
}

div.thumbnail
{
	
	display: block;
	background:#036; 
	/*color:#ff0;*/
	margin-top: 2em; 
	margin-left: 0; /*was .3em*/ 
	/*border: 2px solid #0000ff;*/
	height: 19em; /*was 20em*/
	width: 19em; /*was 19em*/
	float: left;
}


div.thumbnail img
{
	
	/*margin:2em;*/
	margin: 1.3em 2em 2em 1.4em;
	padding:.2em; /*was .1em*/
	border:.3em solid #fff /*was .1em and color was 777*/
	
}

div.thumbnail p
{
 	position:relative;
	top:-2em;
        text-align:center;
	color:blue;
}


#content 
{
	float: left;
	margin:0 auto;
	width:auto;
}

#content h1
{
position:relative;
top:1em;
text-align:center;
text-transform:uppercase;
padding-top:1em;

}

#content h2
{
	padding: .5em;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

#content p
{
	text-align: left;
	position:relative;
	top:-.5em;
	
}



#footer
{
	clear: both;
	background: #387A9B;
	color:#fff;
	padding:5px 10px;
	text-align: right;
	font-size: 80%;
}

