html {
	font-size: 100%;
}

img, a, div { behavior: url(iepngfix.htc) }

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #131b24;
	font-family: "Helvetica Neue", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	font-size-adjust: .50;
	color: white;
	font-size: 0.9em;
}

.alt_text {
	color: #2f4052;
}

#header {
	position: relative;
	margin: 70px 0;
	width: 100%;
}

#title {
	width: 500px;
	top: 0px;
	margin: 0 0 0 70px;
}

#body {
	position: relative;
	margin: 0 100px;
}

#sshot_area {
}

#sshot {
	padding: 10px;
	text-align: center;
}

#sshot img {
	border: 1px dotted white;
	padding: 3px;
}

#sshot_details {
	font-size: 0.95em;
	text-align: center;
}

p {
	font-weight: normal;
	margin-top: 0;
}

#title p {
	font-weight: 200;
}

#title p strong {
	font-weight: bold;
}

h4 {
	color: #2f4052;
	font-size: 1.4em;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	letter-spacing: -1px;
	width: auto;
	margin: 0 auto;
}
h4 a { 
	color: #2f4052;
	font-weight: bold;
	text-decoration: none;
}

.floatright
{
	padding: 10px 0 5px 5px;
	float: right;
}
.floatright img
{
	border: none;
}

div.footer {
	width: 500px;
	margin: 0 auto;
}

#footer
{
	color: #2f4052;
	margin-top: 10px;
	padding-top: 40px;
	text-align: center;
	margin: 10px auto 0 auto;
}

a { font-weight: 600; color: white; text-decoration: underline; }

form div {
	clear: left;
	display: block;
	margin: 5px 0 0 0;
	padding: 1px 3px;
}

form div label {
	display: block;
	float: left;
	width: 200px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: right;
}

form div input.inputText, form div textarea {
	width: 400px;
	padding: 1px 3px;
	margin: 0;
}

form div.submit {
	width: 414px;
	padding: 0 0 0 216px;
}

div#title a.img {
	margin: 0 8px 8px 0;
	float: left;
	vertical-align: middle;
}

div#title a.img img {
	border: none;
}


