div, body, h1, h2, h3, p, img, ul, li {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

body {
	background: #000000;
	font: 12px Verdana, Arial, sans-serif;
}

h1, h2, h3 {
  font-weight: normal;
}

:active, :focus {
  outline: none;
}

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

a:hover {
	color: #999999;
}

img {
	border: none;
}

#header {
	display: block;
}

#container {
	width: 870px;
	margin: 0 auto;
	background: url(../images/container_bg.gif) repeat-y;
}

#secondary_navigation {
	padding: 10px 40px 10px 40px;
	background: url(../images/secondary_navigation_bg.gif) repeat-y;
	font-size: 1.2em;
}

#secondary_navigation li {
	display: inline;
	margin-right: 15px;
}

#content_wrapper {
	width: 100%;
	overflow: auto;
}

#navigation {
	float: right;
	width: 125px;
	padding: 0 10px 0 10px;
	font-size: 1.3em;
}

#navigation li {
	margin-top: 10px;
}

#content {
	float: left;
	width: 645px;
	padding:  40px;
	color: #fff;
}

#content h1 {
	margin-bottom: 5px;
}

#content h2 {
	margin-bottom: 5px;
}

#content p {
	margin-bottom: 10px;
	color: #999;
}

#content a:hover {
	color: #d1d1d1;
}

#gallery {
	width: 100%;
	overflow: auto;
	text-align: center;
}

.gallery_description {
	margin-bottom: 10px;
}

.description {
	text-align: left;
	padding: 0 5px 0 5px;
}

.image {
	float: left;
	width: 200px;
	margin: 0 15px 15px 0;
}

form {
	margin-top: 20px;
}

label, input, textarea {
	float: left;
	display: block;
	width: 300px;
	margin-bottom: 10px;
	padding: 3px;
}

input {
  font-size: 1.4em;
}

textarea {
	font: Verdana, Arial, sans-serif;
  font-size: 1.4em;
	height: 100px;
}

label {
	text-align: right;
	width: 50px;
	padding-right: 20px;
}

form br {
	clear: left;
}

.submit {
	width: auto;
	font-size: 1em;
}

.alternative_contact {
	clear: both;
	margin-top: 20px;
}

.page_image {
	margin: 0 0 5px 10px;
	float: right;
}

#footer {
	clear: both;
	background: url(../images/footer_bg.gif) repeat-y;
	padding: 10px 40px 10px 40px;
}

#footer h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
}

#copyright_wrapper{
	width: 870px;
	margin: 5px auto;
	text-align: right;
}

#copyright {
  font-size: 0.9em;
	color: #333;
}

#copyright a {
	color: #333;
}

#copyright a:hover {
	color: #888;
}