#bodyHome {
	background-color: #021174;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 35px;
	margin-right: 35px;
	overflow: -moz-scrollbars-vertical;
}
#container {
	width: 800px;
	height: auto;
	color: #FBED80;
	text-align: left;
	margin: auto;
}
#pageContent1 {
	height: auto;
	color: #FBED80;
	text-align: left;
	margin: auto;
	background-color: #393e5e;
	font-family: Arial, Helvetica, sans-serif;
}
#content {
background-color:#393e5e;
}

#pageContent1 p
{
margin-bottom:0px;
margin-top:10px;

}
#header {
	background-image: url(img/banner3.jpg);
	background-repeat: no-repeat;
	height: 278px;
	margin-top: 0;
	font-weight:bold;
}
#header h1 {
	margin:0px;
	padding-top: 0px;
	padding-left:10px;
	text-align:left;
}
#navline1 {
	padding-top: 0px;
	padding-left:10px;
	text-align:left;
	vertical-align:bottom;
}
#navline2 {
	margin-top: 160px;
	padding-right:10px;
	text-align:right;
	vertical-align:bottom;
}


#nav {
	height: 30px;
	width: auto;	
	background:url(img/nav-bar.jpg);
	}
#nav a {
	display: block;
	height: 25px;
	padding-top: 5px;
	margin-right: 80px;
	float: left;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	font-weight:bold;
}

#nav a:hover {
	display: block;
	font-weight: bold;
	color: Yellow;
}
#nav #current {
	font-weight: bold;
	color: Yellow;
}

a {
	color: yellow;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}
#content h3 {
	color:#e7ae19;
	margin:0px 0px 0px 0px;
	font-size:28px;
}
#footer {
	text-align: center;
	color: white;
	font-size: 10px;
}
#col {
	border: medium solid gray;
	background-color: Black;
	color: White;
	float: right;
	width: 160px;
	height: auto;
	text-align: center;
	font-size: 12px;
}
#col h3 {
	margin: 0;
}
#col p {
	clear: both;
	margin: 0;
}
.float-right {
	clear: right;
	float: right;
}

.gallery
{
	cursor: default;
	list-style: none;
	text-align: center;
	margin-left: -40px;
	margin-top: 0px;
}
.gallery a
{
	cursor: hand;
}

.gallery a .preview
{
	display: none;
}
.gallery a:hover .preview 
{
	display: block;
	position: absolute;
	top: -25px;
	left: -35px;
	z-index: 1;
}
.gallery img
{
	background: #000;
	border-color: #FFF;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: 150px;
}

.gallery li
{
	background: #CC8547;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	/*margin: 3px;*/
	padding: 2px;
	position: relative;
}
.gallery .preview
{
	border: Yellow medium solid;
	width: 220px;
	height: auto;
}
