p{
	margin: 10px;
	font-family: Arial;
	margin-top:15px;
}
body {
	margin-top: 0;
	background-color: #650831;
	background-image: url(../images/body.jpg);
	background-repeat: auto;
	background-position: auto;
	background-attachment: stretch;	
}
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: 120px;
	padding: 0;
	margin: 0;
	background-image: url(../images/soul1.jpg);
}
.pagetitle1{
	width: 800px;
	height: 30px;
	background: #1068ae;
	clear: both;
}
.logo {
    text-decoration:none;
    border:0;
    width : 155px;
    height: 120px;
    padding-top : 0;
    background-image: url(../images/logos.png);
	background-repeat: no-repeat; 
	background-color: #000;
}
.logo a {
	display: block;
    height: 100px;
}
#container {
	width: 800px;
	height: auto;
	border: 2px solid #2d3c4d;
	margin: auto;
	background-color: #a2a0dd;
}
.content1{
	color: #000;
	width: auto;
	background-image: url(../images/head.png);
}
.content2{
	color: #000;
	margin-left: 300px;
}
#footer{
	width: 800px;
	height: 30px;
	background: #f5c81c;
	clear: both;
	border-top: 3px solid #a0a3a5;
}
.footertxt{
	color: #000;
	text-align: center;
	padding: 10px;
	font-family: comic sans ms;
}

/*Begin top menu*/
ul#top-menu{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 800px;
}
ul#top-menu li{
	display: inline;
}
ul#top-menu li a{
	text-decoration: none;
	padding: 10px;
	width: 140px;
	background:#f5c81c;
	color: #000;
	float: left;
	text-align: center;
	font-family: arial;
	font-size: 14px;
	border-bottom: 3px solid #a0a3a5;
}
ul#top-menu li a:hover{
	background: #cf1920;	
	font-family: arial;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
/*End of top menu*/






