body {
	background: #000 url(/images/body_bg.gif) center 0;
	text-align: center;
	font-family: Georgia, Times, Sans-Serif;
	font-size: 62.5%;
	color: #878787;
}

a { color: #878787; }

#container {
	background: url(/images/container_bg.png);
	position: relative;
	width: 945px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.2em;
}

#logo {
	position: absolute;
	top: 0;
	left: 44px;
	z-index: 9000;
}

#nav {
	background: #737373 url(/images/nav_bg.gif) 0 0;
	height: 27px;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	text-align: right;
}

#nav ul {
	float: right;
}

#nav ul li {
	float: left;
}

#footer {
	padding: 20px 24px;
	overflow: auto;
}

#footer p {
	display: block;
	float: left;
	width: 200px;
}

#footer p strong {
	font-weight: normal;
	color: #fff;
}

#footer p.copyright {
	float: right;
	text-align: right;
}

/* Gallery Pages */

body#interior-redesign #content {
	height: 490px;
	background: url(/images/interior-redesign_bg.jpg) no-repeat 0 0;
}

body#real-estate-staging #content {
	height: 490px;
	background: url(/images/real-estate-staging_bg.jpg) no-repeat 0 0;
}

body#interior-redesign.album #content, body#real-estate-staging.album #content { height: auto; background:#000; }

body#interior-redesign #content h1, body#real-estate-staging #content h1, body#contact #content h1 { display:none; }

ul#gallery {
	padding: 198px 0 0 68px;
}

ul#gallery li {
	width: 132px;
	padding: 0 36px 0 0;
	margin: 0;
	overflow: hidden;
	float: left;
}

ul#gallery li p {
	padding-top: 5px;
}

ul#gallery a { text-decoration: underline; line-height: 16px;}

/* Contact Page */

body#contact #content ul, body#contact .thanks {
	font-size: 1.2em;
	color: #ffffff;	
}

body#contact #content li {
	width: 270px;
	float: left;
}

body#contact label {
	display: block;
	padding-bottom: 2px;
	font-weight: bold;
}

body#contact input.text {
	width: 200px;
	height: 20px;
	margin-bottom: 10px;
	border: 1px solid #cdcdcd;
}

body#contact textarea {
	width: 260px;
	height: 120px;
}

#s_address { display:none; }

body#contact .error {
	clear: both;
	margin: 10px 0 0 65px;
}

body#contact #submit {
	margin: 20px 0 0 215px;
}

/* Testimonials and About */

div#copy {
	margin: 90px 65px 65px 65px;
}

div#copy hr {
	border: none;
	height: 1px;
	overflow: hidden;
	background: #333;
	margin: 20px 0 40px 0;
}

div#copy p {
	color: #ccc;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-left: 190px;
	padding-bottom: 20px;
}

div#biophoto {
	float: left;
	width: 140px;
	font-size: 1.3em;
	color: #ccc;
}

div#biophoto img {
	padding-bottom: 10px;
}