﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	background-image: url('../images/background.gif');
	background-repeat: repeat-x;
}

#header {
	width: 100%;
	height: 1px;
}
#footer {
	width: 100%;
	height: 1px;
}
#content {
	width: 100%;
	height: 609px;
	margin: 0;
	background-color: #000;
}
#inner_content {
	width: 1024px;
	height: 609px;
	margin: 0 auto;
	background-color: #000;
}
#imagebank {
	padding-top: 24px;
	padding-left: 11px;
  	width: 1014px;
	height: 258px;
	background-color: #000;
	overflow: hidden;
}
#imagebank img {
	width: 161px;
	height: 258px;
}
#s1, #s2, #s3, #s4, #s5, #s6 {
	width: 161px;
	margin-right: 8px;	
	float: left;
}

#statement a {
	font-size: 0.8em;
	line-height: 1.3em;
	color: #808080;
	text-decoration: none;	
}
#statement a:hover {
	color: #fff;
}
#statement table a {
	font-size: 1em;
	color: #fff;
	text-decoration: none;	
}

table {
	font-size: 1.5em;	
	text-align: left;
	width: 100%;
}
thead {
	color: #808080;	
}
table a {
	color: #808080;
}

a img {
	border: none;
}

ul {
	margin: 0;
	padding: 0;
	width: 1024px;
	float: left;
	text-align: right;
}
ul > li {
	padding-top: 14px;
	display: inline;
	float: left;
}
ul > li#menu {
	width: 172px;
	font-size: 1.5em;
	line-height: 1.3em;
}
ul > li#body {
	padding-left: 83px;
	padding-right: 16px;
	width: 505px;
}
ul > li#logo {
	padding-top: 245px;
	width: 248px;
}
ul > li#logo img {
	float: right;
	margin-right: 8px;
}
p {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1.9em;
	font-weight: normal;
	line-height: 1.3em;
}

#menu a {
	text-decoration: none;
	color: #fff;
	outline: none;
}
#menu ul {
	margin: 0;
	padding: 0;
	width: 172px;
	list-style: none;
	float: none;
}
#menu ul li {
	margin: 0;
	padding: 0;
	width: 172px;
	float: none;
	display: block;
}
#menu dl {
	margin: 0;
	padding: 0;
}
#menu dl dd ul li a {
	color: #808080;
}
#menu dl dd ul li a.selected {
	color: #ed1a3b;
}
#menu dl dd ul li a:active {
	color: #ed1a3b;
}
#menu dl dd ul li a:hover {
	color: #fff;
}
#menu dd {
	margin: 0;
	padding: 0;
}
#menu dt {
	width: 172px;
	display: block;
}
#menu dl dt a {
	color: #fff;
}
#menu dl dt a:hover {
	color: #b3b3b3;
}
#menu dl dt a.selected {
	color: #b3b3b3;
}
