a:link {
	color: #d51348;
	text-decoration: none;
}

a:visited {
	color: #d51348;
	text-decoration: none;
}

a:hover {
	color: #d42900;
	text-decoration: underline;
}


body {
	font-family: arial, tahoma, verdana, sans-serif;
	background-color: black;
	padding: 0px;
	margin: 0px;
}

#container {
	background-image: url(../images/header_background.jpg);
	background-repeat: repeat-x;
	background-color: #d790e2;
}

#center_image {
	border: 1px solid #c1c1c1;
}

#content {
	background-color: white;
	padding: 8px;
	font-size: 11px;
	border: 1px solid #c1c1c1;
}

h1 {
	color: #d51348;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h3 {
	color: #d51348;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#footer {
	background-image: url(../images/footer_background.jpg);
	background-repeat: repeat-x;
}

#footer_link {
	font-size: 11px;
	color: #b3b3b3;
}

ul {
	font-size: 11px;
}

#exclusive {
	border: 1px solid #c1c1c1;
	width: 75px;
}

table {
	font-size: 11px;
}