﻿* { margin: 0; padding: 0; }

html
{
	font-family: Verdana;
	font-size: 0.7em;
}

body { padding: 80px 0; }

.Layout
{
	width: 990px;
	margin: 0 auto;
}

.Header
{
	margin-bottom: 30px;
	padding: 0 0 15px 0;
	width: 990px;
	height: 87px;
	overflow: hidden;
	border-bottom: solid 4px #eaeaea;
}

h1
{
	margin-left: 4px;
	height: 87px;
	text-indent: -2000px;
	overflow: hidden;
	background: transparent url(Logo.png) no-repeat left top;
	width: 495px;
	float: left;
	font-size: 1%;
}

.ContactDetails
{
	width: 200px;
	padding-top: 47px;
	height: 40px;
	text-align: right;
	float: right;
}

.ContactDetails a
{
	display: block;
	height: 20px;
	line-height: 20px;
}

a:link,
a:active,
a:visited
{
	color: #b03627;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.Intro
{
	color: #444;
	line-height: 150%;
	font-size: 200%;
	margin-bottom: 30px;
	border-bottom: solid 4px #eaeaea;
}

.Intro p { padding-bottom: 30px; }

.Projects
{
	width: 990px;
	overflow: hidden;
}

.Projects div
{
	width: 1020px;
	overflow: visible;
}

.Projects p
{
	float: left;
	margin: 0 30px 30px 0;
}

.Projects p img { border: solid 4px #eaeaea; }