/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	background: #b0b0b0 url(images/img1.jpg) repeat-x;
	margin: 0px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

h1 {
}

h2, h3 {
	padding-left:20px;
	margin-top: 0px;
}

h4, h5, h6 {
}

p {
	padding-left:22px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

ol, ul, dl, blockquote {
}

a {
	color: #999;
}

a:hover {
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.splash {
	display: block;
	border:none;
	margin-left: auto;
    margin-right: auto;

}


/* Menu */

#menu {
	width: 800px;
	height: 30px;
	margin: 0px auto;
	background-color: #000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	color:#666;
	width: 90px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: lighter;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	background-color: #b0b0b0;
	margin-left: 2px;
}

#menu a:hover {
	background: #000;
	color: #CCC;
}


#menu a:hover {
	background: #000;
	color: #CCC;
}

#menu a:hover.title{
	background: #000;
	color: #CCC;
}

li.title {
	display: inline;
	width: 230px;
}

.title{
	font-weight: bold;
	float: left;
	width: 230px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-size: medium;
	background-color: #b0b0b0;
	margin-left: 2px;
}

/* Content */

#content {
	background: #000;
	width: 800px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}

#colOne {
	float: left;
	width: 800px;
	margin-top: 20px;
	padding-right: 0px;
}

#colTwo {
	float: left;
	width: 180px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#content h1 {
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	/*text-transform: uppercase;*/
	letter-spacing:2px;
	font-size: 16px;
	color: #CCC;
	border-bottom: 2px solid;
}

#content h3 {
	color: #6C6C6C;
	padding: 5px 0px 2px 15px;
	/*text-transform: uppercase;*/
	letter-spacing:2px;
	font-size: 15px;
	color: #CCC;
}
/* Footer */

#footer {
	width: 800px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 50px;
	background: #b0b0b0;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #000;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}

/* - Intro page links - */

#holder { 
float: right;
width: 100%;
padding: 0px;
min-height: 400px;
}


.gallery {
	float: left;
	text-align: center;
	height: 250px;
	width: 32%;
	margin: 4px;
	background-color: #000;
	display: block;
}

.gallery img {
display: inline;
margin: 5px;
border: 2px solid #000;
}

.gallery a:hover img{
	border: 2px solid #000;
}

.desc {
text-align: center;
font-size: 16px;
font-weight: normal;
height: auto;
width: auto;
display: block;
margin: 3px;
}

