html	{
	height: 101%;
}

a	{
	color: 000000;
	text-decoration: none;
}

a:hover	{
	color: #666666;
}

body	{
	background-image : url(../images/bgnd.gif);
	background-repeat : repeat-x;
	background-color : White;
	background-position : top;
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: 666666;
	margin-left: 20px;
	margin-right: 30px;
}

.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: Black;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.footer	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	text-align: center;
	margin-top: 15px;
	letter-spacing: 1px;
}

.quotes	{
	font-family: Georgia, "MS Serif", "New York", serif;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	text-align: right;
	font-style: italic;
	margin-right: 20px;
	margin-left: 30px;
}