* { margin: 0; padding: 0; }

body { 
text-align: center; color: #444; font-family: georgia, 'times new roman', times, roman; font-size: 1em;
}

#all { position: relative; width: 850px; text-align: left; margin: 150px auto; }

#header  { position: absolute; width: 527px; height: 143px; left: 0; top 0; }
#header h1 a {
	display: block;
	background: url(images/logo.png) top left no-repeat;
	text-decoration: none; border: none;
	width: 527px; height: 143px;
	text-indent: -999em; overflow: hidden;
}

#sections {
	position: absolute;
	left: 530px;
	top: 33px;
	font-size: 140%;
}

#sections { 
	list-style-type: none; 
}

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

#content, #the-works { position: absolute; top: 150px; left: 11px; width: 839px}

#content h2 {
	font-weight: normal; font-size: 150%; text-transform: uppercase;
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
}

#go-back span, #content h2 span { font-weight: bold; color: #333; }

#works-thumbs { width: 100%; float: left; list-style-type: none; margin-top: 10px }

#works-thumbs li  { display: inline }

#works-thumbs li a {
	display: block;
	float: left;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 7px;
	padding-bottom: 20px;
	margin-right: 10px;
}

#works-thumbs li a img { border: 1px solid #fff }

#contact, #more-info, #the-works, #the-works .work { display: none; }

#go-back {
	font-weight: normal; font-size: 150%; text-transform: uppercase;
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
	color: #333;
}

#go-back:hover { color: #333 }

#more-info a { color: 000; font-weight: bold }


.field { margin-bottom: 10px; }
form label { font-weight: bold; text-transform: uppercase; }
form textarea { width: 100%; padding: 10px; font-size: 150%; color: #333; height: 100px; }
form input, form textarea { border: 1px solid #ccc; font-family: georgia, 'times new roman', times, roman;}
form input { padding: 4px }
.work h3 {
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}

.work p { margin-bottom: 5px;  text-align: justify}

.work a { font-weight: bold; color: #000 }

#highlight {
	width: 100%;
	border: 2px solid #ccc;
	height: 150px;
	background-color: #eee;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

#highlight div {
}
