body {
	background-color: #000;
	background: url(../images/body-bg.png) repeat-x #000;
	color: #fff;
	font-family: arial;
	font-size: 14px;
}

#header {
	height: 94px;
}

h1 {
	float: left;
	height: 34px;
	width: 343px;
	background-image: url(../images/vkaraoke-logo.png);
	text-indent: -9999px;
	margin-top: 25px;
}
h3 {
	color: #ed1f24;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 5px;
}
#slogan {
	float: right;
	height: 33px;
	width: 229px;
	background-image: url(../images/reinventing-slogan.png);
	text-indent: -9999px;
	margin-top: 25px;
}

p {
	margin: 20px 0;
	line-height: 18px;
}
a {
	color: #ed1f24;
	font-style: italic;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* SUB HEADERS H2 */
h2 {
	display: block;
	height: 13px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
h2.welcome {
	background-image: url(../images/h2-welcome.png);
}
h2.upcoming_events {
	background-image: url(../images/h2-upcoming-events.png);
}
h2.gallery {
	background-image: url(../images/h2-gallery.png);
}
h2.booking {
	background-image: url(../images/h2-booking.png);
}
h2.contact {
	background-image: url(../images/h2-contact.png);
}
h2.about_us {
	background-image: url(../images/h2-about-us.png);
}
h2.our_setup {
	background-image: url(../images/h2-our-setup.png);
}
h2.blog {
	background-image: url(../images/h2-blog.png);
}
h2.kamikaze {
	background-image: url(../images/h2-kamikaze.png);
}

#wrapper {
	width: 870px;
	margin: 0 auto;
	padding: 0 20px;
}

/* NAVIGATION */
#navigation {
	padding: 30px 0;
}
#navigation li {
	display: inline;
	font-size: 16px;
	margin-right: 25px;
}
#navigation li a {
	color: #fff;
	text-decoration: none;
	font-style: normal;
}
#navigation li a:hover {
	color: #b7b7b7;
}
#navigation li a.current {
	color: #ed1f24;
}

/* FOOTER */
#footer {
	text-align: center;
	color: #ed1f24;
	margin: 30px 0;
}


#main {
	float: left;
	width: 870px;
	min-height: 400px;
}
#content {
	float: left;
	width: 540px;
	margin-right: 20px;
}
#right_image {
	float: left;
	width: 310px;
}


/* INDEX.PHP */
#upcoming_events {
	float: left;
	width: 540px;
	list-style-image: url(../images/bullet.png);
	color: #fff;
	margin-top: 20px;
	margin-bottom: 10px;
}
#upcoming_events li {
	float: left;
	width: 220px;
	line-height: 20px;
	margin-left: 40px;
	margin-bottom: 10px;
}
#upcoming_events li .at {
	color: #ed1f24;
	margin-left: 20px;
}

/* Gallery */

#gallery_galleries {
	margin-top: 20px;
}
.galleries_each {
	float: left;
	text-align: center;
	margin: 0 10px 10px 0;
}
.galleries_each img {
	border: 1px solid #fff;
	margin-bottom: 5px;
}
#gallery_images {
	margin-top: 20px;
	text-align: center;
}
#gallery_images img {
	margin: 0 10px 10px 0;
	border: 1px solid #fff;
}

/* Contact Form */
.contact_form {

}
.contact_form label {
	float: left;
	width: 160px;
	text-align: right;
	margin-right: 15px;
	margin-bottom: 10px;
}
.contact_form .textbox {
	float: left;
	width: 180px;
	margin-bottom: 10px;
}
.contact_form  .textarea {
	float: left;
	width: 400px;
	height: 120px;
	margin-bottom: 10px;
}
.contact_form  .dropdown {
	margin-bottom: 10px;	
}
.contact_form br {
	clear: left;
}

/* Setup */
ul.setup {
	list-style-type: square;
	margin-left: 25px;
}
ul.setup li {
	margin-bottom: 3px;
}