#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/headerbgnotext.png);
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 112px;
}
#nav {
	width: 800px;
	margin: 5px auto;
	background-color:#415485;
	text-align: center;	
}
#container {
	width: 843px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(images/bgshadow.png);
}

#main	{
	width:790px;
	margin:auto;
	overflow:hidden;
	clear: both;
	background-color:#FFFFFF;
	padding: 5px;
	}
#bottom	{
	width: 816px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/bottomshadow.jpg) no-repeat center bottom;
	height: 18px;

	}
#addy	{
	width:800px;
	font-size: .9em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.black {
	color: #000000;
}
.bold {
	font-weight: bolder;
}
.center	{
	text-align:center;
	}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}

.floatright	{
	float:right;
	}
.floatleft	{
	float:left;
	}
