/* CSS Document */

body	{
	background-color:#e4cd7c;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p	{
	color:#333333;
	background-color:#e4cd7c;
}
a:link	{
	color:#9f1322;
	background-color:#e4cd7c;
	text-decoration:underline;
}
a:active{
	color:#9f1322;
	background-color:#e4cd7c;
	text-decoration:underline;
}
a:visited	 {
	color:#9f1322;
	background-color:#e4cd7c;
	text-decoration:underline;
}
a:hover	{
	color:#e4cd7c;
	background-color:#9f1322;
	text-decoration:none;
}
ul li	{
	text-decoration:none;
	list-style:none;
	color:#9f1322;
	background-color:#e4cd7c;
}
#container	{
	position:absolute;
	left: 50%;
	margin-left: -390px;
	width:780px;
	padding:5px;
	border:#e4cd7c solid .3em;
	color:#333333;
	background-color:#e4cd7c;
	z-index:1;
}

#header	{
	margin:0px;
	padding:0px;
	text-align:center;
	height:100px;
	color:#9f1322;
	background-color:#e4cd7c;
}
#header h1	{
	color:#9f1322;/*#B70000;*/
	background-color:#e4cd7c;
	font-size:3.25em;
	font-family:papyrus, Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
	text-align:center;
}
#img_logo	{
	padding:0px;
	margin:0px;
}

#content	{
	text-align:center;
	padding:0px 5px 0px 5px;
	color:#333333;
	background-color:#e4cd7c;
}
