* {
	margin: 0px;
	padding: 0px;
}
body {
	padding-top: 0px;
	background-color: #000;
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	letter-spacing: 1px;
}
a {color: #FFF;font-size: 9px;}
a:hover {color: #01a9c0;}
.more{float: left;}
.clear{clear:both;}
p {	margin: 10px 0px 10px 0px;
	line-height: 12px;
	font-size: 9px;
}
#container {
	margin: 0px auto;
	width:873px;
}
#menu {
	background-image:url(images/header.gif);
	width:873px;
	height:109px;
	position:relative;
}
#menu li{
	position:absolute;
	top:59px;
	list-style-type: none;
}

#m01 {left:97px;}
#m02 {left:201px;}
#m03 {left:304px;}
#m04 {left:410px;}
#m05 {left:502px;}
#m06 {left:588px;}
#m07 {left:705px;}

#m01c {left:97px; text-decoration: underline}
#m02c {left:201px; text-decoration: underline}
#m03c {left:304px; text-decoration: underline}
#m04c {left:410px; text-decoration: underline}
#m05c {left:502px; text-decoration: underline}
#m06c {left:588px; text-decoration: underline}
#m07c {left:705px; text-decoration: underline}

#menu a{
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight:bolder;
	color:#FFFFFF;
	text-decoration:none;
	text-transform: none;
}
#menu a:hover {color: #01a9c0;}
#header {
	background-image:url(images/body.gif);
	background-repeat:repeat-y;
	width:873px;
}
#logo {
	width:310px;
	margin: 0px 0px 0px 60px;
	float:left;
	display:inline;
}
#dj {
	background-image:url(images/video-screen.gif);
	width:383px;
	height:295px;
	float:right;
	margin-right:40px;
	display:inline;
}
#dj object{
	left:31px;
	top:27px;
	position:relative;
}
#welcome {
	width:310px;
	margin: 0px 0px 0px 85px;
	float:left;
	display:inline;
}
#welcome h2{
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}
#welcome p{
	width:300px;
}
#content img{
	border: solid 3px #FFFFFF;
}
#middle {
	background-image:url(images/middle.gif);
	width:873px;
	height:21px;
}
#middle2 {
	background-image:url(images/middle2.gif);
	width:873px;
	height:22px;
}
#content {
	background-image:url(images/body.gif);
	width:873px;
}
#content h2{
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}
#left {
	float:left;
	width:707px;
	margin: 0px 85px 0px 85px;
	display:inline;
}
#right {
	float:right;
	width:258px;
	height:auto;
	margin: 0px 62px 20px 0px;
	display:inline;
}
#footer {
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	width:873px;
}
#footer p{
	height:58px;
	width:873px;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	font-size:11px;
}
#footer a{
	font-size:11px;
}

img.float-right {
	float: right;
	margin: 5px 0px 5px 15px;  
}
img.float-left {
	float: left;
	margin: 5px 15px 5px 0px;
}
/* form elements */
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
/* input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 48px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #01a9c0;
	border:5px solid #fff;
} */
input {
	width:200px;
	padding:2px;
	border:3px solid #fff;
	font: normal 1em Verdana, sans-serif;
	color:#01a9c0;
	background: #000;
}
select {
	width:80px;
	padding:2px;
	border:3px solid #fff;
	font: normal 1em Verdana, sans-serif;
	color:#01a9c0;
	background: #000;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:3px solid #fff;
	height:100px;
	display:block;
	color:#01a9c0;
	background: #000;
}

