@charset "UTF-8";
/* CSS Document */



a{
	text-decoration: none;
	border: 0px;
	color: #861e1c;
}

a:hover{
	color: #ab3434;
}

a:active
{
  outline: none;
}

a:focus{
  outline: none;
}



body{
	color: #520c0c;
	background-color: #520c0c;
	background-position: top;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	font-family: Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
}

.center{
	text-align: center;
}

.float{
	float: left;
}

.clear{
	float: left;
	clear: left;
}

.container{
	width: 900px;
	height: 100%;
	margin: auto;
}

.sitelink{
	text-align: center;
	width: 900px;
	height: 100%;
	float: left;
	margin-top: 360px;
}


