* {
	padding: 0;
	margin: 0;
}

body {
	background: #98CB4F url('../images/stretch.gif') repeat-x;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

a img {
	border: none;
}

h1 {
	font-size: 15px;
	color: #666;
	margin-bottom: 5px;
}

p {
	color: #666;
	margin-bottom: 1em;
	line-height: 140%;
}

p a {
	color: #666;
}

label {
	float: left;
	width: 100px;
	font-weight: bold;
}

form {
	padding-top: 10px;
}

input.text {
	width: 300px;
	height: 20px;
	border: 1px solid #CCC;
}

input.submit {
	margin-left: 100px;
	background: #9C6;
	padding: 5px 10px;
	border: 1px solid #360;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}

textarea {
	width: 300px;
	height: 120px;
	border: 1px solid #CCC;
}

#global-wrapper {
	background: url('../images/background.gif') top center no-repeat;
	width: 100%;
	min-height: 924px;
}

#wrapper {
	width: 948px;
	margin: 0 auto;
}

#header {
	background: url('../images/header.png') no-repeat;
	width: 948px;
	height: 491px;
}

#gallery-links li {
	display: inline;
	list-style: none;
}

#gallery-links li a {
	display: inline-block;
	width: 230px;
	height: 250px;
	float: left;
	text-indent: -9999px;
	margin-top: 50px;
}

#p-sub #header {
	background: url('../images/sub-header.png') no-repeat;
	height: 166px;
}

#p-sub  h1#title {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 50px;
	margin: 0;
	position: relative;
	top: 45px;
	left: 50px;
}

#header h1 {
	margin: 0;
}

#header h1 a {
	display: block;
	width: 390px;
	height: 80px;
	text-indent: -9999px;
	float: left;
}

#p-home #nav {
	float: right;
}

#p-home #nav li a {
	width: 140px;
	height: 100px;
}

#nav {
	margin: 0 0 0 400px;
}

#nav li {
	list-style: none;
	display: inline;
}

#nav li a {
	display: inline-block;
	width: 100px;
	height: 140px;
	text-indent: -9999px;
}

#container {
	background: url('../images/container.png') repeat-y;
	height: 323px;
}

#p-sub #top {
	background: url('../images/sub-container.png') no-repeat;
	height: 85px;
	width: 949px;
}

#bottom {
	background: url('../images/container-bottom.png') no-repeat;
	width: 949px;
	height: 51px;
}

#p-sub #container {
	background: url('../images/sub-container-stretch.png') repeat-y;
	height: auto;
}

#gallery a img {
	border: 2px solid #000;
}

#gallery li {
	list-style: none;
	display: inline;
	margin-right: 50px;
}

#gallery li a {
	display: inline-block;
	margin-bottom: 30px;
}

#copy {
	padding: 0 50px 0 50px;
}

.first {
	margin-left: 48px;
}

.second {
	padding-left: 70px !important;
}

.third {
	padding-left: 50px !important;
}

.column {
	width: 197px;
	float: left;
	padding: 0 31px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}