body {
		background-color: #ffffeb;
		font-family: "myriad pro", myriad, verdana, arial, "helvetica nueue", sans-serif;
		color: #000000;

	}
	

	
#outline {
	margin: 0% auto;
	padding-top: 5px;
	padding-left: 16px;
	background-image: url('images/white_BG.jpg');
	background-repeat: no-repeat;
	width: 750px;
	height: 1800px;

}

#nav {
	font-size: 12px;
	color: #9c9b9b;
	text-decoration: none;
	
	}
	
#nav a, #project_description a {
	font-size: 12px;
	color: #ffc119;
	text-decoration: none;
	
	}
	
#nav a:hover, #project_description a:hover {
	text-decoration: underline;
	}

#pagetitle {
	margin-top: 20px;
	margin-left: 12px;
	}
	
#project_image {
	padding-left:13px;
	padding-right:20px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
#project_description {
	float: left;
	width: 210px;
	padding-right: 5px;
	}
	
h1 {
	margin-top:24px;
	font-size: 14px;
	color: #000000;
	margin-bottom: 0px;
	}
	
#project_description p, #project_image {
	font-size: 12px;
	color: #9c9b9b;
	}

h1+p {
	margin: 0;
	}