body {
	background-color: #f0f2f2;
	background-image: url(/images/2008/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
}
#header {
	position: relative;
	height: 210px;
	width: 100%;
	background-image: url(/images/2008/main_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header img {
	border: none;
}
#header a {
	border: none;
}
#tagline {
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	top: 0;
	left: 0;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	letter-spacing: 3px;
	color: #ffffff;
}
#content {
	position: relative;
	margin: 0 auto;
	width: 810px;
	padding: 10px;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
#buttons {
	position: relative;
	margin: 3px 0 10px 10px;
	float: right;
	width: 165px;
}
#buttons img {
	border: none;
}
#buttons a {
	text-decoration: none;
	border: none;
}
#footer {
	position: relative;
	width: 810px;
	margin: 10px auto;
	font-size: 9px;
	text-align: right;
	color: #999999;
}
#icons {
	border-top: 1px solid #cccccc;
	padding-top: 10px;
	margin: 10px 0 5px 0;
}
#icons img {
	margin-left: 20px;
	border: none;
}
#icons a {
	text-decoration: none;
	border: none;
}
a {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}
a:hover {
	color: #000000;
	border-bottom: 1px solid #000000;
}
h1, 
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: normal;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #336699;
	margin: 15px 0;
}
h2, 
h3 {
	border-bottom: 1px solid #cccccc;
	width: 400px;
	margin-top: 25px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 15px;
}
.intro {
	font-size: 15px;
	line-height: 22px;
}
.floatRight {
	float: right;
	clear: both;
	margin: 0 0 15px 15px;
}

.portfolio {
	clear: both;
	border: 1px solid #999999;
	margin: 15px 0;
}
.portfolio h2 {
	padding: 10px;
	margin: 0;
}
.portfolio p {
	margin: 10px;
}
.portfolio img {
	float: right;
	margin: 10px;
}
.portfolio .spec {
	background-color: #dddddd;
	font-size: 11px;
	font-family: "Courier New",Courier,typewriter;
	padding: 10px;
	color: #333333;
}
.clearBoth {
	clear: both;
	height: 0;
}