@charset "UTF-8";
body {
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Tahoma, Arial;
	background-color: #353434;
}
#nav {
	width: 1000px;
	border-style: none;
	border-width: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #525252;
}
#nav ul {
	list-style: none;
	margin-left: 1px;
	padding-left: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
	width: 1000px;
}
#nav ul li {
	display: block;
	float: left;

	overflow-x: hidden;
	overflow-y: hidden;
}
#nav ul li a {
	color: #FFFFFF;
	-webkit-transition: all 1s ease-in 0s;
	-o-transition: all 1s ease-in 0s;
	-moz-transition: all 1s ease-in 0s;
	-ms-transition: all 1s ease-in 0s;
	transition: all 1s ease-in 0s;
	font: 14px "Book Antiqua", Arial;
	vertical-align: middle;
	overflow: hidden;
	padding: 10px 15px;
	float: left;
	text-transform: uppercase;
	border-right: thin solid #807f7f;
	text-decoration: none;
	letter-spacing: 3px;
}

#nav ul li a:hover {
	color: #56bcce;
}
#nav ul #lastButton a {
	border-right: 0px none #353434;
}
#nav ul #contactButton {
	float: right;
}
#nav ul #contactButton a {
	border-right: 0px none #353434;
	padding-right: 1px;
}
#mainPic {
	background-image: url(images/bg_main.jpg);
	width: 1000px;
	height: 350px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid #56bcce;
	border-top: 2px solid #56bcce;
}
#mainPic_draft {
	background-image: url(images/bg_main_2.jpg);
	width: 1000px;
	height: 300px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid #56bcce;
	border-top: 2px solid #56bcce;
}
#mainPic_draft2 {
	background-image: url(images/bg_main_3.jpg);
	width: 1000px;
	height: 300px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid #56bcce;
	border-top: 2px solid #56bcce;
}
#main {
	width: 1000px;
	margin: 0px auto;
	background-color: #525252;
	padding: 0px;
	clear: both;
}
#spacer {
	clear: both;
	float: left;
}
#index {
	margin: 1px 0px;
	padding: 0px;
	background-color: #525252;
	float: left;
	width: 1000px;
	overflow: hidden;
}
#index ul {
	margin: 30px 0px 0px 20px;
	padding: 0px;
}
#index ul li {
	list-style: none;
	width: 240px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#index ul li h1  {
	font: lighter 14px "Book Antiqua", Arial;
	color: #f0db50;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	width: 208px;
	margin: 0px 0px 10px;
	padding: 0px;
}
#index ul li img {
	border: 2px solid #969595;
	margin: 0px;
	padding: 0px;
}
#index ul li p  {
	font: 14px/20px "Book Antiqua", Arial;
	color: #97bdec;
	clear: both;
	float: left;
	width: 211px;
	letter-spacing: 1px;
	text-align: left;
	text-transform: none;
}
#index ul li p a {
	color: #97bdec;
	text-decoration: none;
}
#index ul li p a:hover {
	color: #EDE16E;
}
#footer {
	clear: both;
	margin-top: 10px;
	padding-top: 1px;
	padding-left: 2px;
	padding-bottom: 1px;
	text-shadow: 0px 0px #006297;
	letter-spacing: 1px;
	font-size: 12px;
	font-family: Arial;
	text-align: center;
	line-height: 16px;
	color: #FFFFFF;
}
#footer p {
	font: 12px/20px SylfaenARM, Arial;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #DBDBDB;
}
#footer p a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a:hover {
	color: #77A7E1;
}
