body {
	background-color:#F1F1F1;
	height:100%;
	}

.tags {
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	line-height:12px;
	}

h1 {
	font-weight:bold;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	padding:0px;
	margin:0px;
}

h2 {
	font-weight:normal;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	padding:0px;
	margin:0px;
}

h3 {
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	line-height:14px;
	font-weight:normal;
	margin:0px;
}

.information-block {
	display: block;
	padding-bottom:25px;
	width: 498px;
	}
	
.thumbs {
	border:none;
	text-decoration:none;
	}
	
.img {
	border:none;
	text-decoration:none;
	}

.img-margin {
	border:none;
	text-decoration:none;
	margin-left:-23px;
	}

.img-margin-right {
	border:none;
	text-decoration:none;
	margin-right:18px;
	margin-bottom:18px;
	}

.footer-block {
	float:left;
	display: block;
	padding-top:12px;
	padding-bottom:16px;
	color:#BCBCBC;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	border-top:solid 1px #BCBCBC;
	width:100%;
	}
	
.footer-block-index {
	float:left;
	display: block;
	padding-top:12px;
	padding-bottom:16px;
	margin-left:12px;
	margin-top:18px;
	color:#BCBCBC;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	border-top:solid 1px #BCBCBC;
	width:100%;
	}

.e {
	margin-top:-36px;
	border:none;
}
	
ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

a {
	color:#333333;
	text-decoration:underline;
	border:none;
	}
	
a.blue {
	color:#00F;
	text-decoration:underline;
	border:none;
	}
	
a:hover, a:active {
	color:#666666;
	text-decoration:underline;
	}
	
ul.projects {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

li.item {
	border-bottom: solid 1px #D0D2D3;
}

li.year {
	border-bottom: solid 1px #D0D2D3;
	font-weight:bold;
}

li.item:hover {
	background-color:#FFF;
}

a.list {
	color:#000;
	text-decoration:none;
	border:none;
	}
	
a.list:hover, a:active {
	color:#000;
	text-decoration:none;
	}
	
span.title {
	float: left;
	width: 378px;
	font-weight:
}

span.type {
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	line-height:18px;
	float: left;
	width: 125px;
}

span.client {
	float: left;
	width: 247px;
}
	
/* PROJECT PAGE */

#project-box {
	position:absolute;
	left:30px;
	top:162px;
	text-align:left;
	min-width: 95%;
	}

#project-information {
	float:left;
	display:block;
	min-width: 95%;
	padding-right:30px;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	}
	
/* ABOUT */

#about_img {
	position:absolute;
	left:30px;
	top:162px;
	display: block;
	width:750px;
	height: 500px;
	}

#about_text {
	position:absolute;
	left:30px;
	top:680px;
	display: block;
	width:90%;
	min-width: 750px;
	}

.about_column {
	float:left;
	font:"Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	display: block;
	margin-right:18px;
	margin-bottom:18px;
	width:365px;
	}
	
.about_column_right {
	float:left;
	font:"Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	display: block;
	margin-bottom:18px;
	width:365px;
	}
	
/* MENU */

#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	color: #000;
	float: left;
	width: 100%;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	position:absolute;
	left:30px;
	top:30px;
	width:766px;
	min-width:700px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	width:120px;
	height:60px;
	background-color: #FFF;
	line-height:60px;
	color: #000;
	text-decoration: none;
	float: left;
	text-align:center;
	margin-right:6px;
}

#navcontainer ul li a.nav {
	width:120px;
	height:60px;
	background-color: #D0D2D3;
	color: #000;
	text-decoration: none;
	float: left;
	text-align:center;
	margin-right:6px;
}

#navcontainer ul li a:hover, a.nav:hover {
	background-color: #BCBCBC;
	color: #000;
}

/* PROJECT LIST */

#projectcontainer ul {
	padding-left: 0;
	margin-left: 0;
	color: #000;
	float: left;
	width: 90%;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:16px;
	position:absolute;
	left:18px;
	top:162px;
	min-width: 800px;
	}

#projectcontainer ul li { display: inline; }

#projectcontainer ul li a {
	width:210px;
	height:360px;
	color: #000;
	text-decoration: none;
	float: left;
	text-align:left;
	margin-right:6px;
	padding:12px;
}

#projectcontainer ul li a:hover, a.nav:hover {
	background-color: #FFF;
	color: #000;
}

#list {
	position:absolute;
	left:30px;
	top:174px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	display: block;
	width:750px;
	visibility:hidden;
	}
