body
{
	background-color: #fff;
}

body, p, blockquote, li, h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Grande", Tahoma;
	font-size: 11px;
	line-height: 15px;
	text-align: left;

}

blockquote
{
	margin-left: 10px;
	margin-right: 0px;
}

#right p, #left p
{
	line-height: 15px;
	font-size: 11px;
}

#left p
{
	text-align: right;
}

#head
{
	text-align: center;
	height: 100px;
}

#container
{
	position: absolute;
	top: 50px;
	left: 253px;
       width: 300px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

#left
{
	float: left;
	width: 150px;
	\width: 150px;
	w\idth: 150px;
	margin-right: 5px;
	padding-top: 100px;
}

#center
{
	padding-top: 5px;
	text-align: left;
}

#right
{
	float: right;
	width: 150px;
	margin-left: 5px;
	padding-top: 100px;
}

#foot
{
	clear: both;
	margin-top: 5px;
	text-align: center;
}

a
{
	color: black;
	text-decoration: none;
	//border-bottom: 1px black solid;
}

#right a, #left a
{
	border: 0px;
	color: #C00;
}

h3
{
	font-weight: strong;
}



.caps
{
	letter-spacing: 0.1em;
	font-size: 10px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}