body,td,th {
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
}
body {
	background-color: #000000;
	background-image:  url(images/back.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top center;
}

.banner {
    width: 900px; 
	height: 250px; 
	background-color: transparent;
	position: absolute; 
	margin-left: -450px;
	top: 0px;
	left: 50%;
	border-width:0px;
}
.nav {
    width: 600px; 
	height: 30px; 
	background-color: transparent;
	position: absolute; 
	top: 230px;
	left: 10px;
	border-width:0px;
	font-size:14px;
}
.main {
    width: 900px; 
	height: 100%; 
	background-color: transparent;
	position: absolute; 
	margin-left: -450px;
	top: 250px;
	left: 50%;
	border-width:0px;
}
.left {
    width: 400px; 
	height: 100%; 
	background-color: transparent;
	position: absolute; 
	margin-left: -440px;
	top: 20px;
	left: 50%;
	border-width:0px;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}

.right {
    width: 360px; 
	height: 100%; 
	background-color: transparent;
	position: absolute; 
	margin-left: 80px;
	top: 20px;
	left: 50%;
	border-width:0px;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}
.bandright2 {
    width: 300px; 
	background-color: transparent;
	position: absolute; 
	text-align: left;
	margin-left: 80px;
	top: 55px;
	left: 50%;
	border-width:0px;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}

.info {
	width: 475px;
	background-color: transparent;
	position: absolute;
	text-align: justify;
	border-width:0px;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	top: 400px;
}

.pic img {
   padding:2px;
   border:1px solid #363636;
}

.bandright2 h1{
   font-family: Arial;
   font-size: 16px;
   font-weight: bold;
   color: #f30000;
}
.text1{
        background-color:111111; 
        color:ffffff;
        border-color:363636;
        border-style:solid;
        border-width:1px;
        width:350px;
}

a:link    { color: #ffffff; text-decoration: none; }
a:visited { color: #ffffff; text-decoration: none; } 
a:hover   { color: #ed1c24; text-decoration: none; } 
a:active  { color: #ffffff; text-decoration: none; } 

