body, html {
	width: 100%;
	height: 100%;
	min-height: 600px;
	margin:0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #4AA17B;
}

a:hover {
	text-decoration: none;
	color: #45BA87;
}	

#content {
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: auto;
}

#sidebar{
	z-index:2;
	position: fixed;
	width: 250px;
	margin-left: 30px;
	height: 100%;
	min-height: 550px;
	background-image: url('images/sidebar_3.png');
	background-size: 180px 10px;
	background-repeat:repeat-y;
	background-position: 0px 80px;
}

#navList {
	padding: 0px;
	margin-top: 110px;
	list-style: none;
	font-family: Helvetica, arial, sans-serif;
	letter-spacing: 1px;
	font-weight: lighter;
}

.navTitle {
	padding: 20px 0px 5px 25px;
	font-size: 16px;
	color: #0e796e;
}

.navLink {
	font-size: 13px;
}

.sidebarLink {
	padding: 7px 0px 7px 30px;
	margin-left: 9px;
	text-decoration: none;
	width: 131px;
	display: block;
	color: #03A367;
	background-color: #bcf8e8;
}

.sidebarLink:hover {
	background-color: #DAFCF2;
}	

#sidebar_end {
	position:absolute;
	bottom: 0px;
	left: 0px;
}

#main {
	position: absolute;
	margin-top: 160px;
	margin-left: 300px;
	margin-right: 20px;
	padding-bottom: 50px;
	width: 65%;
	min-width: 600px;
	max-width: 800px;
}

div.separator {
	width: 90%;
	margin-top:20px;
	margin-bottom:20px;
}

div.separator hr {
	margin-left: 25px;
	height: 1px;
	border: none;
	background-color: rgb(200, 200, 200);
}

div.featureBlock {
	width: 90%;
	margin: 0px;
	border-radius: 3px;
	padding: 12px 12px 12px 12px;
	display: inline-block;
}

div.pieceBlock {
	width: 90%;
	margin: 0px;
	margin-top: 30px;
	padding: 12px 12px 12px 12px;
	display: inline-block;
}

img.featureImgLeft {
	float: left;
	margin-right: 15px;
	max-width: 120px;
	padding-right: 10px;
}

img.featureImgRight {
	float: right;
	margin-left: 15px;
	max-width: 120px;
	padding-left: 10px;
}

a.featureTitle {
	font-size: 16pt;
	font-family: "Gill Sans", Verdana, sans-serif;
	color:#0e796e;
	font-weight: lighter;
}

a.featureTitle:hover {
	color:black;
}

a.featureTitle p {
	margin-top: 0px;
}

a.featureTitleRight {
	text-align: right;
}

p.featureText {
	margin: 0px;
	font-size: 10.5pt;
	line-height: 19px;
	text-align: justify;
	font-family: arial, sans-serif;
}

p.aboutTitle {
	font-size: 16pt;
	font-family: "Gill Sans", Verdana, sans-serif;
	color:#0e796e;
	font-weight: lighter;
}

p.aboutText {
	margin: 0px;
	padding-left: 15px;
	font-size: 10.5pt;
	line-height: 19px;
	text-align: justify;
	font-family: arial, sans-serif;
}

p.pieceTitle {
	font-size: 16pt;
	font-family: Helvetica, Verdana, sans-serif;
	color:#0e796e;
	font-weight: lighter;
}

#header {
	position: absolute;
	margin-left: 290px;
	margin-top: 30px;
	height: 100px;
	width: 600px;
	background-image: url('images/header_4.png');
}

#headerImage {
	margin-left: 100px;
	margin-top: 20px;
	z-index: 1;
}

#resume {
	position: absolute;
	margin-top: 20px;
	width: 800px;
}

.downloadButton {
	position: fixed;
	background-image: url("images/download_image.png");
	height: 140px;
	width: 120px;
	right: -1px;
}

#downloadImg {
	width: 50px;
	padding-left: 53px;
	padding-top: 20px;
	border: 0px;
}

p.buttonText {
	padding-right: 15px;
	margin-top:0px;
	font-family: tahoma, arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #0e796e;
	text-align: right;
}

.viewPieceButton {
	position: absolute;
	top:135px;
	left:0px;
	height: 30px;
	width: 60%;
	min-width: 650px;
	margin-top: 20px;
	margin-bottom: 20px;
	z-index: 1;
	background-color: yellow;
}

p.viewPieceText {
	margin-top: 5px;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #0e796e;
	text-align: right;
	margin-right: 50px;
}

p.viewPieceText:hover{
	color: black;
}

div.imageGallery{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 10px;
}

img.galleryImage{
	height: 200px;
	margin: 10px;
}

a img.galleryImage:hover {
	opacity: 0.8;
}

img.homeImage {
	width: 100%;
	max-width: 750px;
}

div.homeCaption {
	width: 100%;
	max-width: 750px;
	font-size: 10pt;
	font-family: arial, sans-serif;
	margin:0;
	padding:0;
}

div.footer {
	/*display: block;
	margin-top: 40px;
	margin-bottom: 20px;
	height: 50px;
	position: absolute;
	top: 100%;*/
}

.footer p {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: rgb(200, 200, 200);
	text-align: center;
	letter-spacing: 2px;
}