@charset "utf-8";
/* CSS Document */

* {
margin: 0 auto;
padding: 0;
border: 0;
}

body {
background-image: url(../images/bgr_body.jpg);
background-position: top;
background-repeat: repeat-x;
background-color: #000;

font-family: "Trebuchet MS", Tahoma;
color: #848484;
font-size: 12px;
}

a {
text-decoration: none;
color: #848484;
}
h2 {
font-size: 20px;
}

#wrapper {
width: 950px;
background: #000;
}
#main {
	padding-bottom: 9px; 
	background: #000;
}


#menu {
width: 244px;
}
#menu img {
position:relative;
float:left;
}
#menu ul {
display: inline;
list-style: none;
}
#menu ul li {
display: inline;
}
#content {
	width: 706px;
}
.mainpic img {
border: 1px solid #68042f;
padding: 5px 3px 5px 3px;
background: #000;
}
#slide {
list-style: none;
}
#welcome {
width: 728px;
background-image:url(../images/bgr_welcome.jpg);
background-position: top;
background-repeat: repeat-x;
background-color:#0b0b0b;
}

#welcome p {
padding-left: 40px;
}

.content_leftcol {
	width:400px;
}
.content_img {
	width:306px;
	padding-top:90px;
}
.bottom { 
padding-bottom: 33px; 
background:#0b0b0b; 
padding-top: 28px;
}
.bottom p {
padding-left: 30px;
}

.bottom_column {
width:300px;
text-align:center;
font-size:14px;
}
.bottom_column a {
color:#ccc;
}
.bottom_column a:hover {
color:#cc0459;
}

/*******contact*********/
.mailFormBtn {
	background: #ccc;
	cursor: pointer;
	color: #68042f;
	border: 3px outset #000;
}
.txtbox {
	background: #ccc;
	border: 3px double #727272;
}

#contact_info {
	 width: 306px;
	 padding-top: 90px;
	 margin-left: 80px;
}
#contact_info a {
	color: #ccc;
}
#contact_info a:hover {
	color: #68042f;
}
/******testimonials*****/

.testimonials {
margin: 20px 10px 20px 10px;
}

.testimonials p {
background: #0c0c0c;
margin: 10px 10px 20px 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
}

#testimonials {
background:url(../images/bgr_testimonials.jpg) top no-repeat;
width:706px;
}
#novelt_form {
	 position:relative; 
	 float:right; 
	 width: 306px; 
	 padding-top: 30px; 
	 text-align:left;
	 margin-left:50px;
	 
}
#under_content {
	background-color: #080808; 
	border-bottom: 1px solid #68042f;
}

.gallery_wrapper {
	font-size: 11px; 
	padding-bottom: 33px; 
	background:#0b0b0b; 
	padding-top: 10px;
}

/**our dj's**/
.ourdjs_col {
	width:200px;
	margin-left:20px;
}
.ourdjs_col img {
	border: 2px dashed #68042f;
	padding:5px;
}

/**our dj's**/


/****footer*******/
#footer {
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
height: 83px;
border-top: 1px solid #68042f; 
margin-top: 5px;
}
#footer a {
color: #ff056f;
}
#footer a:hover {
color: #fff;
}
/****spec*******/

.floatLeft {
position:relative;
float: left;
}
.floatRight {
position:relative;
float:right;
}
.fullwidth {
width: 100%;
}
.clear {
clear: both;
}
.pink {
color: #cc0459;
}
.linktxt a {
color:#ff056f;
}
.linktxt a:hover {
color:#ccc;
}
.linktxtReverse a {
color:#ccc;
}
.linktxtReverse a:hover {
color:#ff056f;
}
.novelt a {
color: #9c0e84;
}

.novelt a:hover {
color: #ccc;
}
.title {
	padding:20px;
}
.pad20 {
	padding:20px;
}
