<style type="text/css">

body{
margin:0;
padding:0;
line-height: 1.5em;
background-color:#fff;

}
A:link    {color:#430302; }
A:hover   {color:#430302;  }
A:active  {color:#430302;  }
A:visited {color:#430302;  }

strong{font-size: 105%;}
em{color: red;}
h1 {font-size:1.10em;
		margin-bottom: 2px;
		margin-top: 5px;}
		
h2 {font-size:1.05em;margin-bottom: 2px;}
h3 {font-size:.90em;margin-left: 70px;}

#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color:#ebe3d1;
background-image: url(graphics/middle_back.gif);
background-repeat:repeat-y; 
border-right:#430302 solid 1px;
border-left:#430302 solid 1px;

}

#topsection{
background-image:url('graphics/american_plaza3.gif'); 
background-color: #EAEAEA;
height: 126px; /*Height of top section*/

}

#topsection h1{
margin: 0;
padding-top: 85px;
text-align:center;
color:white;
font-size: 1em;
}

.innertube li {line-height:1.5em;}



#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 270px 0 290px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/

font-family:Georgia,'Bookman Old Style',Garamond,'Times New Roman',serif;
font-size:medium;
}

#leftcolumn{
float: left;
width: 270px; /*Width of left column in pixel*/
margin-left: -1000px; /*Set margin to that of -(MainContainerWidth)*/
background:;
border: 0px solid black;
padding: 2px;
}


#rightcolumn{
float: left;
width: 300px; /*Width of right column*/
margin-left: -300px; /*Set left margin to -(RightColumnWidth)*/
background:;
border: 0px solid black;
}

#footer{
clear: left;
width: 100%;
background: #430302;
color: #FFF;
text-align: center;
padding: 4px 0;
font-size: smaller;
}

#footer a{
color: #ffffcc;
}

.innertube{
margin: 0px 20px 20px 20px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;

}

</style>
