body {
	background: #000 url(/assets/bgtile.jpg) 0 0 repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #fff;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 960px;
	padding: 0 20px;
	margin: 0 auto;
	background: #000;
	border-top: 5px solid #333;
}
#content a {
	color: #007DC3;
	text-decoration: underline;
}

#content a:hover {
	color: #333;
	text-decoration: none;
}

#testimonials, .boxed {
	background: #0d0d0d url(/assets/testimonials.jpg) 100% 5px no-repeat;
	border: 1px dashed #999;
	padding: 10px;
}

.boxed {
	background: #0d0d0d;
	border: 1px dashed #999;
	padding: 10px;
}
.box {
	background: #0d0d0d;
	border: 1px dashed #999;
	padding: 10px;
	margin: 10px 0;

}
#content {
	padding-bottom: 20px;
}

.note {
	color: #999;
	font-style: italic;
	font-size: 12px;
}

#sphoto img {
	border: 2px solid #333;
	padding: 7px;
}
#desc {
	font-style: italic;
	font-size: 10px;
}
#homePhotos {
	width: 430px;
	float: right;
	margin: 0 0 10px 10px;

}
#branding {
	position: relative;
	height: 180px;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
}

h1 a {
	color: #fff;
	text-decoration: none;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #999;
}

#navigation {
	position: absolute;
	top: 20px;
	left: 180px;
}

#callOut {
	position: absolute;
	top: 60px;
	left: 180px;
	width: 757px;
}

#callOut h1{
	line-height: 1.3em;
	
	font-size: 24px;

}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
	}
#navigation a{
	text-decoration: none;
	color: #fff;
	margin-right: 20px;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 7px solid #000;
	}
	
#homePage #navigation a.homeLink, #contactPage #navigation a.contactLink, #whatwedoPage #navigation a.whatwedoLink, #inthepressPage #navigation a.inthepressLink, #galleryPage #navigation a.galleryLink, #testimonialsPage #navigation a.testimonialsLink {
	border-bottom: 7px solid #037EC4;

}
#navigation a:hover{
	color: #ccc;
	border-bottom: 7px solid #037EC4;

	}

#footer {
	width: 960px;
	padding: 0 20px;
	border-top: 5px solid #282828;
	margin: 0 auto;
	position: relative;
	height: 90px;
	background: #343434 url(/assets/footertile.jpg) 0 0 repeat-x;
}

.imgBorder {
	padding: 2px;
	border: 2px solid #333;
}

#footerEmail {
	position: absolute;
	top: 20px;
	left: 20px;
}

#footerTelephone {
	position: absolute;
	top: 50px;
	left: 20px;
}

#footerCopyright {
	position: absolute;
	top: 38px;
	right: 20px;
}

.clearBoth {
	clear: both;
}

.paypal {
	border: none;
	background: #007DC3;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	padding: 8px 20px;
	cursor: pointer;
	cursor: hand;

}
input[type="submit"]:hover{
   background: #666;
}
