﻿* {
margin:0px;
padding:0px;
font-family:verdana;
font-weight:normal;
text-align:left;
}



	
/* General Layout
-----------------------------------------*/

#main_container{
	width:970px;
	height:auto;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	}

#header_container{
width:970px;
height:110px;
margin-top:170px;
float:left;
}

#main_nav_container{
width:970px;
height:150px;
float:left;
padding-top:20px;
padding-left:50px;
}

#project_container{
width:150px;
height:200px;
margin-left:20px;
float:left;
}


body{
	background-color:#D1CB94;
	}
	
br.clearfloat {
	clear: both;
}

#footer_container{
width:940px;
height:20px;
float:left;
border-top:solid 1px #D6C6C2;
margin-top:40px;
padding-top:10px;
padding-left:30px;
background-color:#c9c582;

}
	
	

/* Text and Headings
-----------------------------------------*/

/*
Lincoln is not yet available for font-linking.
Designed by Eve Tempaugh as part of the New Bedford Typeface Project,
Lincoln is based on the lettering on Lincoln's Department
Store in downtown, New Bedford, circa 1937.
The New Bedford Typeface Project is an ongoing undergraduate research 
project at the University of Massachusetts Dartmouth.
Copyright, Eve Tempaugh, 2008. */

@font-face {
	font-family: 'LincolnRegular';
	src: url('fonts/lincoln-webfont.eot');
	src: local('☺'), url('fonts/lincoln-webfont.woff') format('woff'), url('fonts/lincoln-webfont.ttf') format('truetype'), url('fonts/lincoln-webfont.svg#webfontrzFzDRZn') format('svg');
	font-weight: normal;
	font-style: normal;
}



h1{
	font-family:LincolnRegular;
	font-size:100px;
	line-height:100px;
	color:#A69E59;
	text-align:center;
	letter-spacing:3px;
}

p{
font-size:12px;
line-height:16px;
margin-bottom:10px;
margin-left:5px;
color:#5C533D;
}

h2 {
font-family:verdana;
font-size:11px;
line-height:14px;
text-transform:uppercase;
letter-spacing:1px;
margin-top:4px;
margin-left:5px;
margin-bottom:4px;
color:#5C533D;
font-weight:bold;
}

p.copyright{
font-size:12px;
color:#52596e;
}




/* Links
-----------5C533D------------------------------*/

	
a:link {
	font-size:12px;
	line-height:16px;
	color:#A34E29;
	text-decoration: none;
}
a:visited {
	font-size:12px;
	line-height:16px;
	color:#A34E29;
	text-decoration: none;
}
a:hover {
	font-size:12px;
	line-height:16px;
	color:#A34E29;
	text-decoration: underline;
}
a:active {
	font-size:12px;
	line-height:16px;
	color:#A34E29;
	text-decoration: underline;
}	
