body, html {
	margin:0;
	padding:0;
}

/* Basic Typography */

h1,h2,h3,h4,h5,h6,p,ul,li,ol {
	margin: 0;
	padding: 0;
	font-family: Lucida Grande, Helvetica, tahoma, sans-serif;
	font-size:10px;
	line-height:18px;
}
ul, li {
	list-style: none;
}

/* Basic Links */
a 		{	text-decoration:none;	
			color: inherit; 			}

a, 
a:link, 
a:active, 
a:focus	{	outline:0;				}
a img	{	 border:0; outline:0;		}

/* Color Palette
	
	silver		B3BCC6
*/

/* Define the main blocks */
body {
	text-align:center;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	margin-top: 10px;
	text-align:left;
	padding-bottom: 18px;
}

#masthead {
	height:75px;
}

#content {
	border-bottom: 1px solid #B3BCC6;
	border-top: 1px solid #B3BCC6;
}

#footer {
	margin-top: 16px;
}
#copy, #copy_no_border {
	clear: both;
	text-align: left;
	margin: 18px auto;
	width: 850px;
	color: #B3BCC6;
}
#copy {
	border-top: 1px solid #B3BCC6;
}
#copy p, #copy_no_border p {
	margin-top: 9px;
}

/* Format the masthead --- menu stuff in menu.css*/
a.logo {
	display: block;
	height: 73px;
	width: 190px;
	margin-left:332px;
}

/* PORTFOLIO IMAGES SHOULD BE width="850" height="400" */

#content img {
	margin: 16px 0;
}


/* format description text --- the block is defined in menu.css */
#description h2, #description2 h2 	{
	color: #E82A22;
	text-transform: uppercase;
	letter-spacing:.029em;
	margin-top: 5px;
	}
#description p		{	}





/* footer text for non-project pages*/
.text {
	font-size:11px;
	font-weight: bold;
	color: #E82A22;
}
.blue {
	color: #034677;
}

.text ul li {
	float:left;
	display:block;
	width: 33%;
	text-align:center;
	text-transform: uppercase;
	letter-spacing: .02em;
}
.text ul li a {
	color: #034677;
}
.text ul li a:hover {
	text-decoration: underline;
}




