﻿
body
{
	color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	background-color: #2A2A2A;
}

a
{
	margin: 1px;
	color: #eeaf28;
	padding: 1px;
	text-decoration: none;
}

a:hover
{
	background-color: #707070;
	border: 1px solid #000000;
	margin: 0px;
}

img
{
	border: 0px;
}

#layout_header
{
	background: url(/images/bg/header.gif) #114477;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 100px;
	width: 798px;
}

#layout_menu
{
	float: left;
	width: 150px;	
}

#layout_content
{
	background-color: #444444;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	float: left;
	padding: 10px;
	width: 628px;	
}


#layout_footer_left
{
	float: left;
	padding: 5px;
	width: 140px;	
}

#layout_footer_content
{
	color: #757575;
	float: left;
	padding: 5px;
	width: 640px;
	text-align: right;
	font-size: small;	
}

#header_logo
{
	float: left;
	height: 100px;
	width: 400px;
}

#header_top
{
	float: left;
	width: 398px;
}

#header_links
{
	background: url(/images/bg/header_links.gif) #444444;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 20px;
	float: right;
	padding: 5px;
	margin-bottom: 45px;
}

#header_information
{
	padding: 5px;
	text-align: right;
	vertical-align: baseline;
}

#menu_header
{
	background: url(/images/bg/menu_header.gif) #114477;
	background-repeat: repeat-x;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	color: #FFFFFF;
	height: 20px;
	text-align: center;
}

#menu_body
{
	background-color: #444444;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 5px;
}

#menu_ads
{
	text-align: center;
	padding: 5px;
}

#footer_links
{
	float: left;
	text-align: left;	
}

#footer_copyright
{
	float: right;
	text-align: right;	
}

#left
{
	padding: 5px;
	float: left;
	text-align: left;
	width: 100px;
}

#center
{
	padding: 5px;
	float: left;
	text-align: center;
	width: 398px;
}

#right
{
	padding: 5px;
	float: right;
	text-align: right;
	width: 100px;
}

div.section_header
{
	background: url(/images/bg/menu_header.gif) #114477;
	background-repeat: repeat-x;
	border: 1px solid #000000;
	color: #FFFFFF;
	height: 20px;
	padding-left: 2px;
	text-align: left;
}

div.payment_details
{
	border-bottom: 1px dashed #CCCCCC;
	font-size: medium;
	padding: 5px;
}

td.header
{
	background: url(/images/bg/menu_header.gif) #114477;
	background-repeat: repeat-x;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	height: 20px;
	padding-left: 2px;
	text-align: left;
}

td.row1
{
	background-color: #444444;
	padding-left: 2px;
}

td.row2
{
	background-color: #555555;
	padding-left: 2px;
}

td.formErrors
{
	background-color: #FF1111;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	text-align: center;
	padding-left: 2px;
}
