@charset "utf-8";
/* CSS Document */
body {
	background-repeat:repeat-y;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: none;
}
#logo {
	background-repeat: no-repeat;
	background-position: left top;
	height: 400px;
	background-image: url(images/topleft.png);
	top: 0px;
	right: 0px;
	z-index: 0;
}
#wrapper #content {
	width: 700px;
	float: right;
	margin-top: -250px;
}
#wrapper #logo #top_text {
	float: right;
	width: auto;
	clear: none;
	background-position: right top;
	height: auto;
	left: 0px;
	top: 0px;
}

#wrapper #content #leftcol {
	float: left;
	width: 350px;
}
#wrapper #content #rightcol {
	float: right;
	width: 350px;
}
#wrapper #content #content2 {
	clear: both;
	width: 700px;
	padding-top: 25px;
}
#wrapper #content #content2 p {
	margin-right: 90px;
	margin-left: 90px;
}
#wrapper #content #content2 ul {
	list-style-type: disc;
}




#wrapper #footer #contact {
	float: none;
	width: 803px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
	width: auto;
	height: auto;
	clear: none;
	float: left;
	top: 400px;
	margin-top: -200px;
	line-height: 30px;
	z-index: 1;
	position: absolute;
}
#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}

.bottom {
	background-color: #a82a20;
	border: 1px solid #FFFFFF;
	width: 800px;
	line-height: 100px;
	left: auto;
	right: auto;
}

#footer {
	clear: both;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: 100px;
}

a {
text-decoration:none;
}
a:link {
text-decoration:none;
color:#FFFFFF;
}
a:visited {
text-decoration:none;
color:#FFFFFF;
}
a:active {
text-decoration:none;
color:#FFFFFF;
}
a:hover {
text-decoration:none;
color:#a82a20;
}
ul {
list-style-type: none;
}
#wrapper #logo img {
	border: 0px;
	z-index: -1;
}
.style7 {font-size: 13px;
text-align:right;

}