/* @override 
	http://www.floc.us/floc.css
	http://localhost:8888/floc.css
*/

html, body {
	margin: 0;
	background: #7b7b7b url(elements/bg_grad.png) repeat-x;
}

#main_image {
	width: 950px;
	height: 832px;
	margin-left: auto;
	margin-right: auto;
	background: url(elements/home_image.png) no-repeat;
}

#main_bg {
	width: 950px;
	height: 832px;
	margin-left: auto;
	margin-right: auto;
	background: url(elements/main_bg.png) no-repeat;
}

#images {
	padding-left: 40px;
	float: right;
}

#gallery_text {
	width: 400px;
}

#enter_button {
	width: 150px;
	position: relative;
	left: 340px;
	top: 600px;
	height: 60px;
}

img {
	border-style: solid;
	border-color: #373b40;
}

#nav {
	top: 95px;
	left: 150px;
	height: 30px;
	width: 750px;
	background-color: transparent;
	position: relative;
	text-align: center;
}

#footer {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 15px;
	color: silver;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#main_content {
	width: 850px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 100px;
}

p {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font: 16px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p.gallery {
	width: 400px;
	float: left;
	text-align: left;
}

p.image
 {
	width: 850px;
}

h1 {
	color: #676f78;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1.welcome {
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}

/* ANCHORS */

a:link, a:active, a:visited {
	color: silver;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.nav:link, a.nav:visited, a.nav:active {
	line-height: 27px;
	text-transform: uppercase;
}