a:link {
	color: black;
	text-decoration: none; 
	}
a:visited {	
	color: gray;
	text-decoration: none; 
	}
a:hover {
	color: #e4007f;
	text-decoration: none; 
	}
		
#site-title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 875px;
	padding-top: 2em;
	padding-left: 15px;
	padding-bottom: 12px;
	color: #e4007f; 
	font-size: 2.0em;
	}
	
sub {
	font-size: 0.9em;
	color: gray;
	}
	
body {
	width: 714px;
	padding-right: 10px;
	padding-left: 180px;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	background-color: #ffffff; 
	}		

#navbar ul {
	position: absolute;
	top: 12em;
	left: 15px;
	list-style-type: none;
	padding: 0;
	margin: 0; 
	}
#navbar li {
	padding-top: 0.4em;
	padding-bottom: 0.4em; 
	}

h2 {
	font-size: 1.2em;
	color: black;
	}
	
h3 {
	clear: both;	
	margin-bottom: -8px;
	font-size: 1em;
	color: black;
	}	

#works {
	margin-top: 10em; 
	}
#works img {		
	float: left; 
	margin-right: 15px;
	margin-bottom: 20px;
	border-style: none;
}

#works-detail {
	margin-top: 8em;
	}
#works-detail .desc-detail {
	margin-bottom: 2em;
	}
#works-detail .detail-img img {
	float: left;
}
#works-detail .detail-img p {
	clear: both;
	position: relative;
	top: 18px;
}
#works-detail .detail-img .anim-gif {
	width: 350px;
	height: 250px;
	background: black;
	float: left;
}	
#works-detail .review {
	clear: both;
	position: relative;
	top: 3em;
	}
#works-detail .review .title {
	font-style: italic;
	color: black;
	}
#works-detail .review .title:first-line {
	font-style: normal;
	font-weight: bold;	
	}
#works-detail .review .name {
	font-style: italic;
	}

#cv {
	margin-top: 8em;
	}
#cv .title {
	font-weight: bold;
	margin-bottom: 0.2em;
	border-bottom: 1px dotted #e4007f;
	}
	
#contact-info {
	margin-top: 12em;
	line-height: 180%;
	}			
			
address {
   	clear: both;
   	font-size: 0.8em;
   	margin-top: 5em;
   	padding-top: 1em;
   	}