@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#background {
    width: 100%; 
    height: auto; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: 0;
}

.stretch {
    width: 100%;
    height: auto;
}

#wrapper {
	width: 901px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#header {
	float: left;
	height: 155px;
	width: 901px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#menu {
	float: left;
	height: 33px;
	width: 901px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 17px;
	word-spacing: 70px;
}

#main {
	width: 901px;
	float: left;
	height: auto;
	color: #fff;
}

#leftcol {
	float: left;
	height: auto;
	width: 300px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-left: 15px;
}

#rightcol {
	float: right;
	Height: auto;
	width: 500px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 15px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	float: left;
	height: 250px;
	width: 900px;
	color: #666666;
	clear: both;
}

a.menu:link {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin-bottom: 8px;
}

a.menu:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}

a.menu:hovor {
	color: #9ba6ba;
	text-decoration: underline;
	font-size: 17px;
}

a.text:link {
	color: #d2d2d2;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

a.text:visited {
	color: #d2d2d2;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a.text:hover {
	color: #9ba6ab;
	text-decoration: none;
}

.roundcont {
	width: 901px;
	background-color: #1e1f1f;
	color: #fff;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
	clear: both;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.roundcontright {
	width: 500px;
	background-color: #101010;
}

.roundtopright {
	background: url(images/rtr.gif) no-repeat top right;
}

.roundbottomright {
	background: url(images/rbr.gif) no-repeat top right;
}
	
.righttext {
	padding-right: 15px;
	padding-left: 15px;
}

