body
{
	font-family: georgia, times, times new roman, serif;
	font-size: large;
	color: #333;
	margin: 0;
	padding: 10px 0 0 0;
	background: #151F4C;
	min-width: 880px;
}

#wrapper
{
	background: #fffffe;
	margin: 0 auto;
	width: 810px;
	padding: 12px 20px 12px 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

#header
{
	background-color: #FFFFFE;
	background-image: url(hdr.gif);
	height: 140px;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}

#nav
{
	padding-bottom: 15px;
	padding-left: 20px;
}

#nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li
{
	display: inline;
	margin: 0;
	padding: 0 10px 0 0;
}

#main
{
	background: #E4D430;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	float: left;
	width: 485px;
	padding: 0px 0px 0px 5px;
	min-height: 500;
}

#main hr { max-width: 80%;}

#sidebar
{
	background: #fffffe;
	background-image: url(phono2.gif);
	background-repeat: no-repeat;
	float: right;
	width: 305px;
	min-height: 500px;
}

#footer
{
	background: #fffffe;
	clear: both;
	text-align: center;
	font-size: xx-small;
	padding-top: 8px;
	padding-bottom: 8px;
}

#main p
{
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1.2em;
}


#main .addy
{
	margin-left: 50px;
	font-weight: bold;
}

#main .blurb {font-style: italic;}
#main .blurb a {font-style: normal;}


A:link
{
	color: #151F4C;
	font-weight: bold;
	text-decoration: none;
}

A:visited
{
	color: #151F4C;
	font-weight: bold;
	text-decoration: none;
}

A:hover
{
	color: #151F4C;
	font-weight: bold;
	text-decoration: underline;
}

A:active
{
	text-decoration: underline;
	font-weight: bold;
	color: 151F4C;
}
