
body{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1{
	margin: 5px 0 5px 0;
	font-size: 21px;
	font-weight: bold;
}

h3{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	display: inline;
}

a{ 
	color: #000;
	text-decoration: none;
	outline: none;
	
}

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

a:visited{ 
	color: #000;
	text-decoration: none;
}

#unsettle a:hover{
	color: #999;
}

#header{
	height: 35px;
}
	
#floatMenu{
	position:absolute;
	top: 0;
	width: 146px;
	float: left;
	margin: 0 0 0 15px;
}

ul{
	margin: 0;
	padding: 0;
	border-top: solid 1px #000;
}

li{
	list-style: none;
	margin: 0;
}

li.heading{
	padding: 9px 0 2px 0;
	font-size: 14px;
	font-weight: bold;
}

.divider{
	width: 55px;
	height: 1px;
	border-bottom: solid 1px #000;
	margin: 0 0 9px 0;
	padding: 0 0 24px 0px;
	
}

.firstdivider{
	width: 55px;
	height: 1px;
	border-bottom: solid 1px #000;
	margin: 0 0 9px 0;
}
	

.holder{
	float: left;
	margin: 0 0 10px 176px;
	
}


.description{ 
	margin: 0 0 9px 15px;
	width: 390px;
	padding: 0 0 5px 9px;
	background-color: #FFF;
	border-left: solid 391px #CCC;
}

#work1, #work2, #work3, #work4, #work5, #work6, #work8, #work9, #work10{
	margin-left: 15px;
	height: 527px;
	overflow: hidden;
}

#work7{
	margin-left: 15px;
	height: 699px;
	overflow: hidden;
}

.caption{
	clear: both;
	font-style: italic;
	text-align: left;
	margin-left: 15px; 
}

#contact{
	margin: 0 0 0 15px;
}

#contact a{
	font-weight: bold;
}
	

#footer{
	clear: both;
	margin: 0 0 0 15px;
	border-top: solid 1px #000;
	padding: 10px 0 10px 0;
	width: 146px;
}