p{
	margin: 10px;
	font-family: Arial;
	margin-top:15px;
}
body {
	margin-top:0;
	background-color: black;
	background-image: url(../images/bg1.png);
	background-repeat: no-repeat;
	background-position:right bottom;
	background-attachment: fixed;
}
h3{
	font-size: 18px;
	font-weight:bold;
	float:left;
	margin-left: 10px;
	padding: 0;
	margin-top: 3px;
}
.imgformatleft{
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}
.imgformatright{
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	float: right;	
}
#header{
	width: 800px;
	height: 200px;
	padding: 0;
	margin: 0;
	background-image: url(../images/thelegend.gif);
	background-repeat: no-repeat; 
}
.pagetitle1{
	width: 800px;
	height: 30px;
	background: #555323;
	clear: both;
}
.logo {
    text-decoration:none;
    border:0;
    width : 331px;
    height : 114px;
    padding-top : 0;
}
.logo a {
    display : block;
    height : 114px;
}
#container {
	width: 800px;
	height: auto;
	border: 2px solid magenta;
	margin: auto;
	background-image: url(../images/logo2.gif);
	
}
.content1{
	color: #000;
	width: auto;
}
.content2{
	color: #000;
	margin-left: 300px;
}
#footer{
	width: 800px;
	height: 30px;
	background: #f5c81c;
	clear: both;
	border-top: 3px solid #555323;
}
.footertxt{
	color: #000;
	text-align: center;
	padding: 10px;
}

/*Begin top menu*/
ul#top-menu{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 800px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat; 
}
ul#top-menu li{
	display: inline;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat; 
}
ul#top-menu li a{
	text-decoration: none;
	padding: 10px;
	width: 140px;
	color: #000;
	float: left;
	text-align: center;
	font-family: arial;
	font-size: 14px;
	border-bottom: 3px solid #555323;
	background: #cf1920;	
}
ul#top-menu li a:hover{
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat; 
	font-family: arial;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
/*End of top menu*/






