
body {
	padding-top: 0px;
	background-color: #01111d;
	color: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	text-align: left;
/*
	letter-spacing: 1px;
*/
}
a {color: #ffffff;}
a: hover {color: #01a9c0;}

.clear{clear: both;}

p {
        margin: 20px 0px 20px 0px;
}

li {
        margin-bottom: 12px;
}

#titlebanner {
        font-size: 115%;
        text-align: left;
        text-decoration: underline;
/*        
        font-style: italic;
*/
}

#container {
	margin: 0px auto;
	width: 873px;
}
#menu {
	background-image: url(images/menu.gif);
	width: 862px;
	height: 90px;
	position: relative;
}
#menu li{
	position: absolute;
	top: 50px;
	list-style-type: none;
}
#menu a{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
#menu a: hover {color: #01a9c0;}
#header {
	background-image: url(images/header.gif);
	background-repeat: repeat-y;
	width: 873px;
}
#logo {
	width: 275px;
	height: 167px;
	margin: 0px 0px 0px 80px;
	float: left;
	display: inline;
}
#dj {
	background-image: url(images/magician.png);
	width: 350px;
	height: 350px;
	float: right;
	margin-right: 40px;
	display: inline;
}
#welcome2 {
	margin: 5px 70px;
	float: left;
	display: inline;
	width: 740px;
}
#welcome {
	width: 350px;
	margin: 5px 0px 0px 100px;
	float: left;
	display: inline;
}
#welcome h2{
	margin: 0px 0px 20px 0px;
}
#welcome p{
	width: 350px;
}
#welcome 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: 17px;
}
#content {
	background-image: url(images/content.gif);
	width: 873px;
}
#left {
	float: left;
	width: 435px;
	margin: 0px 0px 0px 85px;
	display: inline;
}
#right {
	float: right;
	width: 258px;
	height: auto;
	margin: 0px 62px 20px 0px;
	display: inline;
}
#right a img{
	margin: 8px 8px 8px 0px;
	border: none 0px #FFFFFF;
}
#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: 9px;
}
#footer a{
	font-size: 9px;
}
#description {
        padding: 0px 0px 20px 20px; 
}

