/* CSS Document */
.dr-style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(background01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #0000FF;
}

#shell {
	width: 900px;
	margin: 0 auto 0 auto;
	position: relative;
}
#adrs {
	width: 900px;
	padding:0 0 0 0;
	margin: 0 auto 0 auto;
	font-family:verdana, helvetica;
	color:#999B9D;
	text-align:center;
	font-size:12px;
	position: relative;
}
#footer {
	width: 900px;
	padding:0 0 0 0;
	margin: 0 auto 0 auto;
	font-family:verdana, helvetica;
	color:#999B9D;
	text-align:center;
	font-size:10px;
	position: relative;
}