
/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
background: #79AEFF /*url(images/back.png) top center repeat-x fixed*/;
margin: 0;
padding: 0;
}

#wrapper {
margin: 0 auto;
width: 800px;
padding: 0;
text-align: left;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
background: url(images/bgtop2.png) top center no-repeat; 
width: 800px;
height: 78px;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
background: url(images/bgmiddle.png) center repeat-y; 
width: 760px;
height: 100%;
padding: 0px 20px 100px 20px;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
background: url(images/header3.png) top center no-repeat; /*  was header.png  */
width: 760px;
height: 166px;
margin: 0px 0px 10px 0px;
}
/*                    Menu                   *//*
#menu {
width: 130px;      
height: 100%;
margin: 0px;
float: left;
text-align: left;
}

#menu li a {
height: 35px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 27px;
text-decoration: none;
text-align: left;
}	
	
#menu li a:link, #menu li a:visited {
color: #000080; 
display: block;
background:  url(images/off1.png);  
padding: 8px 0 0 10px;
height: 27px;
text-align: left;
}
	
#menu li a:hover {
color: #FF0000; 
background:  url(images/on1.png);  
padding: 8px 0 0 10px;
height: 27px;
text-align: left;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}
*/
#stuff {
width: 725px;  /*  was 525px  */
margin: 0px 20px 0px 20px;  /*  was 0px 0px 0px 2100px;  */
text-align:center;
}

#policys {
width: 725px;  
margin: 0px 20px 0px 20px;  
text-align:left;
}

img {
border: none;
} 

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url(images/bgbottom.png) bottom center no-repeat; 
width: 800px;
height: 78px;
}

img.female	{
				float:right; padding: 15px 30px 5px 10px;
				 
				
			}  
			
			
h2			{font-family:"comic sans ms",sans-serif;font-size:175%;color:navy;
				 
			}
h3			{font-family:"comic sans ms",sans-serif;
				font-size:115%;color:navy;
			}
.highlight	{font-family:"comic sans ms",sans-serif;font-weight:bold;
				font-size:100%;color:blue;			 
			}
.highlight2	{font-family:"comic sans ms",sans-serif;font-weight:bold;
				font-size:90%;color:red;		 
			}
.highlight3	{font-family:sans-serif;font-weight:bold;
				font-size:100%;color:navy;		 
			}
.highlight4	{font-family:"calligrapher";sans-serif;font-weight:bold;
				font-size:150%;color:navy;		 
			}														
p			{font-family:"comic sans ms",sans-serif;font-weight:bold;
				font-size:100%;color:navy;margin-left:10px;margin-right:10px;
			}
			
			
img.upper1		{float:right;margin:5px 10px 5px 5px;
			}
img.upper2		{float:left;margin:5px;
			}
a 			{	font-family:sans-serif;font-weight:bold;
				font-size:78%;color:navy;
			}
			
a:link,a:visited
			{color:black;background-color:lime; 
 			}				 
a:focus, a:hover 
			{color:red;background-color:#ececec; 
			}
a:active 
			{color:maroon;background-color:#ececec;
			}
			
#skyscraper {width: 120px;      
				height: 100%;
				margin: 0px;
				float: left;
				text-align: left;
			}			
												