/* CSS for Crush Orlando (Republic Promotion Co. ©2008) */

/* Design by Aesthetic Parcel */


/* basics and site-wide styles */

html,body {
padding: 0px; 
margin: 0px;
background-color: #FFF; 
font-family: arial, sans-serif; 
font-color: #FFF; 
font-size: 12px; 
line-height: 16px;
background-color:#000;
}
	
form {
padding: 0px; 
margin: 0px;
}

td {
font-family: arial, sans-serif; 
font-size: 12px;
font-color: #FFF;
}

p {
line-height: 16px;
margin: 0px;
}
 
strong {
color: #FFF;
}

select {
font-family: arial, sans-serif; 
font-size: 11px;
}

img {
border: none;
}

A:link {
text-decoration: none; 
color: #333;
}

A:visited {
text-decoration: none; 
color: #333;
}

A:hover {
text-decoration: none; 
color: #0066FF;
}
	
/* page centering and content container*/

.cen {
height: 100%; 
overflow: auto; 
position: relative; 
padding-top: 10px; 
margin: 0px;
}

.tdcenter {
text-align: center; 
}

.container {
padding-top: 0px;
background-image: url(../images/crush-background.jpg);
background-color: #FFF;
border: solid 1px #FFF;
text-align: center;  
width: 692px; 
height: 900px;
position: relative;
}


/* navigation*/

#header-logo {
border-bottom: 1px solid white;
padding: 0px; 
margin-bottom: 1px;
}

#header-nav {
width: 460px;  
height: 75px;
background-color: #333333;
margin-left: 10px;
margin-bottom: 10px;
}

#policy-nav {
width: 460px;  
height: 75px;
background-color: #333333;
margin-left: 10px;
margin-bottom: 10px;
border-bottom: solid 1px #000;
}

.nav-area {
width: 384px;
height: 30px;
}

.nav-float {
padding-top: 800px;
margin-left: 392px;
}

div.menu-float {
  float: left;
  margin-top: 5px;
  margin-left: 24px;
  }

#menu-nav {
width: 520px;  
height: 57px;
padding-top: 6px;
padding-left: 6px;
margin-left: 110px;
margin-top: 10px;
}

div.spacer {
  clear: both;
  }

div.container {
  background-color: #ffe;
  }
  
div.icon-float {
  margin-top: 20px;
  }   
  
div.info-float {
  position: absolute;
  left: 111px;
  top: 679px;
  } 
  
div.deejays-float {
  position: absolute;
  left: 184px;
  top: 695px;
  } 
  
div.guestlist-float {
  position: absolute;
  left: 321px;
  top: 692px;
  }   
  
div.contact-float {
  position: absolute;
  left: 470px;
  top: 698px;
  }   
  
  
div.float p {
   text-align: center;
   }


/* main contents */

#content-main {
width: 359px;
height: 481px;
position: absolute;
left: 152px;
top: 189px;

}

.text-area {
width: 361px;
height: 467px;
margin-left: 0px;
}

.header-float {
padding-top: 0px;
margin-left: 0px;
margin-right:0px;
/* border-bottom: solid 1px #FFF; */
}

.link-subhead {
padding-top: 3px;
color: #FFF;
text-align:left;
border-bottom: solid 1px #FFF;
padding-right: 3px;
}

.column-text  {
color: #FFF;
text-align: justify;
padding-top: 10px;
}



/* policy footer */

.policy  {
font-size: 10px;
color: #CCC;
text-align: center;
padding-top: 10px;
}

.policy A:link {
text-decoration: none; 
color: #CCC;
}

.policy A:hover {
text-decoration: none; 
color: #0066FF;
}

