/* CSS Document */
html, body {
	background-color:#333;
	color:#fff;
	margin-top:0px;
	margin-left:0px;
	padding: 0px;
	scrollbar-3dlight-color: #ccc;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: #333;
	scrollbar-face-color: #000;
	scrollbar-highlight-color:#666;
	scrollbar-shadow-color:#999;
	scrollbar-track-color: #343234;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	list-style-image:url(../images/bt.gif);
	list-style-position:outside;
}

a:link {
	text-decoration: none;	color: #666666;	}

a:visited {
	text-decoration: none;	color: #009999;}
a:hover {
	text-decoration: underline;	color: #FF3300;}
a:active {
	text-decoration: none;	color: #990066;}
	
#top {
	width:95%;
	height: 80px;
	background-color:#000;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	background-image:url(../images/header05.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 6px;
}
	
#main {
	width:95%;
	margin-right:auto;
	margin-left:auto;
	background-color:#fff;
	color:#000;	
	padding: 6px;
}


#footer { 
	width:95%;
	color:#333;
	margin-right:auto;
	margin-left:auto;
	padding: 6px;
	background-color:#fff;
	background-image:url(../images/edge.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	font-size: 11px;
 }
	
.box {
	width:50%;
	color:#000;
	padding: 6px;
	margin-bottom: 10px;
	background-image: url(../images/sus3.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.mini {
	width: 300px;
	color:#333;
	padding: 10px;
	background-image:url(../images/dsn4.gif);
	background-repeat: no-repeat;
	background-position: bottom ;
	font-size: 11px;
}

.bx2 {
	width:300px;
	color:#000;
	padding: 3px;
	background-image: url(../images/sus4.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


.img {
	padding: 3px;
	background-color:#666;
	border:3px double #000; 
}

.red {
	color:#cc0000;
	padding: 2px;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
