body{
	color: black;
	background-color: #060606;
	font-family: helvetica, arial;
	font-size: 0.8em;
	text-align: center;
	}

#wrapper{
	margin: 40px auto;
	text-align: left;
	width: 800px;
	}

/*BEGIN Images*/

img{
	border-style: none;
	}

p.imageCenter{
    text-align:center;
    margin: 4px;
    padding:0px;
    }

img.floatLeft{  
    	float: left; 
	margin: 4px;
	}

img.floatRight{ 
    	float: right; 
    	margin: 4px; 
	}
	
/*END Images*/

/*BEGIN Links*/

a:link{
	text-decoration: none;
	font-family: Garamond, Georgia, Times New Roman; 
	color: navy;
	}

a:visited{
	text-decoration: none;
	font-family: Garamond, Georgia, Times New Roman; 
	color: black;
	}

/*END Links*/

/*BEGIN Headings*/

h1{
	font-family: Garamond, Georgia, Times New Roman; 
	font-variant: small-caps;
	font-size: 120%;
	letter-spacing: 4px;
	padding: 5px;
	text-align: center;
	}

h2{
	font-family: Garamond, Georgia, Times New Roman;
	font-variant: small-caps;
	font-weight: 100;
	font-size: 180%;
	display: block;
	margin:0;
	}

h3{
	font-family: Garamond, Georgia, Times New Roman;
	font-style: oblique;
	line-height: 70%;
	margin: 0;
	text-indent: 2%
	}

/*END Headings*/
	

#header{
	width: 800px;
	height: 170px;
	}

/*BEGIN Navigation Bar*/

#navigation{
	background: #a2a2a2;
	width: 800px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 0px;
	}

a.nav_01{  
    	display: inline;  
    	width: 200px;  
    	height: 50px;  
    	background: url(images/nav_01.jpg) no-repeat 0 0;
	float: left;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;  
	}   

a:hover.nav_01{  
    	background-position: 0 -50px;
	}

a.nav_02{  
    	display: inline;  
    	width: 200px;  
    	height: 50px;  
    	background: url(images/nav_02.jpg) no-repeat 0 0;
	float: left;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;  
	}   

a:hover.nav_02{  
    	background-position: 0 -50px;
	}

a.nav_03{  
    	display: inline;  
    	width: 200px;  
    	height: 50px;  
    	background: url(images/nav_03.jpg) no-repeat 0 0;
	float: left;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;  
	}   

a:hover.nav_03{  
    	background-position: 0 -50px;
	}

a.nav_04{  
    	display: inline;  
    	width: 200px;  
    	height: 50px;  
    	background: url(images/nav_04.jpg) no-repeat 0 0;
	float: left;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;  
	}   

a:hover.nav_04{  
    	background-position: 0 -50px;
	}

/*END Navigation  Bar*/

#content{
	background: #e2e2e2;
	width: 800px;
	height: 280px;
	}	

#intro{
	width: 780px;
	height: 100px;
	padding: 10px;
	}
	

#column1{
	width: 379px;
	height: 140px;
	float:left;
	font-size: 80%;
	padding: 20px 10px 0px 10px;
	text-align: justify;
	border-right: 1px solid #989898; 
	}
	
#column2{
	width: 380px;
	height: 140px;
	float: right;
	font-size: 80%;
	padding: 20px 10px 0px 10px;
	text-align: justify; 
	}

#footer{
	background: #838283;
	background-image: url(images/footer.jpg);
	color: gray;
	text-align: right;
	font-size: 80%;
	padding: 10px;
	width: 780px;
	height: 100px;
	}

/*BEGIN the Plan*/

#plan_content{
	background: #e2e2e2;
	width: 770px;
	height:100%;
	padding: 10px 15px 15px 15px;
	}

/*END the Plan*/

/*BEGIN the Space*/

#space_content {
	background: #e2e2e2;
	width: 770px;
	height: 100%;
	padding: 10px 15px 15px 15px;
	}

/*END the Space*/

/*BEGIN the People*/

#people_content{
	background: #e2e2e2;
	width: 770px;
	height: 100%;
	padding: 10px 15px 15px 15px;
	}

div.patrick{
	display: block;
	height: 230px;
	}

div.tim{
	display: block;
	height: 230px;
	}

div.matthew{
	display: block;
	height: 230px;
	}

div.gretchen{
	display: block;
	height: 230px;
	}

div.jane{
	display: block;
	height: 230px;
	}

/*END the PEOPLE*/