html, body{
	padding:0;
	height:100%;
	margin: 0 0 1px;
	background-color: white;
	scrollbar-base-color: silver;
	scrollbar-arrow-color: black;
	scrollbar-3dlight-color: #99ccff;
	scrollbar-darkshadow-color: #6699cc;
	scrollbar-face-color: whitesmoke;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #cccccc;
	scrollbar-track-color: whitesmoke;
}
td{
	font-family: arial, verdana;
	font-size: 11px;
	line-height: 16px;
}
a, a:visited, a:link{
	color: #3399cc;
	text-decoration: underline;
}
a:hover{
	color: #cc3366;
	text-decoration: none;
}
.falselink{
	color: #3399cc;
	text-decoration: underline;
}
hr{
	color: silver;
}
.frame{
	width: 800px;
	background-image: url(../img/djbackground.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: white;
}
.footer{
	width: 800px;
	color: gray;
	background-color: white;
	border-top: 1px solid gray;
}
.limg{
	width: 290px;
}
.header{
	height:150px;
	width: 510px;
}
.content{
	text-align: right;
	height:500px;
	width: 510px;
}
.contentdiv{
	opacity:0.8;
	filter:alpha(opacity=80);
	text-align: left;
	color: black;
	background-color: white;
	border: 6px double silver;
	padding: 5px;
	width: 480px;
}
.djinfo{
	padding:5px;
}
.djservice{
	color: gray;
}
.djmenuimg{
	width: 500px;
	height: 36px;
}
.djform{
	background-color: silver;
	width: 200px;
}