body {
	background-color:#333;
	font-family:georgia;
	font-style:italic;
	height:100%;
}

.icon {
	position:relative;
	top:3px;
}


#info {
	background-color:#555;
	border-bottom:1px solid #FFCC88;
	color:#DDDDDD;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:1;
}


#info a {
	color: #DDDDCC;
	text-decoration:none;
	border-bottom: 1px dotted #987;
}


#info a:hover {
	color:#FFCC88;
	text-decoration:underline;
	border-bottom: none;
}


#contact {
	float:right;
	font-size:13px;
	font-style:italic;
	line-height:1.5;
	margin-right:3.5%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:5px;
	
}


.contactLabel {
	color:#FFCC88;
	font-weight:bold;
	font-style:normal;
	font-size:12px;
}


h1 {
	color:#DDDABF;
	font-size:32px;
	font-style:italic;
	font-weight:bold;
	margin-left:15px;
	margin-top:22px;
	float:left;
}


h2 {
	color:#FFCC88;
	font-size:23px;
	font-style:italic;
	font-weight:normal;
	letter-spacing:0.25px;
	margin-top:30px;
	padding-left:15px;
	padding-bottom: 28px;
	float:left;
}


.shadow {
	background-image:url(images/shadow.png);
	background-repeat:repeat-x;
	height:40px;
	left:0;
	position:fixed;
	top:71px;
	width:100%;
}


#content {
	background-color:transparent;
	font-style:normal;
	line-height:1.5;
	margin:0px auto;
	padding-top:80px;
	width:1060px;
}


.project{
	padding-bottom: 30px;
	border-bottom: 1px, dotted, #000;
	padding-top: 75px;
	padding-left: 40px;
	padding-right: 40px;
	background-image: url(images/project-divider-2.png);
	background-repeat: repeat-x;
	background-position: bottom center;
}

.projectHeading a {
	color:#C2BFA1;
	text-decoration:none;
	border-bottom: 1px dotted #876;
}


.projectHeading a:hover {
	color:#FFCC88;
	text-decoration:underline;
	border-bottom: none;
}


.projectHeading {
	float:right;
	margin-top:10px;
	width:310px;
}


h3 {
	color:#C2BFA1;
	font-size:29px;
	font-weight:bold;
	margin:0 auto;
	text-align:center;
	font-style:italic;
	line-height: 1.2;
	margin-bottom: 10px;
}


h4 {
	color:#d0a061;
	font-size:13px;
	font-style:italic;
	font-weight: normal;
	margin:2px auto 30px;
	text-align:center;
}


p {
	background-color:#ddddce;
	border-bottom:3px solid #222;
	border-right:3px solid #222;
	color:#555555;
	font-size:12px;
	font-style:italic;
	margin:25px auto 0;
	padding:28px;
	text-align:justify;
	width:236px;
}

.showHide {
	color:#C2BFA1;
	text-align:center;
	margin:0px auto;
	font-weight:bold;
	font-style:italic;
	font-size:13px;
}


.thumb {
	border-bottom:5px solid #202020;
	border-right:5px solid #202020;
	margin-bottom: 25px;
}

