body {
	background-color: white;
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	font-family: "HelveticaNeue-Light",Helvetica,Arial,sans-serif;
	letter-spacing: 0.1em;
	color: #555;
}
#header {
	position: relative;
	height: 132px;
	width: 100%;
	background: black url(/images/2009/background_header.png) repeat-x center top;
	text-align: center;
}
#header img {
	border: none;
}
#header a {
	border: none;
}
#content {
	position: relative;
	margin: 0 auto;
	width: 780px;
}
#body {
	padding: 230px 0 10px 0;
	position: relative;
	background: white;
}
#headline {
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 500;
}

/* ================================
BUTTONS
=================================*/
#buttons {
	position: absolute;
	top: 180px;
	left: 0;
	height: 30px;
	margin: 0 0 15px 0;
	color: white;
	border-bottom: 1px dotted #ccc;
}
#buttons a {
	display: block;
	float: left;
	text-decoration: none;
	border: none;
	color: #666;
	padding-bottom: 5px;
	margin-right: 30px;
	height: 16px;
}
#buttons a:hover, 
#buttons a:hover.active {
	color: #4061a1;
	border-bottom: 1px solid #4061a1;
}
#buttons a.active {
	color: #4061a1;
}
#buttons a.last {
	margin-right: 0;
}

/* ================================
TEXT STYLES
=================================*/
a {
	color: #4061a1;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
a:hover {
	border-bottom: 1px solid #4061a1;
}
h1, 
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0.05em;
	line-height: 1.0em;
	font-weight: normal;
	color: #4061a1;
	margin: 0 0 15px 0;
}
h2, 
h3 {
	
}
h1 {
	color: #666666;
	font-size: 2.5em;
	margin: 0;
}
h2 {
	line-height: 1.1em;
	font-size: 2.0em;
}
h3 {
	font-size: 1.6em;
	margin: 20px 0 15px 0;
}
p {
	font-size: 0.8em;
	margin: 0 0 15px 0;
	line-height: 1.5em;
}
strong {
	font-weight: normal;
	color: #4061a1;
}
ul {
	margin: 10px 0;
	padding: 0;
}
li {
	list-style: none;
	margin: 0 0 15px 0;
	font-size: 0.8em;
}
.float-right {
	float: right;
	clear: both;
	margin: 0 0 15px 15px;
}

/* ================================
PORTFOLIO
=================================*/
.portfolio {
	position: absolute;
	top: 270px;
	right: 0;
	width: 500px;
	border: 1px dotted #ccc;
	margin: 15px 0;
	background: white url(/images/2009/background_page.png) repeat-x center top;
}
.portfolio h3 {
	padding: 10px 0 5px 10px;
	margin: 0;
}
.portfolio p {
	margin: 10px;
	font-size: 0.8em;
}
.portfolio img {
	float: right;
	margin: 10px;
	border: none;
}
.portfolio img a {
	border: none;
}
.portfolio .spec {
	background-color: #dddddd;
	font-size: 11px;
	font-family: "Courier New",Courier,typewriter;
	padding: 10px;
	color: #333333;
}

/* ================================
OTHER PAGE ELEMENTS
=================================*/
.page-image {
	position: relative;
	float: right;
	margin: 50px 0 15px 15px;
	z-index: 200;
}
.clearBoth {
	clear: both;
	height: 0;
}
.show {
	display: inline;
}
.hide {
	display: none;
}