html {
	margin:0;
	padding:0;
}

body {
	background:black url('../assets/layout/background.jpg') top left no-repeat;
	font-family:Arial, Verdana, sans-serif;
	color: white;
	height: 100%;
	width: 100%
	margin:0;
	padding:0;
}

*, ul, li, h1, h2, h3 {
	margin:0;
	padding:0;
}

h1#title {
	color:black;
	font-size:1px;
	font-weight:normal;
}

#navigation {
	color:#4785b1;
	display: inline;
	float: left;
	clear: both;
	font-size:9px;
	list-style:none;
	margin:169px 0 0 128px;
}

#navigation h3 {
	color:#1a871f;
	font-size:23px;
	font-weight:normal;
}

#navigation a {
	color:#4785b1;
	text-decoration:none;
	font-weight:bold;
}

#navigation a:hover {
	color:#c43808;
}

li#navWork, li#navAbout, li#navContact {
	float:left;
	list-style:none;
}

ul#subnavWork, ul#subnavAbout, ul#subnavContact {
	border:solid #1a871f;
	border-width:2px 0px 2px 0px;
	height:63px;
	width:128px;
	padding:0px 0px 0px 0px;
	list-style:none;
}

h1#sectionTitle {
	color:#4B555C;
	display:inline;
	font-size:30px;
	float:left;
	clear:both;
	padding:15px 0px 15px 128px;
}

div#sectionContent {
	width:860px;
	float:left;
	clear:both;
	padding:0px 0px 0px 128px;
}

h2#projectTitle {
	font-size:15px;
	width:100%;
	border:solid #1a871f;
	border-width:2px 0px 0px 0px;
	padding:15px 0px 15px 0px;
}

div#sectionContent img {
	border:solid #4B555C 4px;
	padding:0px 0px 0px 0px;
	margin:0px 10px 15px 0px;
	vertical-align: top;
}

div#sectionContent p {
	width: 384px;
	padding:0px 0px 15px 0px;
}
div#footer {
	float: left;
	clear: both;
	padding:0px 0px 15px 128px;
	color:#4B555C;
	font-weight: bold;
}
	