body { text-align: center; } /* center on ie */
 

h1 {                                                          
        font-family: arial, sans-serif;
		color:#000;
		font-size: 15pt;
		font-weight:bold;
  		text-transform: uppercase;	
		padding: 3px; 
        margin: 0px;
	}

h2 {                                                          
        font-family:verdana, arial, sans-serif;
		color:#fff;
		font-size: x-small;
		font-weight:bold;
  		text-transform: uppercase;	
		padding-top: 10px; 
	}

A:link { text-decoration: underline;}

A:hover { text-decoration: underline; color: #777;}

A:visited { text-decoration: underline; color: inherit; }



#container {
	position: relative;
	margin: 0 auto; /* center on everything else */
	margin-top: 4px;
        padding: 0px;
	width: 800px;
	text-align: left;
	}


#top { 
	height: 30px; 
	width: 800px;
	float: left;
	background-image: url("images/outline-top.jpg");
      	background-repeat: no-repeat;
      	background-position: left bottom;
	}

#leftside {
      	margin: 0px;
      	width: 312px;
      	height: 500px;    
      	float: left;
      	background-image: url("images/leftborder.gif");
      	background-repeat: repeat-y;
      	background-position: 11px 0px;  
	}
 

#leftsidetop {
	margin: 0px;
      	width: 312px;
      	height: 138px;    
      	float: left;
      	background-image: url("images/logo.jpg");
      	background-repeat: no-repeat;
      	background-position: 0px 0px;  }




#middle {
      	margin: 0px;
      	padding: 0px;
		width: 110px; 
		height: 510px;
		float: left;
		background-color: #ccc;
}

#rightside  {
      	margin: 0px;
      	width: 372px; 
		height: 510px;
      	float: left;
        background-image: url("images/rightborder.gif");
        background-repeat: repeat-y;
        background-position: right;
	}


.middle-bottom {
      	padding: 0px;
        margin: 0px;
        width: 110px;

}

#randomfacts {
        float: left; 
        width: 250px; 
        margin: 0px 0px 0px 50px;
		padding: 0px;
 		}

#randomfactstitle {
        float: left; 
        height: 22px;
        width: 250px;
        margin: 0px;
	padding: 0px;
        text-align: right;
        background-image: url("images/fact-header.jpg");
      	background-repeat: no-repeat;
      	background-position: 80px 5px;
        }

		
#randomfactstop {
        float: left; 
        height: 10px;
        width: 250px;
        margin: 0px;
	padding: 0px;
        background-image: url("images/fact-top.jpg");
      	background-repeat: no-repeat;
	background-position: top;
		}

#randomfactsmiddle {
        float: left; 
		width: 250px; 
		margin: 0px;
		padding: 0px;
        background-image: url("images/fact-middle.jpg");
      	background-repeat: repeat-y;
      	background-position: top;}

.randomfactsmiddle {
        margin: 0px;
		padding: 0px 12px 0px 12px;
		font-family: arial, sans-serif;
		font-size: 10pt;
        color: #fff;}

.randomfactsmiddle A:link{

        color: #fff;}

.randomfactsmiddle A:hover{

        color: yellow;}


#randomfactsbottom {
        float: left; 
        height: 20px;
		width: 250px;
        margin: 0px;
		padding: 0px;
		font-family: arial, sans-serif;
		font-size: 10pt;
        background-image: url("images/fact-bottom.jpg");
      	background-repeat: no-repeat;
      	background-position: 0% 0%; 
		}



.rightside-bottom {
        float: left; 
        padding: 15px 25px 5px 25px;
	font-family: arial, sans-serif;
        text-align: left;
	font-size: 11pt;
        line-height: 135%;


}


#footer { 
	height: 46px; 
	width: 800px;
	float: left;
	background-image: url("images/outline-bottom.jpg");
        background-repeat: no-repeat;
        background-position: 0% 0%;
	}


.footer {
       
        padding-top: 6px;
	font-family: arial, sans-serif;
        text-align: center;
	font-size: 9pt;
        line-height: 135%;
        color: #fff;}

.footer A:link {
       
        color: white;}


.footer A:hover {
       
        color: yellow;}

