html,body {
	height: 100%;
	margin:0;
	padding:0;
	border: 0;
}



h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 5px 0 0 0;
}



div#container {
	/* position:relative; needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
		
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #848484;
}



#header {
	
}



#navigation {
	text-align: center;
	font-size: 11px;
	height: 27px;
	background-image: url('../images/navigationbg.jpg');
	background-repeat: none;
}

#navigation ul {
	list-style: none;
	padding: 2px 0 3px 0;
	margin: 0;
}

#navigation li {
	display: inline;
	text-transform: uppercase;
	padding: 0 5px 0 5px;
}	
	
	#navigation li:hover {
		height: 26px;
		background-color: #848484;
	}
	
	#navigation a {
		padding: 2px 0 3px 0;
	}
	
	#navigation a:link, #navigation a:visited {
		color: #FFF;
		text-decoration: none;
		
	}
	
	#navigation a:hover {
		text-decoration: none;
	}


#contentcontainer {
	width: 100%;
}


#displaypic_home {
	float: right;
	width: 250px;
}

#displaypic {
	float: left;
	width: 370px;
	height: 100%;
	padding: 0px 15px 0px 0px;
}



#content_home {
	padding: 0 5px 0 15px;
	text-align: justify;
}

#content {
	height: 100%;
	padding: 0 5px 0 0px;
	text-align: justify;
}



#footer {
	border-top: 2px;
}