/* Main back ground color of the page */
body {
	background-image:url('../images/bg.jpg');
	background-repeat:repeat-x;
}

/* Spacing between each paragraph */
p {
	margin:0 0 1em 0;
}

/* Footer format */
#footer { 
	text-align:center;
	font-family: arial, "Times New Roman";
	color: blue;
	font-size: 9pt;

	width:95%;
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	margin-bottom: 5px;
 
	border-top-style: solid; 
	border-top-width: 1px; 
	border-top-color: #3399ff;
 
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: #3399ff;
	clear: both;
}

/* Adding bottom bar to even out page */
.bottom {
	width: 100%;
	height:30px;
	background:#F2E8B4;
}

/* Aligning page setup to be centered */
#pagealignm {
	width:1100px;
	margin:0px auto;
	position:relative;
	align:right
	clear:both;
	z-index:1;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

/* Aligning page setup to be centered */
#pagealignhd {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 1000px; 
	height: 140px;
	margin:0px auto;
	position:relative;
	align:center
	clear:both;
	z-index:1;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}
