﻿@import url("layout.css");
body {
	font-family: Georgia, Verdana, Trebuchet;
	background-repeat: repeat;
	background-color: #BC125C;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
	border: 2px solid #8c8c8c;
	text-align: center;
}
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
}
#column_l {
	width: 747px;
	padding: 15px;
	background-color: #fff;
	text-align: center;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
/* Navigation */

/* Right Column */
/* Site typography */
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	padding: 0px;
	margin: 0px;
	font-size: medium;
	color: #BC125C;
	text-align: center;
}
p {
	font-size: small;
	color: #000;
}
/* Footer */
/* Links */
a:hover {
	color: #9c9;
	text-decoration: none;
}

