@charset "UTF-8";
/* CSS Document */


a:link, a:visited, a:active {
	color:#999999;
	text-decoration:none;
	border:none;
	}

image {
	border:none;
	}
	
a:hover {
	color:#3A382D;
	}
	


#wrapper {
	width:900px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	position:relative;
	background:#FFFFFF;
	border:solid thin #CCCCCC;
	}

#name {
	width:900px;
	height:120px;
	background-image:url(images/NAME.jpg);
	}

#nav {
	width:900px;
	height:60px;
	color:#999999;
	font-size:15px;
	font-family:gill sans;
	word-spacing:4em;
	text-indent:32em;
	}
	
#content {
	width:328px;
	height:259px;
	float:right;
	padding-top:110px;
	padding-left:90px;
	padding-right:40px;
	background-color:#999999;
	color:#3A382D;
	font-family:gill sans;
	line-height:30px;
	z-index:1;
	}
	
#content2 {
	width:328px;
	height:259px;
	float:right;
	padding-top:80px;
	padding-left:90px;
	padding-right:40px;
	color:#3A382D;
	font-family:gill sans;
	line-height:30px;
	background-color:#999999;
	}
	
#portfolio{
	width:442px;
	height:369px;
	float:left;
	z-index:2;
	background-color:#999999;
	}


#about {
	width:342px;
	height:319px;
	float:left;
	padding-left:60px;
	padding-top:50px;
	padding-right:40px;
	text-align:justify;
	line-height:16px;
	font-size:13px;
	font-family:gill sans;
	color:#595958;
	z-index:3;
	background-color:#999999;
	}
	
#box {
	width:438px;
	height:18px;
	float:right;
	padding-top:12px;
	padding-left:20px;
	background-color:#999999;
	z-index:4;
	}

.sub {
	font-size:12px;
	text-indent:44em;
	}	

.closeup {
	font-size:13px;
	color:#CCCCCC;
	}

.navcolor {
	color:#3A382D;
	}
	
.title {
	font-family:Garamond Pro;
	font-size:26px;
	}

.resume {
	color:#3A382D;
	font-size:18px;
	}
	
.contactinfo {
	font-size:24px;
	}

.angela {
	font-size:20px;
	}