body {
	text-align: center;
	font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #8d8896;
	background: url('../images/background.gif') repeat-x top #302846;
}
* {
    text-shadow: #1f1a2e 0 0 1px;
}
p {
	margin: 0 0 16px;
}
a {
	color: #8d8896;
	text-decoration: none;
	border-bottom: 1px solid #8d8896;
}
a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}
h2, h3, h4, h5 {
	color: #fff;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 200%;
}
div#wrapper {
	text-align: left;
	margin: auto;
	width: 700px;
}
img.bigphoto {
	margin: 0 0 20px;
}
div.inner {
	width: 600px!important;
	margin: auto;
}
div.contentbox {
	background: #1f1a2e;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
div.contentbox > div {
	padding: 25px 30px;
}
body.inner div.contentbox {
	-moz-border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}
h1#logo {
	width: 239px;
	float: left;
	display: block;
}
h1#logo a {
	width: 239px;
	height: 61px;
	background-image: url('../images/logo.gif');
	margin: 50px 0 30px;
	border: none;
}
ul#navigation {
	width: 273px;
	float: right;
	position: relative;
	top: 50px;
	left: 1px;
}
body.inner ul#navigation {
	top: 109px;
}
ul#navigation li {
	display: inline;
}
ul#navigation li.active a {
	background-position: bottom!important;
}
ul#navigation li a {
	height: 37px;
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	border: none;
}
ul#navigation li a:hover {
	background-position: bottom;
	cursor: pointer;
}
img.tagline {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}
div#footer {
	margin: 25px 0;
	text-align: center;
}
div#footer p {
	color: #645d75;
	margin: 0;
}
div#footer a {
	color: #645d75;
	border: none;
}
div#footer a:hover {
	color: #8d8896;
}
img.innerphoto {
	margin: 10px 10px 0 10px;
}
td {
	padding: 10px 0;
	border-bottom: 1px solid #343042;
}
td.label {
	text-align: right;
	color: #fff;
	font-weight: bold;
	padding: 0 20px 0 0;
}
td {
	vertical-align: middle;
}
tr input, tr textarea {
	width: 95%;
	display: block;
	background: none;
	border: 2px solid #645d75;
	background: #343042;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
	color: #fff;
	font-size: 16px;
}
tr textarea {
	height: 100px;
}
input[type="submit"] {
	border-color: #000;
	background: #13111a;
	cursor: pointer;
	width: 200px;
	margin: auto;
}
input[type="submit"]:hover {
	background: #000;
	border-color: #13111a;
}
.disabled {
	opacity: 0.5;
	-moz-opacity: 0.5;
}
.disabled:hover {
	border-color: #000!important;
	background: #13111a!important;
	cursor: wait!important;
}
table p {
	margin: 0;
}
table {
	margin: 0 0 25px;
}
label {
	font-weight: bold;
	display: block;
}
div.thumb a {
	border: none;
}
div.thumb {
	width: 160px;
	height: 150px;
	float: left;
	display: block;
	margin: 10px;
	padding: 0!important;
}
p.fail {
	background: #000;
	padding: 25px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}