body
{
	background-color: #fff;
}

p, blockquote, li, h3
{
	font: 11px "Lucida Grande", Verdana, sans-serif;
	line-height: 18px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #555;
}

blockquote
{
	margin-left: 20px;
	margin-right: 0px;
}

#right p, #left p
{
	line-height: 15px;
	font-size: 10px;
}

#left p
{
	text-align: right;
}

#head
{
	text-align: center;
	height: 235px;
        background: url(/images/header.gif) no-repeat center;
}

#container
{
	width: 760px;
	\width: 770px;
	w\idth: 760px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#left
{
	float: left;
	width: 150px;
	\width: 150px;
	w\idth: 150px;
	margin-right: 5px;
	padding-top: 100px;
}

#center
{
	margin-left: 155px;
	margin-right: 155px;
	padding-top: 30px;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
}

#right
{
	float: right;
	width: 150px;
	\width: 150px;
	w\idth: 150px;
	margin-left: 5px;
	padding-top: 100px;
}

#foot
{
	clear: both;
	height: 50px;
	margin-top: 5px;
	text-align: center;
        background: url(/images/footer.gif) no-repeat center;
}

a
{
	color: black;
	text-decoration: none;
	border-bottom: 1px black solid;
}

#right a, #left a
{
	border: 0px;
	color: black;
}

h3
{
	font-weight: normal;
}

h3 a
{
	border: 0px;
	font-weight: normal;
	font-family: Georgia, Times, Serif;
	font-size: 14px;
}

.caps
{
	letter-spacing: 0.1em;
	font-size: 10px;
}

/* Main Navigation */
	
ul#nav { margin: 0 0 20px 0; padding: 0; border: 0; }
ul#nav li { margin: 0;	padding: 0;	border: 0; list-style: none; }
	
a.button{ 
	display: block;
	margin: 0;
	padding: 5px 0 3px 15px;
	border-bottom:  1px solid #EADEB8;
	font: 11px "Lucida Grande", Verdana, "Trebuchet MS", sans-serif;
	text-align: left;
	}

a.button:link, a.button:active, a.button:visited { color: #000;	background:center left no-repeat; }
a.button:hover { color: #000; background: #eee;	}