body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 19px;
}

body.bgSpace {
	background: url('/images/backgrounds/space.jpg') no-repeat 50% 0;
	color: #ccc;
	background-color: #020C15;
}

body.bgPlaneView {
	background: url('/images/backgrounds/planeView.jpg') no-repeat 50% 0;
	color: #ccc;
	background-color: #000;
}

body.bgBlueStripe {
	background: url('/images/backgrounds/blueStripe.jpg') no-repeat 50% 0;
	color: #ccc;
	background-color: #1a1a1a;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

h1 {
	background: url('/images/logo.png') top left no-repeat;
	width: 800px;
	height: 64px;
	margin: 40px 0px;
}

body.bgSpace h1,
body.bgPlaneView h1,
body.bgBlueStripe h1
{
	background: url('/images/logoLightBG.png') top left no-repeat;
}

h1 span {
	visibility: hidden;
}

p#tagline {

}

h2 {
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
}

body.bgPlaneView h2#recentWork,
body.bgBlueStripe h2#recentWork
{
	margin-top: 300px;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li {
	float: left;
	margin-left: 10px;
}

li.first {
	margin-left: 0px;
}

a {
	text-decoration: none;
}

a:link,
a:visited,
a:active
{
	color: #0099ff;
}

a:hover {
	color: #00ccff;
}

ul a img {
	border: 10px solid;
}

ul a:link img,
ul a:visited img
{
	border-color: #666;
}

ul a:hover img
{
	border-color: #00ccff;
}

ul a:active img
{
	border-color: #00A7D1;
}

div#address {
	float: left;
	width: 270px;
}

div#contactForm {
	float: left;
	width: 500px;
	margin-left: 20px;
}

form label {
	display: block;
}

form input.text,
form textarea
{
	padding: 5px;
	background-color: #ccc;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333;
}

form input.text {
	width: 240px;
	margin-bottom: 20px;
}

form textarea {
	width: 500px;
	height: 120px;
}

form .float {
	float: left;
	width: 240px;
}

div#errors {
	color: #ff0000;
	margin-top: 10px;
}

#footer {
	margin: 40px 0px;
}
