body {
	background-color: #060606;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #fff;
}

#wrapper {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 540x;
	overflow: visible;
	padding: 0;
	margin: 0;
}

#content {
	width: 100%;
	height: 540px;
	position: absolute;
	top: -288px; /***  height / 2   ***/
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
}

#top-bar {
	margin: 0 auto;
	width: 960px;
	height: 90px;
}

#tab-spacer {
	height: 55px;
}

#tab-container {
	padding: 0;
	margin: 0;
	margin-top: 0px;
	width: 410px;
	height: 35px;
	background-color: #ff8000;
	text-align: center;
}

#tab {
	width: 382px;
	padding: 0;
	margin: 0;
	height: 35px;
}

#tab-left {
	width: 14px;
	height: 35px;
	background-image: url('images/tab-left.gif');
	float: left;
}

#tab-right {
	width: 14px;
	height: 35px;
	background-image: url('images/tab-right.gif');
	float: right;
}

.tab-header {
	font-size: 125%;
	font-weight: bold;
	line-height: 2.1em;
}

#middle-container {
	margin: 0 auto;
	width: 960px;
	height: 325px;
	margin-top: 25px;
	border-width: 0 1px 0 1px;
	border-style: none dotted none dotted;
	border-color: #6598fe;
}

a.main-link {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}

a:hover .main-link {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
}

#right-column {
	padding: 25px;
	padding-left: 50px;
	width: 465px;
	float: right;
}

#left-column {
	margin: 25px;
	width: 370px;
	float: left;
	height: 275px;
}

#bottom-bar {
	margin: 0 auto;
	margin-top: 25px;
	width: 960px;
	height: 75px;
}

#bottom-logo {
	width: 375px;
	padding-left: 50px;
	float: left;
}

#bottom-advert {
	width: 490px;
	float: right;
}

#footer {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	padding-top: 15px;
	color: #7d6a6a;
}

.footer-link {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	border: none;
}

div.clear {
	clear: both;
}

.left-field
{
    clear: left;
    float: left;
    margin: 3px;
    width: 130px;
    text-align: right;
}

.right-field
{
    float: left;
    margin: 3px;
    width: 156px;
}

.left-field label
{
    color: #fff;
    font-weight: bold;
}

.right-field input
{
    width: 150px;
}

.right-field input.button
{
    width: auto;
    float: right;
    border: solid 1px #fff;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    background-color: #01349a;
    margin: 10px 0;
}

.right-field a
{
    color: #fff;
    float: right;
}

.right-field span
{
    float: left;
}

#messages
{
    color: #ff0000;
}

/*--------------------------------------
 GLOBAL TYPOGRAPHY
 ---------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 {
	font-size: 218%;
	margin-top: 1em;
	margin-bottom: 1em;
}

h2 {
	font-size: 164%;
	margin-top: 1em;
}

h3 {
	font-size: 145%;
}

h4 {
	font-size: 118%;
}

p {
	font-size: 100%;
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 1em 0;
}

a img {
	border: none;
}
