/* ------------------------------- TAGs ------------------------------ */

a {
	color: #bdd6e8;
	text-decoration: none;
}

a img {
	border: none;
}

body {
	background: #090e15;
	font: 12px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

/* ------------------------------- IDs ------------------------------- */

#caption {
	color: #eee;
	display: inline;
	font-size: 10px;
	float: right;
	margin: 4px 8px 0 0;
}

#container {
	border: 1px solid #1c293f;
	left: 50%;
	margin: -230px 0 0 -350px;
	position: absolute;
	top: 50%;
	width: 700px;
}

#intro-banner {
	background-color: #000;
	background-repeat: no-repeat;
	height: 74px;
}

#footer {
	background: #000;
	border-top: 1px solid #fff;
	clear: both;
	height: 100px;
	text-transform: uppercase;
}

#footer p {
	color: #eee;
	font-size: 10px;
	line-height: 16px;
	margin: 62px 8px 0 0;
	text-align: right;
}

a#logo {
	float: left; 
	margin-top: 50px;
}

#nav {
	background: #263148 url('/images/gui/nav-bg.jpg') repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	right: 0;
	top: 375px;
	z-index: 4;
}

#nav ul {
	margin: 0;
	padding: 12px 0;
	text-align: center;
	width: 700px;
}

#nav ul li {
	border-right: 1px solid #243148;
	display: inline;
	font: large Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	color: #bdd6e8;
	padding: 0 16px;
}

#nav ul li a:hover {
	color: #fff;
}

#photo {
	border-top: 1px solid #fff;
	height: 300px;
	width: 700px;
	overflow: hidden;
	z-index: 1;
}

#intro-banner {
	background-image: url('/images/gui/intro_banner.jpg');
}

.slide {
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
    position: absolute;
    height: 300px;
    width: 700px;
}

#slide_1.slide {
    display: block;
}

#waist {
	color: #fff;
	height: 100px;
	width: 700px;
	position: absolute;
	top: 450px;
}