@charset "UTF-8";
/* CSS Document */

/* HTML STUFF *
*******************************************/

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font: 13px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #ECE6C5;
}

/* MAIN AREAS *
*******************************************/

div#wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background-image: url(../images/jpg/main_bg.jpg);
	background-repeat: repeat-x;
}

div#stage {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: none;
	background-color: #1C1811;
}

div#header {
	width: 800px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
	border: none;
}

div#main {
	width: 800px;
	height: 500px;
	margin: 0 auto;
	padding: 0;
	border: none;
	background-color: #1C1811;
	background-image: url(../images/png/stage_bg.png);
	background-position: center center;
}

/* LEFT COLUMN *
*******************************************/

div#leftcol {
	width: 200px;
	height: 500px;
	margin: 0 50px 0 0;
	padding: 0;
	border: none;
	float: left;
}

div#nav {
	width: 200px;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
}

div#contactdetails {
	width: 190px;
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
	border: none;
	float: left;
	line-height: 22px;
}

/* RIGHT COLUMN *
*******************************************/

div#rightcol {
	width: 550px;
	height: 500px;
	margin: 0;
	padding: 0;
	border: none;
	float:left;
	line-height: 22px;
}

/* BOTTOM AREA *
*******************************************/

div#footer {
	width: 100%;
	height: 150px;
	border-top: 1px solid #FFF;
	margin: 0;
	padding: 10px;
	text-align: center;
}

/* CONTAINERS *
*******************************************/

.image_holder {
	width: 178px;
	float: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: none;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

.frame {
	border: 1px solid #FFF;
}

.divider {
	width: 550px;
	height: 1px;
	border: none;
	margin: 5px 0 5px 0;
	padding: 0;
	float: left;
}

.dividerheader {
	width: 550px;
	border: none;
	margin: 20px 0 5px 0;
	padding: 0;
	float: left;
}

/* LINKS AND NAVIGATION *
*******************************************/

div#nav a {
	display: block;
	width: 190px;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 10px;
	margin: 0;
	border: none;
	text-decoration: none;
	color: #ECE6C5;
	text-transform: uppercase;
	font-size: 16px;
	background-image: url(../images/gif/navbg.gif);
	background-repeat: no-repeat;
	background-position: 90% center;
}

div#nav a:hover {
	display: block;
	width: 190px;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 10px;
	margin: 0;
	border: none;
	text-decoration: none;
	color: #ECE6C5;
	text-transform: uppercase;
	font-size: 16px;
	background-image: url(../images/gif/navbg.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-color: #333;
}

body.section1 div#nav a.home, body.section2 div#nav a.gallery, body.section3 div#nav a.contact {
	display: block;
	width: 190px;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 10px;
	margin: 0;
	border: none;
	text-decoration: none;
	color: #ECE6C5;
	text-transform: uppercase;
	font-size: 16px;
	background-image: url(../images/gif/navbg.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-color: #333;
}

div#contactdetails a {
	text-decoration: underline;
	color: #ECE6C5;
}

div#contactdetails a:hover {
	text-decoration: none;
	color: #ECE6C5;
}

/* TEXT VARIATION *
*******************************************/

div#nav .navhead {
	display: block;
	width: 190px;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 10px;
	margin: 0;
	border-bottom: 1px solid #900;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	font-size: 20px;
}

div#contactdetails .mainhead {
	display: block;
	width: 190px;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 10px;
	margin: 0 0 0 -10px;
	border-bottom: 1px solid #900;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	font-size: 20px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	line-height: normal;
	padding: 0;
	margin-top: 5px;
}

div#main ul {
	line-height: 30px;
	margin-right: 60px;
}

.whitetext {
	color: #FFF;
}

.redtext {
	color: #900;
}

/* FORM ELEMENTS *
*******************************************/

.genericbox {
	width: 99%;
	background-color: #333;
	border: 1px solid #666;
	color: #fff;
}

/* CSS DOCUMENT *
*******************************************/

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
-->


