@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #2e3702;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #212C52;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #6F2D2C;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #04086F;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #750209;
}
.smallcaps {
	font-variant: small-caps;
}
#container  {
	width: 780px;
	border: 8px dotted #EDBCEB;
	text-align: center;
	background-image: url(images/feeties.gif);
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30;
	margin-left: auto;
	padding-bottom: 30px;
}
#mainContent  {
	padding: 0 20px; 
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
#menu {
	font-size: 15px;
	height: 20px;
	text-align: center;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin-bottom: 20px;
	border: 1px dotted #6F2D2C;
}
#menu a{
	color: #888;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu a:hover {
	color: #a00;
}

