@charset "UTF-8";
 
		body {
	background-color: #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	}
		
	
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 7px;
	margin-left: 34px;
	color: #333;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 10px;
}
.brown {
	color: #663300;
	}

.statement {
	font-size: 80%;
	line-height: 2.5em;
	margin-top: 0px;
	margin-right: 15px;
}
	
div#outer {
	
	width: 900px;
	height: auto;
	background-color:none;
	margin: auto;
}

div#head {
	width: 900px;
	height: 177px;
	background: url(images/presarchheadx2.jpg) no-repeat;
}

div#marilyn {
	width: 900px;
	background-color:#000000;
	height: 41px;
	background: url(images/marilyn.jpg) no-repeat;
	margin: 0;
	padding: 0;
}

div#menu {
	width: 525px;
	height: 41;
	float: right;
	background-color: #000000;
	margin: 0;
	padding: 0;
}

div#pic {
	width: 900px;
	height: 414px;
	margin: 0px;
	background-color:#FFFFFF;
	padding: 0px;
	background-image: url(images/canajo.jpg);
}

div#content {
	top: 0;
	left: 30;
	width: 300px;
	height: 390px;
	padding: 20px 0 0 0;
}

div#projects {
	background-color: #eee;
	top: 0;
	left: 30;
	width: 900px;
	margin: 0px;
	padding: 20px 0 0 0;
	
}

div#projtext {
	width: 600px;
}

div#projpics {
	float: right;
	top: 0;
	width: 280px;
	height: auto;
	vertical-align: top;
	border-left-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	text-align: center;
}

div#foot {
	width: 900px;
	text-align: left;
	font-size: 9px;
	color: 666;
	height: 40px;
	letter-spacing: 3px;
}

a {
	color: #666;
	text-decoration: none
}

a:hover {
	text-decoration: underline;
}
ul#nav {
	list-style: none;
	margin: 20px 25px 0 34px;
	padding: 0;
}
#nav a {
	display: block;
	float: left;
	margin: 0 25px 10px 0;
}
.projpic {
	background-color: white;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 10px;
	border-style: solid;
	margin: 10px;
}

html    {overflow-y: scroll;}