﻿html, body, form
{
	margin: 0;
	padding: 0;
	height: 100%;
}
body
{
	color: #ffffff;
	font-size: 12pt;
	font-family: Calibri, Sans-Serif;
	background-color: #545454;
	min-height: 100%;
}
a:link
{
	color: #FFBB04;
	text-decoration: none;
}
a:visited
{
	color: #FFBB04;
	text-decoration: none;
}
a:active
{
	color: #FFBB04;
	text-decoration: none;
}
a:hover
{
	color: #FFBB04;
	text-decoration: underline;
}
#container
{
	padding: 0px 0px 0px 0px;
	margin: auto;
	width: 760px;
	height: 100%;
	position: relative;
	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#top
{
	padding: 0;
	margin: 0;
	width: 760px;
	height: 180px;
	position: relative;
}
#middle
{
	width: 760px;
	position: relative;
	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat-y;
}
#content_main
{
	height: auto !important;
	height: 350px;
	min-height: 350px;
}
.content_padding
{
	padding: 5px 20px 5px 20px;
}
#bottom
{
	width: 760px;
	height: 150px;
}
.footer_bg
{
	background-image: url(images/footer_bg.jpg);
	width: 760px;
	height: 70px;
}
.footer
{
	text-align: center;
	padding-top: 4px;
}
.content_header
{
	width: 760px;
	height: 26px;
	background-image: url(images/header_bg.jpg);
}
h1
{
	color: #FFBB04;
	padding-left: 20px;
	padding-top: 1px;
	font-size: 14pt;
	font-weight: bold;
}
