* {
	margin: 0;
	padding: 0;
}


/* General */

body {
	background: #000 url(../img/banner.jpg) repeat-x left -30px;
	font-family: Arial, sans-serif;
	color: #CCC;
	font-size: 14px;
	line-height: 1.5em;
	width: 100%;
	height: 100%;
x
}
.clear {
	clear: both;
}
p {
	margin: 1em 0;
}
p.notes {
	font-size: 12px;
	margin: .5em;
}

/* Headings */

h1 {
	font-size: 24px;
	font-family: "Century Gothic", Arial, sans-serif;
	background: url(../img/logo.jpg) no-repeat left top;
	width: 272px;
	height: 59px;
	text-indent: -5000px;
}
h1 span {
	color: rgb(166, 212, 255);
}
h2, h3 {
	margin-bottom: .5em;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
	margin: 1em 0 .5em 0;
}

/* Links */

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

/* Lists */
#content ul {
	margin-left: 1em;
}


/* Layout */

#header, #content, #footer {
	width: 900px;
	margin: 0 auto;
}
#header {
	height: 109px;
	position: relative;
	padding-top: 30px;
	margin-bottom: 10px;
}
#logo {
	margin-bottom: 15px;
	font-weight: normal;
}
#menu {
	background: #666 url(../img/grunge.jpg) repeat-x left -30px;;
	position: absolute;
	right: 0;
	top: 30px;
	font-weight: bold;
}
#menu a {
	padding: 0 10px;
}
#menu a:load {
	background: #666 url(../img/grunge.jpg) left top;
	color: rgb(166, 212, 255);
	text-decoration: none;
}

#submenu {
	background: #666 url(../img/grunge.jpg) left top;
	font-family: "Century Gothic", Arial, sans-serif;
	width: 100%;
	overflow: hidden;
}
#submenu li {
	float: left;
	display: block;
}
#submenu li a {
	display: block;
	padding: 5px 15px;
	text-decoration: none;
}
#submenu li a:hover {
	background: url(../img/25.png);
}
#submenu li a.current {
	background-color: #fff;
	color: #000;
}
#content {
	width: 880px;
	background-color: #151515;
	padding: 10px;
	min-height: 400px;
}
#content2 {
	width: 880px;
	background: #666 url(../img/grunge.jpg) repeat-x left -30px;
	padding: 10px;
	min-height: 400px;
}

#content div {

	padding: 20px;
	margin-bottom: 16px;
}

#gallery {
  float: left !important;
  white-space: nowrap !important;
  width: 100% !important;
  color: inherit;
  overflow: auto;
  overflow-y: hidden;
  overflow-x:auto; 
  padding-bottom: 15px;
  scrollbar-base-color: #353535;
  scrollbar-arrow-color: #fff;
  scrollbar-highlight-color: #fff;
  margin-bottom: 1em;
}

#gallery img, #aboutleft img {
  height: 55% !important;	
  margin-right: 10px !important;
  border-style: solid !important;
  border-color: #fff !important;
  margin-left: 5px !important;
  border-width: 13px !important;
}

#about {
  text-align: right !important;
  float: left !important;
  padding: 5px 0px 10px 50px !important;
  font-size: 10px !important;
  width: 40% !important;
}

/* Splash Page */

#splash-page #container {
	width: 800px;
	margin-top: 200px;
}
#splash-page h1 {
	float: left;
}
#splash-page #enter-options {
	padding-top: 15px;
}
#splash-page #footer {
	margin-top: 300px;
}
#splash-page h1 {
	font-size: 60px;
	font-weight: normal;
	margin-right: 100px;
}

/* Forms */

fieldset {
	margin: 1 em 0;
	padding: 1 em;
	border: 8px solid #ccc;
	background: #333;
}
legend{
	font-weight: bold;
	color:#FFF;
}
input:focus, textarea:focus{
	background: #faa;
}
