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

body {
	color: #000;
	font-family: Droid Serif, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	text-align: center;
	background-image: url(../images/tile.gif);
}

a {
	color: #C00;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #fff;
}

img {
	border: none;
	}

hr {
	border: #666;
}

#faux {
	clear: both;
}

.h1 {
	color: #C00;
	font-family:Droid Sans, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 30px;
	letter-spacing: .2em;
}
.h2 {
	color: #000;
	font-size: 30px;
	line-height: 30px;
}

.h3 {
	color: #C00;
	color: #000;
	font-size: 18px;
}

/*.boxbodyend a:link {
	color: #fff;
	text-decoration: none;
}
.boxbodyend a:visited {
	text-decoration: none;
	color: #fff;
}
.boxbodyend a:hover {
	text-decoration: none;
	color: #fff;
}
.boxbodyend a:active {
	text-decoration: none;
	color: #fff;
}

.enter a:link {
	text-decoration: none;
	color: #fff;
}
.enter a:visited {
	text-decoration: none;
	color: #fff;
}
.enter a:hover {
	text-decoration: none;
	color:  #bf1e2e;
}
.enter a:active {
	text-decoration: none;
	color: #fff;
}*/

.logo {
	text-align: center;
}

#container {
	background: #fff;
	display: block;
	position: relative;
	min-height: 700px;
	text-align: center;
	clear: both;
}

#container_home {
	background: #000;
	color: #fff;
	display: block;
	position: relative;
	min-height: 600px;
	padding-top: 60px;
	text-align: center;
	clear: both;
}

#container_about {
	background: #000;
	color: #fff;
	display: block;
	position: relative;
	min-height: 650px;
	text-align: center;
	clear: both;
}
#container_about a:hover {
	color: #fff;
}

#header {
	background-color: #000;
	float: left;
	text-align: center;
	height: 650px;
	width: 100%;
}

#navigation {
	background-color: #000;
	float: left;
	text-align: center;
	width: 100%;
	z-index: 2;
	border-top: 1px solid #202020;
	margin: 32px 0 0 0;
}
ul.horizontal_list {
	font-family:Droid Sans, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: .2em;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}
ul.horizontal_list li {
	margin: 10px 0px;
	list-style: none;
	text-align: center;
	float: left;
	width: 250px;

}
ul.horizontal_list li.first {
	text-align: center;
}
ul.horizontal_list li.last {
	text-align: center;
}

#content {
	position: relative;
	padding: 50px;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#content #two_columns {
	float: left;
	width: 100%;
	border-top: 1px solid #2c2c2c;
	margin-bottom: 20px;
}
#two_columns #left {
	float: left;
	width: 375px;
	padding-top: 10px;
}
#two_columns #right {
	color:  #333;
	float: left;
	width: 500px;
	padding-left: 25px;

}

.photodiv img {
	border: 1px solid #fff;
	width: 500px;
	height: 390px;
}

#footer{
	height: 200px;
}
