body {
		margin: 0px;
		padding: 0;
		text-align: center;
		}

.p1 {
		font-family: Arial Black, Arial, sans-serif;
		color: #fff;
		font-size: 28px;
		text-align: left;
		margin: 0px 0px 0px 5px;
		}

.p2 {
		font-family: Arial Narrow, Arial, sans-serif;
		color: #fff;
		font-size: 18px;
		text-align: justify;
		margin: 5px;
		}

.p3 {
		font-family: Arial, sans-serif;
		color: #fff;
		font-size: 12px;
		text-align: justify;
		text-indent: 50px;
		margin: 5px;
		}

.p4 {
		font-family: Arial, sans-serif;
		color: #FFF;
		font-weight: bold;
		font-size: 14px;
		text-align: left;
		text-indent: 50px;
		margin: 5px;
		}

ul {
		font-family: sans-serif;
		list-style-type: square;
		text-align: left;
		color: #fff;		
		}

hr {
		color: #fff;
		background-color: #000;
		width: 100%;
		margin: 0px;
		height: 1px;
		}

.imageholder {
		float: left;
		padding: 5px 7px 5px 0px;
		}

a:link {
		color: #AB0303;
		text-decoration: none;
		}

a:visited {
		text-decoration: none;
		color: #800000;
		}

a:hover {
		text-decoration: underline;
		color: #800000;
		}

a:active {
		text-decoration: none;
		color: #AB0303;
		}

#header {
		position: relative;
		top: 10px;
		height: 248px;
		padding:1;
		}

#body {
		background-color: #000;	
		}

	#main {}

		#contentheader {}
	
		#content {
				position: relative;
				padding: 5px;
				top: 12px;
				width: 508px;
				text-align: left;
				border: 2px solid #000;
				margin-left: auto;
				margin-right: auto;
				}

		#contentfooter {}

	#linkbar {}

		#menu {
				position: relative;
				top: 12px;
				width: 550px;
				margin-left: auto;
				margin-right: auto;
				}

#footer {
		position: relative;
		height: 73px;
		top: 20px;
		background: transparent url(footer.png) bottom no-repeat;
		padding:0;
		}