body {
		margin: 0;
		padding: 0;
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		background: #CCFFFF;
		float: left;
}

a:link, a:visited, a:active {
		color: #000000;
		text-decoration: underline;
}

a:hover {
		font-weignt: bold;
		text-decoration: underline;
}

img {
		border: none;
}

#layout {
	width: 725px;
	margin:0 auto;
	float: left;

}

#layoutheader {
	width: 725px;
	height: 150px;
}


#layoutfooter {
	width: 725px;
	height: 100px;
	background:  url(webimages/bottom_yellow.jpg) top no-repeat;
}

#layoutfootertext {
	line-height: 100px;
	text-align: right;
	width: 675px;
}

#layoutbody {
	width: 725 px;
	background: url(webimages/middle_body.jpg) top repeat;
	overflow: auto;
}

#navbar {
	width: 200px;
	}

#whitespace {
	width: 510px;
	float: right;
}

#whitespacetext {
	width: 460px;
	float: left;
}

#whitespacepics {
	text-align: center;
	float: left;
	width: 460px;
}
