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

body {
	background: #171718 url(assets/bg.jpg) repeat-x top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 1em Arial, Helvetica, sans-serif;
}
#flash {
	height: 550px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 48px;
}


#contact {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 45px;
	height: 30px;
	font-size: 80%;
	color: #CCCCCC;
}
#front {
	height: 550px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 60px;
	background: #000000 url(assets/front.jpg) no-repeat right top;
}
#contact a {
	font-style: italic;
	color: #99CCCC;
	margin-left: 30px;
	text-decoration: none;
}

#linkholder {
	display: none;
	position: relative;
	top: 150px;
}

#disc {
	font-size: 70%;
	color: #666666;
	float: left;
	width: 210px;
	margin-top: 20px;
	margin-left: 10px;
	text-align: left;
}
img {
	border-style: none;
}
#credits {
	font-size: 70%;
	color: #000000;
	width: 750px;
	position: relative;
	top: 80px;
}
#credits a {
	color: #FFFFFF;
	text-decoration: none;
}


#disc a {
	color: #FFFFFF;
	text-decoration: none;
	clear: both;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
	width:100%;
}

h1 {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* HTML elements */

#info {
	height: 550px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 48px;
}

.profile {background: #000000 url(assets/profile.jpg) no-repeat right center;}
.rates {background: #000000 url(assets/rates.jpg) no-repeat right center;}
.etiquette {background: #000000 url(assets/etiquette.jpg) no-repeat right center;}
.gallery {background: #000000 url(assets/gallery.jpg) no-repeat right center;}

#info #thumbs {
	float: left;
	width: 400px;
	margin-top: 20px;
	margin-left: 50px;
}
#info #thumbs img {
	float: left;
	border: 3px double #666666;
	margin: 5px;
	height: 60px;
}

#nav {
	float: left;
	height: 450px;
	width: 100px;
	font-size: 90%;
	margin-top: 100px;
	text-align: left;
	margin-left: -20px;
}
#nav a {
	text-decoration: none;
	font-weight: bold;
}

#nav a:link {
	color:#e9535f;
}
#nav a:visited {
	color:#e9535f;
}
#nav a:hover {color:#99CCCC;}


#nav li {
	list-style: none;
	margin: 20px 0px;
}
#info #profileinfo {
	font-size: 86%;
	color: #FFFFFF;
	text-align: left;
	float: left;
	width: 300px;
	margin-top: 80px;
	margin-left: 70px;
}
#info #profileinfo li {
	margin-top: 10px;
	margin-bottom: 10px;
}
.highlight {
	color:#99CCCC;
	font-size: None;
	font-weight: bold;
}
#info #etiquetteinfo {
	font-size: 86%;
	color: #FFFFFF;
	text-align: left;
	float: left;
	width: 300px;
	margin-top: 80px;
	margin-left: 70px;
	height: 400px;
	padding-right: 20px;
	overflow: auto;
}
h2 {
	font-size: 12px;
	color: #FF0000;
	margin: 5px;
}
