body {
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background: url(images/fabric.bkdrp1.jpg);
	}

a:link {color: #0448af; }
a:visited {color: #0448af; }
a:hover {color: #0448af; }

img.left {float: left; padding-right: 5px; padding-bottom: 5px;}




#mainContainer {
	width:768px;
	margin: auto; /* funny little bug requires this */
    margin-top: 50px; 
	padding: 0;
	text-align:left;
	background: #ffffff; 
	border: 2px solid black;	
	}
	

/* Below begins our header styles */
	
#header { 
    width: 768px;
	background: #003366;
	color: white; 
	padding: 10px;
	}

#header h1 {
    font-size: 1.8em;	
	}

/* Below begins our content styles */

#content { 
    padding: 10px; 
	}
	

/* Below begins our footer styles */
	
#footer {
    width: 768px;
	background: #003366;
	color: white;
	text-align: center;
	padding: 10px;
	}
	

	
