<style type="text/css">
html {
	margin: 0;
	padding: 0;
	}

body{
font: 75% georgia, sans-serif;
line-height: 1.88889;
color: #555753;
margin:0;
padding:0;
line-height: 1.5em;
background-image: url('images/bg.jpg') ;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 747px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-image: url('images/bg1.jpg') ;
}

#topsection{
float: left;
width: 747px;
height: 229px; /*Height of top section*/
background-image: url('images/topbanner.jpg') ;
background-repeat: no-repeat
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 265px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 258px; /*Width of left column*/
margin-left: -747px; /*Set left margin to -(MainContainerWidth)*/
background-image: url('images/am1.jpg') ;
}

#footer{
clear: left;
width: 747px;
color: #000000;
text-align: right;
padding: 2px 0;
background-image: url('images/footerbg.jpg') ;
}

#footer a{
color: #000000;
}

.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

h4 {
letter-spacing: 0.2cm;
color: #997e53;
text-decoration: underline;
}

#quickSummary {
	clear:both; 
	margin: 5px 15px 5px 5px; 
	width: 200px; 
	float: left;
	}

#quickSummary p {
	font: italic 15pt/22pt georgia; 
	text-align:center;
color: #2c1106;
	}

#quickSummary1 {
	clear:both; 
	margin: 5px 15px 5px 5px; 
	width: 400px; 
	float: left;
	}

#quickSummary1 p {
	font: italic 15pt/22pt georgia; 
	text-align:center;
color: #2c1106;
	}

a:link { font-family: verdana; arial; font-size: 10pt; color: #9e8966; text-decoration: none}
a:visited { font-family: verdana; arial; font-size: 10pt; color: #9e8966; text-decoration: none}
a:hover { font-family: verdana; arial; font-size: 10pt; color: #9e8966; text-decoration: underline}
a:active { font-family: verdana; arial; font-size: 10pt; color: #9e8966; text-decoration: underline}

ul.square {list-style-type: square}

</style>