/* copyright */
.copyright {font-size: 10px; color: #1885b8; font-family: verdana; text-decoration: none}
.copyright    a:link {font-size: 10px; color: #1885b8; font-family: verdana; text-decoration: none}
.copyright    a:visited {font-size: 10px; color: #1885b8; font-family: verdana; text-decoration: none}
.copyright    a:active {font-size: 10px; color: #1885b8; font-family: verdana; text-decoration: none}
.copyright    a:hover {font-size: 10px; color: #ffffff; font-family: verdana; text-decoration: none}


body  {
	background:#383838;
	margin:0;
	padding: 0px 0 0 0px;
}

#container {
    margin:0;
    width:900px;
  	border-width: 2px;
    border-left-style: solid;
    border-right-style: solid;
	border-color: #000000;
	padding: 0px 0 0 0px;
	background:#421c52;
}

#menu {
	width:900px;
	height:50px;
	margin:0;
	padding: 0px 0 0 0px;
}

#topbanner {
	width:900px;
	height:286px;
	margin:0;
	padding: 0px 0 0 0px;
}

#main_1 {
	width:890px;
	margin:0;
	background:#ffffff;
    padding-top: 10px;
 	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#copyright {
	width:900px;
	height:50px;
	margin:0;
	padding-top: 10px;
	padding-bottom: 5px;
}



