@charset "utf-8";
/* CSS Document */

*{margin:0px; padding:0px; border: 0px; }

/*Background Info*/


.container {
	width: 800px;
	margin: 0 auto;
	}
html {height: 100%;}

Body { 
	font-family: "Times New Roman", Times, serif;
	color: #383730;
	height: 100%;
	margin: 0px;
	padding: 0px;
	}


#main{
	background: url(images/HeaderRepeat.gif)  repeat-x;
	background-color: #c3c1a6;
	min-height: 100%;
	min-width: 800px;
	margin-bottom: -101px;
	position: relative;
	}
	
#logo {
	background: url(images/woodbine-header.jpg) no-repeat;
	height: 169px;
	width: 800px;
		}

#logo h1{
		text-indent: -9999px;
		}

ul#menu {
		list-style:none;
		padding-top: 10px;
		}
		
ul#menu li a {
		font-size: 25px;
		color:#c3c1a6;
		text-decoration:none;
		}
		
ul#menu li {
		float: left;
		padding-left: 20px;
		padding-right: 20px;
		}	
		
#image-index {
		background: url(images/downtown.jpg) no-repeat;
		height: 334px;
		width: 760px;
		margin: 0 auto;
		margin-top: 50px;
		}
			
#image-index h1{
		text-indent: -9999px;
		}
		
		
#content {
		margin-top: 10px;
		padding: 20px;
		padding-bottom: 50px;
		}


#content h2{
			padding-bottom: 20px;
			}
#content h3{
			padding-bottom: 20px;
			}
			
			
#content p{
		padding-top: 10px;
		}
		
		

		
#footer {
		background: url(images/FooterRepeat.jpg) repeat-x;
		position: relative;
		height: 101px;
		min-width: 800px;
		color: #c3c1a6;
		}
	
#footer p{
		padding:0px;
		margin:0px;
		}
		
.clearfooter {
		height: 101px;
		clear: both;
		}
		
ul#footer-menu  {
		list-style:none;
		padding-top: 10px;
		}
		
ul#footer-menu li a {
		font-size: 10px;
		color:#c3c1a6;
		text-decoration:none;
		}
		
ul#footer-menu li {
		float: left;
		padding-left: 2px;
		padding-right: 2px;
		}	
		
		


/*Photo Info*/

			
#thumbnails h1 {
				margin: 25px;
				margin-bottom: 30px;
				float: left;
				}

#thumbnails h4 {
				margin: 25px;
				margin-bottom: 30px;
				float: top;
				}
#thumbnails h2 {
				margin-bottom: 30px;
				float: left;
				}
				
#thumbnails h3 {
				float: right;
				}
				
#photos-menu{
			margin: 0px;
			padding: 0px;
			}

			
#photos-menu h4 {
			font-size: 16px;
			padding-bottom: 10px;
			color:#383730;
			width: 250px;
			}						

/*Links Info*/			

		
ul#bullets {
			padding-top: 10px;
			padding-left: 30px;
			}
			

	
#survey_btn {
			background: url(images/survey_btn.jpg) no-repeat;
			height: 50px;
			width: 149px;
			margin: 0 auto;
			margin-top: 75px;
			}
			
			
#links-menu {
			list-style:none;
			padding-top: 30px;
			}
			
#links-menu a {
			font-size: 25px;
			color:#383730;
			text-decoration:none;
			}
			
#links-menu h3 {
			font-size: 25px;
			padding-bottom: 30px;
			color:#383730;
			text-decoration:none;
			}
			
#links-menu h4 {
			font-size: 18px;
			padding-bottom: 10px;
			color:#383730;
			text-decoration:none;
			width: 400px;
			}	
			
			
/* resume */

#resume-menu{
			margin: 0px;
			padding: 0px;
			}

#resume-menu li{
			margin-left: 60px;
				}
					
#resume-menu h3 {
			font-size: 25px;
			padding-top: 25px;
			padding-bottom: 10px;
			color:#383730;
			text-decoration:none;
			}
			
#resume-menu h4 {
			font-size: 16px;
			padding-bottom: 10px;
			color:#383730;
			text-decoration:none;
			width: 250px;
			}						
		
