/* CSS Document */
*{ margin:0; padding:0; }	
img{ border:none; }
body { background:#000; overflow-x:hidden;}

@font-face {
font-family: Regencie;
src: url("fonts/RegencieLight.ttf");
}

@font-face {
	font-family: CenturyGothic;
	src: url("fonts/GOTHIC.TTF");
}

#wrapper{ 
margin: 0 auto;
	padding: 0; 
	width: 1000px; 
	text-align: left; 
	z-index: 5; 
	height: 100%;
	}

#headtop{
	background-color:rgba(0,0,0,0.35);
	background-repeat: repeat-x;
	 
	height: 70px;
	margin-left: 0px;
	margin-right: 0px;
}

#nav{
	width: auto; 
	margin: 0px 0px 0px 0px;
	float: right;
}

#content{
	float: left;
	margin: 0px 0px 0px 0px;
	height: auto;
	
}

#content-right {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 1000px;	
}

.photobooth{
	margin: 15px 0px 0px 100px;
}

.quote {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}

.logo{
	margin: 15px 0px 0px 50px;
	float: left;
}

.logo2 {
	margin: -50px 0px 0px 25px;
}

.tagline {
margin: 0 auto;
	padding: 0; 
	margin: 250px 0 0 0;
}

.abouttext {
	text-align:justify;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	width:: auto;
	font-family: 'CenturyGothic';
	margin: 25px 25px 0px 30px;
	
}

.allothertext {
	text-align:justify;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	width:: auto;
	font-family: 'CenturyGothic';
	margin: 0px 25px 15px 30px;
	
}


.headertext {
	text-align:justify;
	-webkit-font-smoothing: antialiased;
	font-size: 40px;
	width: 1000px;
	font-family: 'Regencie';
	color: #000;
	float: left;
	margin: 50px 0px 15px 25px;
	
}

.titling {
	text-align:justify;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	width: 1000px;
	font-family: 'Regencie';
	color: #000;
	margin: 25px 0px 0px 30px;
	
}

/* NAVIGATION */
#navlist {margin:15px 30px 0px 0px; padding-left: 0; list-style-type: none; font-family: 'Regencie', Helvetica; color: #FFF; font-size: 18px; -webkit-font-smoothing: antialiased;}
#navlist a {display: block; }
#navlist li {float: left; position: relative; line-height: 40px; text-align:center; padding-right: 20px;}
#navlist a:link, #navlist a:visited { color: #FFF; text-decoration: none;  -webkit-transition: color .5s ease-in; /*safari and chrome */ -o-transition: color 1s ease-in; /* opera */}
#navlist a:hover {color: #d4b0ae;}

