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

#container {
	text-align: center;
	width: 944px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer {
	text-align: center;
	width: 904px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

#footer a, a:active, a:visited {
	color: #ff3366;
	text-decoration: none;	
}

#footer a:hover {
	color: #ff3366;
	text-decoration: underline;	
}
.white {
	height: 125px;
	text-align: center;
	width: 288px;
}

body {
	background-image: url(images/background.gif);
	background-repeat: repeat;
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 16px;
	line-height: 20px;
}
a, a:active, a:visited {
	color: #ff3373;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: normal;
	font-size: 24px;
	text-align: left;
}

a:hover {text-decoration: underline;}
p {
	text-align: left;
}

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