A:link {color: #e91d00;}
A:visited {color: #ffff23}
A:active {color: #e91d00}
A:hover {color: #ffff23;}

body  {
	background-color:#000000;
	}

#main  {
	position:relative;
	width:700px;
	margin: auto;
	}

#top  {
	position:relative;
	width:700px;
	height:300px;
	background: url('top8.jpg') no-repeat;
	}

#menu  {
	position:relative;
	width:700px;
	height:25px;
	margin: 0 0 0 0;
	background: url('menu.jpg') repeat-x;
	}

#body  {
	position:relative;
	width:700px;
	margin: 0 0 0 0;
	}

#sidebar  {
	float:right;
	width:10em;
	margin:1em 0 0 0;
	padding:3px;
	}

#sidebar h2  {
	text-align:left;
	clear:both;
	padding:0 0 0 1.5em;
	color:#ffff23;
	background-color:#e91d00;
	font-style: italic;
	font-size: 14px;
	}

#content  {
	clear:left;
	text-align:left;
	margin:1.2em 10.5em 0 0;
	padding:1em 1ex 1em 1.5ex;
	}

#content h2  {
	text-indent:30px;
	color:#ffff23;
	background-color:#e91d00;
	font-size: 20px;
	}


#footer {
	border-top:1px solid #BC2601;
	padding-top:0px;
	text-align:center;
	width:90%;
	margin:auto;
	font-size: 10px;
	}


h1  {
	color: #BC2601;
	font-size:40px;
	position: relative;
	top: 50px;
	left: 100px;
	font-style: italic;
	}



legend  {
	color:#BC2601;
	}

p  {
	color:#BC2601;
	}