@charset "UTF-8";

html {
	margin: 0;
	padding: 0;
	height:auto;
	overflow-x: hidden;
	}
body
{
	background-color:#000000;
	margin:0; 
	padding:0;
	text-align:center;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	height:auto;
}


a:link, a:visited{
	text-decoration:none;
	border:none;
	color: #c7a7cf;
}

	
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	width:390px;
	}

p.dj{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	width:390px;
	padding:10px;
}


p.photo{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	width:100%;
	text-align:center;
}

.pinkline {
float:left;
position:relative;
background:#c7a7cf;
margin-top:75px;
width: 100%;
height: 1px;
padding: 0;
}
.pinkline hr {
display: none;
}

	
/*-----------SPECIFIC ID TAGS for placemen------------*/

#container
{ 
	position: relative;
	width:800px;
	margin-left: auto;
    margin-right: auto;
	height:auto; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
}


#header
{
	position:absolute;
	margin-top:40px;
	z-index: 9;
}

#mainbody
{ 
	position:absolute;
	margin-left: 0px;
    margin-right: auto;
	margin-top:160px;
	background: url(../images/gradient.jpg) no-repeat;
	height:450px;
	width:855px;
}

#mainbodyreso
{ 
	position:absolute;
	margin-top:45px;
	border: 1px solid #c7a7cf;
	width:250px;
	height:340px;
	text-align:left;
	padding-left:32px;

}

#mainbodycontent
{
	position:absolute;
	margin-top:45px;
	margin-left:320px;
	border: 1px solid #c7a7cf;
	background-color:#000000;
	width:460px;
	height:340px;
	text-align:left;
	padding-left:72px;
}


.imgAlignTBL{
	position:relative;
	margin-left:36px;
	margin-right:auto;
	margin-top:-2px;

}

.imgAlignINFO{
	position:relative;
	margin-left:116px;
	margin-right:auto;
	margin-top:-2px;

}

/*----------DJ CONTENT-------------*/

#mainbodycontentDJ
{
	position:absolute;
	margin-top:45px;
	margin-left:320px;
	border: 1px solid #c7a7cf;
	width:532px;
	height:340px;
	text-align:left;
}

.imgAlignDJ{
	position:relative;
	margin-left:188px;
	margin-right:auto;
	margin-top:-1px;

}

.DJstyle{
	background-color:#000000;
	width:420px;	
	height:275px;
	border:1px solid #c7a7cf;
	margin-left:auto;
	margin-right:auto;
	margin-top:22px;
}

.NYEstyle{
	/*background-color:#000000;
	border:1px solid #c7a7cf;*/
	width:470px;	
	height:275px;
	margin-left:auto;
	margin-right:auto;
	margin-top:22px;
	text-align:center;
	color:#191819;
}

.activeDJbtn{
	float:left;
	width:104px;
	height:18px;
	margin-top:0px;
	background-color:#000000;
	color:#ffffff;
	padding-top:4px;
	text-align:center;

}

.inactiveDJbtn{
	float:left;
	width:104px;
	height:18px;
	margin-top:0px;
	background-color:#000000;
	border:1px solid #c7a7cf;
	color:#c7a7cf;
	border-right:none;
	border-top:none;
	padding-top:4px;
	text-align:center;
}

.inactiveOneDJbtn{
	float:left;
	width:104px;
	height:18px;
	margin-top:0px;
	background-color:#000000;
	border:1px solid #c7a7cf;
	color:#c7a7cf;
	border-left:none;
	border-top:none;
	padding-top:4px;
	text-align:center;
}


#footer {
	position:absolute;
	margin-left:100px;
	margin-top:560px; /* stick to bottom */
	color:#c7a7cf;
	padding-bottom:5px;
	text-align:center;

}

#footer2 {
	position:absolute;
	margin-left:530px;
	margin-top:560px; /* stick to bottom */
	color:#c7a7cf;
	padding-bottom:5px;
	text-align:center;

}

#footerDJ {
	position:absolute;
	margin-left:100px;
	margin-top:400px; /* stick to bottom */
	color:#c7a7cf;
	padding-bottom:5px;
	text-align:center;

}

#footer2DJ {
	position:absolute;
	margin-left:530px;
	margin-top:400px; /* stick to bottom */
	color:#c7a7cf;
	padding-bottom:5px;
	text-align:center;

}


/*----------PHOTO CONTENT-------------*/

#mainbodycontentPHOTO
{
	position:absolute;
	background-color:#000000;
	margin-top:45px;
	margin-left:320px;
	width:532px;
	height:340px;
	text-align:left;
}

.imgAlignPHOTO{
	position:relative;
	margin-left:188px;
	margin-right:auto;
	margin-top:-1px;

}
#mainbodycontentTHANKS
{
	position:absolute;
	background-color:#000000;
	border: 1px solid #c7a7cf;
	margin-top:45px;
	margin-left:320px;
	width:532px;
	height:340px;
	text-align:left;
}

/*=================NAV ELEMENTS====================*/

#navicons
{
position:absolute;
margin-left:430px;
margin-right:auto;
top:35px;
z-index:3;
border:none;

}


/*======================FORM ELEMENTS=======================*/

fieldset{
width: 220px;
overflow:hidden;
border:none;
}

.submit input
{
color: #000;
background: #c7a7cf;
border: 1px outset #c7a7cf;
margin-left:118px;
}


input, textarea
{
color: #c7a7cf;
background: #191819;
border: 1px solid #c7a7cf;
margin-top:0.1em;
}


legend
{
color:#990000;
background: #ffa20c;
border: 1px solid #781351;
}

.calicon
{
margin-bottom:-0.4em;
}

/*====================NEW DJ BOXES=================================*/


div.djcontainer {
	margin-top:15px;
	margin-left:40px;
}

div.content {
	border: #c7a7cf solid 1px;
	clear: left;
	padding: 1em;
	background-color:#000000;
	color:#fff;
	width:438px;
	font-size:10px;
	line-height:1.2em;
	height:245px;
	overflow-y:auto;
}


h2{
font-size:1.2em;
}

ol#toc {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol#toc a {
	background: url(../images/tabs.jpg)s0;
	color: #fff;
	float: left;
	line-height: 1em;
	outline: none;
	text-decoration: none;
	text-align:center;
	padding-left:6px;
}

ol#toc li.current {
	background-color: #48f;
	background-position: 0 -60px;
}

ol#toc li.current a {
	background-position: 100% -60px;
	color: #000;
}

ol#toc li {
	background: #bdf url(../images/tabs.jpg);
	font-size:.8em;
	float: left;
	width:112px;
	padding-top:3px;
	padding-bottom:3px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-top:thin #FFF solid;
	border-right:thin #FFF solid;
	border-left:thin #FFF solid;
}
