body, html {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	background: url("images/bg.png") repeat;
}
img {
	border: 5px solid #a7cbe7;
}
#page {
	width: 987px;
	position: absolute;
	left: 50%;
	margin: 0px -494px;
}
#header {
	height: 285px;
	background: url("images/header.png") no-repeat bottom left;
}
#backlink{ 
	position: absolute;
	top: 42px;
	left: 790px;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
}
#backlink span {
	visibility: hidden;
}
#menu {
	list-style-type: none;
	position: absolute;
	top: 258px;
	left: 385px;
}
* html #menu {
	margin-top: 11px;
}
#menu li {
	float: left;
	margin-right: 26px;
	font-size: 13px;
	letter-spacing: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#menu li a {
	text-transform: uppercase;
	color: #404040;
	text-decoration: none;
	
}
#main_container {
	background: url("images/bg_line.png") repeat-y left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
#main_container p {
	text-align: justify;
}
#left {
	width: 233px;
	float: left;
	margin-left: 50px;
}
#left a {
	color: white;
}
#left hr {
			border-top: 1px solid #fff;
            border-bottom: 0px none;
            border-left: 0px none;
            border-right: 0px none;
            height: 1px;
            margin: 4px 0px;
            padding: 0px;
}
#main {
	float: right;
	width: 624px;
	margin-right: 50px;
}
#main h2, #main h3, #main h4 {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	margin: 6px 0px;
}
#main h5, #main h6, #main h7{
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	margin: 6px 0px;
}
#main h2, #main h5 {
	color: red;
}
#main h3, #main h6 {
	color: #404040;
}
#main h4, #main h7 {
	color: white;
}
#main em {
	font-style: normal;
	color: #404040;
}
#main strong {
	font-weight: normal;
	color: red;
}
#main img {
	border-width: 7px;
}
#main hr {
			border-top: 1px solid #404040;
            border-bottom: 0px none;
            border-left: 0px none;
            border-right: 0px none;
            height: 1px;
            margin: 4px 0px;
            padding: 0px;
}
#main a {
	color: #404040;
	text-decoration: none;
}
#main a:hover {
	color: white;
	text-decoration: underline;
}
#page_footer {
	margin: 0px 50px;
	padding-top: 6px;
	background: url("images/footer_bg.png") repeat;
	clear: both;
	text-align: center;
	color: #a8cce8;
}
#page_footer a {
	color: #a8cce8;
}
#footer {
	height: 42px;
	background: url("images/footer.png") no-repeat top left;
}
