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

#container {
	text-align: center;
	width: 654px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	border: 10px solid #CCC;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}



body {
	background-image: url(images/background.gif);
	background-repeat: repeat;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 16px;
	line-height: 20px;
}
a, a:active, a:visited {
	color: #3fbbcd;
	text-decoration: none;
	font-size:12px;
}


a:hover {text-decoration: underline;}


hr {
   border:0px; border-top:1px dashed #999999; height:0px;
}


#footer {
	margin: 10px auto 0 auto;
	text-align: center;
	font-size: 12px;
}
