* {
	margin: 0;
	padding: 0;
}

body {
	background:  #fff;
	font-family: Arial, san-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #444;
}

a {
	color: #444;
	text-decoration: none;
	padding-bottom: 2px;
}

p a:hover {
	color: #0068b0;
}

h1 {
	font-size: 28pt;
	line-height: 28pt;
	text-transform: uppercase;
	font-weight: bold;
	color: #0068b0;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 12pt; 
	line-height: 12pt;
	font-weight: normal;
	color: #444;
}

h3 {
	font-size: 11pt; 
	line-height: 11pt;
	font-weight: bold;
	color: #444;
	text-transform: uppercase;
}


/*	General Structure
-----------------------------------------------------------------*/

#container {
	margin: 0 auto;
	padding: 50px 0;
	width: 840px;
}

section, figure, figcaption, header {  
    display: block;
} 


/*	Header
-----------------------------------------------------------------*/

section#header {
	background: #fff;
	width: 840px;
	height: 65px;
	padding: 40px 0;
	border-top: 1px solid #aaa;
}


/*	Work
-----------------------------------------------------------------*/

section#work {
	display: block;
	overflow: hidden;
	width: 838px;
	padding: 50px 1px 0 1px;
	margin: 0 0 50px 0;
	border-top: 8px solid #0068b0;
	border-bottom: 8px solid #0068b0;
}

section#work h3, 
section#work p {
	margin: 0 0 10px 0;
}

section#work p {
	margin: 0 0 40px 0;
}

figure.work-item, 
figure.work-item-right {
	float: left;
	width: 247px;
}

section#work figure.work-item p, 
section#work figure.work-item-right p {
	font-size: 10pt;
	line-height: 14pt;
	margin: 0;
}

figure.work-item {
	margin: 0 45px 45px 0;
}

figure.work-item-right {
	margin: 0 0 45px 0;
}

figure.work-item img, 
figure.work-item-right img {
	display: block;
	height: 205px;
	width: 245px;
	border: 1px solid #ccc;
	margin: 0 0 15px 0;
}

figure.work-item img:hover, 
figure.work-item-right img:hover {
	border-color: #0068b0;
}

.work-item p span {
	color: #999;
}


/*	Contact Footer
-----------------------------------------------------------------*/

section#contact {
	display: block;
	padding: 0 0 40px 0;
	margin: 0 0 50px 0;
	border-bottom: 1px solid #aaa;
}

section#contact h3 {
	margin: 0 0 10px 0;
}

section#contact p span {
	display: inline-block;
	width: 16px;
	font-weight: bold;
	color: #0068b0;
}
