a:link{
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
	}
a:visited{
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
	}
a:hover{
	text-decoration: underline;
	color: #ffffff;
	background-color: transparent;
	}
table{
	border-collapse: separate;
	font-family: arial, sans-serif;
	text-align: left;
	}
.title {
	font-family: Times New Roman, serif; 
	font-size: 18px;
	color: #fdcf7a;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 2px;
	}
body{
	background-color: #000000;
	margin: 0px;
	}
#container {
	width: 600px;
	margin: 0 auto;
	}
#header {
	width: 100%;
	padding-top: 15px;
	height: 355px;
	margin: 0 auto;
	}
#content {
	width: 580px;
	text-align: justify;
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding: 9px;
	border: 1px solid #000000;
	color: #f3c775;
	background: #8b1900;
	margin: 0 auto;
	}
#footer {
	clear: both;
	}
img {
	border: 0px none;
	}
i {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 11px;
	font-style: italic;
	color: #fb8823;
	}