body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #1f2645;
	margin: 0px;
}
div {
	display: block;
}
td {
	vertical-align: top;
}
form {
	display: inline;
}
#header {
	background-color: #1a1738;
	height: 111px;
	border-bottom: 4px solid #af1803;
}
#menu {
	background-image: url(/images/main/menu-background.gif);
	text-align: center;
	height: 26px;
	width: 872px;
	margin: 0 auto;
}
#menu .left img {
	float: left;
}
#menu .right img {
	float: right;
}
#menu .list {
	padding-top: 3px;
	display: block;
	word-spacing: 1px;
	letter-spacing: 1px;
}	
#content .top {
}

#header .photo {
	float: right;
	clear: none;
	position: relative;
}
#header .logo {
	text-align: center;
	height: 26px;
	width: 872px;
	margin: 8px auto 0;
	padding-right: 220px;
	display: block;
}

a, a:link, a:visited, a:hover, a:active {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
#content {
	width: 872px;
	text-align: center;
	margin: 15px auto 0;
	background-image: url(/images/main/content-background.gif);
	background-repeat: repeat-y;
}
#content .top {
	background-image: url(/images/main/content-top.gif);
	height: 25px;
	display: block;
	background-repeat: no-repeat;
}
#content .inner {
	text-align: left;
	padding: 0 20px;
	display: block;
}
#content .bottom {
	background-image: url(/images/main/content-bottom.gif);
	height: 28px;
	display: block;
	background-repeat: no-repeat;
}
input,select,textarea {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
	background-color: #DEDEDE;
	border: 1px solid #DEDEDE;
	padding: 2px 4px;
}
.heading {
	display: block;
	height: 55px;
	position: relative;
	bottom: 8px;
	margin-bottom: -5px;
	background-image: url(/images/main/divider.gif);
	background-position: left 45px;
	background-repeat: no-repeat;
}
.buttons {
	background: none;
	border-style: none;
	padding: 0;
	margin: 0 0 0 -5px;
}
.float_left {
	float: left;
	margin: 0 25px 10px 0;
}
.float_right {
	float: right;
	margin: 0 0 10px 25px;
}
