/*  
The text and pictures on this site are the sole property of 
Jim Forbes and Urban Properties, Inc.
@Copyright 2005 Urban Properties, All Rights Reserved  

If you like this stylesheet and html design, feel free to copy it. 
Several useful CSS references to which I owe some of the 
techniques used here can be found at:
 
        http://www.realworldstyle.com/ - the footer!
        http://www.w3schools.com/
        http://www.alistapart.com/
        http://slideshow.barelyfitz.com/ - the JS slide show
        
Mark Cesare - Web Designer - www.fogalley.com - mcesare@pacbell.net

*/

	
body {
        width: 100%;
        font-family: arial, "Heisi Mincho W3", Symbol, serif; font-size: 12px;
/*        font-family: verdana, "Heisi Mincho W3", Symbol, serif; font-size: 10px; */ 
	}

html, body {
	margin: 0;
	padding: 0;
	color: #000;
	}
a {
        font-size:14px;
	color:	#5F9EA0;
	}
	
a.header {
        margin: 0px;
        margin-left: 10px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	}
a.footer {
        font-size:12px;
	text-decoration:none;
	color:#000;
	}
a.linklist {
        margin: 0px;
        margin-left: 10px;
        font-size:11px;
	text-decoration:none;
	font-weight:bold;
	}
a.center {
        text-decoration: underline;
	}
        
a:hover {
        font-style: italic; 	
	color: #800c00;
        }
p.center {  
        text-align: center;
        }
p.leftalign {  
        text-align: left;
        margin: 10px;
        }
p.linklist {  
        margin: 0px;
        margin-left: 10px;
	text-decoration:none;
	color:#000;
    }
	

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    margin-left: 10px;
    color: #000;
    }

h1 {
    font-size: 16px;
   }
h2 {  
    font-size: 14px;
   }
h3 {  
    font-size: 13px;
   }
h4 {  
    font-size: 12px;
   }
h5 {  
    font-size: 11px;
   }
h6 {  
    font-size: 10px;
   }
    
h1.center, h2.center, h3.center {
   text-align: center;
   }

ul {
        left: 0px;
	width: 120px;
	padding: 0px 0px 0px 5px;
	list-style: none;
	}	
ul li {
	position: relative;
	}
li ul {
	position: relative;
	left: 0px;
	top: 0px;
	display: none;
	}
		
ul li a {
	display: block;
	padding: 5px;
	}

div {
	border: none;
	}

#header {
        top: 0px;              
        margin-left: 20px;              
        margin-top: 20px;              
        margin-right: 20px;              
	color: #000;
/*	background-color: #B0E0E6; */
	background-color: #99CCFF; 
	height: 160px;
        width: 980px;
	}
#header1 {  
        position: absolute;
        width: 280px;
        padding-left: 10px;
        }
#header2 {  
        position: absolute;
        left: 300px;                
        width: auto;
        margin-right: 20px;              
        }
#header3 {  
        position: absolute;
        top: 0px;              
        right: 10px;              
        width: 30%;
        padding-left: 10px;
        }	
#nav {
        margin-top: 0px;
        padding: 0px;
        padding-left: 230px;              
        width: 750px;
        margin-left: 20px;              
        margin-right: 20px;              
	height: 20px;
	background: #5F9EA0; 
	border:1px solid #42432d;
	border-width:1px 0;
	}
#nav ul {
	margin:0;
	float:left;
	width:100%;
	padding:0;
	list-style:none;
	}
#nav li {
  /*float the main list items*/
  margin: 0;
  display: inline;
  padding: 0px;
}
#nav a:link,
#nav a:visited {
	color:#000;
	background:#5F9EA0;
	padding:0px 10px 4px 4px;
	float: left;
	width: auto;
	border-right:1px solid #42432d;
	text-decoration:none;
	font-weight: normal;
	}
#nav li:first-child a {
	border-left:1px solid #42432d;
	}
#nav a:hover {
	color:#800c00;
	background:#4682B4;
	
	}
#nav a:active {
	background:#4682B4;
	color:#800c00;
	}			
#left {
        top: 200px;
	float: left;
	width: 210px;
	margin-left: 20px;
	margin-top: 0px;
	color: #000;
	padding: 0px;
	min-height: 550px;
	}
		
#left p, #left li, p {
	font-size: 12px;
	}
	
#center {
	width: 750px;
        top: 210px;
        margin-right: 20px;              
        margin-left: 240px;
	padding: 0px;
	color: #000; 
	}
#cola {
        top: 210px;
        margin-top: 10px;
        margin-left: 210px;
        width: 40%;
	padding: 0px;
	color: #000;
	}
#colb {
        position: absolute;
        width: 40%;
        right: 0px;
	padding: 0px;
	color: #000;
	}
#emperor {
        width: 700px;
        margin: 0;
	color: #000;
	}
	
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 11px;
	padding: 3px;
	color: #000;
	}
	
	#footer .date {
		float: left;
		text-align: left;
		}
	
	#footer .contact {
		float: right;
		text-align: right;
		}


