﻿body
{
	background-color: #3e3e3e;
	font: 0.8em/1.5 "verdana";
	margin: 0 auto;
	padding: 0px;
	background-image:url('../Images/bodybg14.png');
}
@font-face
{
	font-family: myFirstFont;
}
#Header
{
	height: 107px;
	background-color: #3e3e3e;
	color: White;
	padding: 0px;
}
h1
{
	margin: 0px auto;
	padding: 0px;
}
#Footer
{
	height: 40px;
	width: 1024px;
	background-color: #3e3e3e;
	color: White;
	text-align: right;
	border-top: solid 1px white;
	position: fixed;
	bottom: 0;
	z-index: 999;
}
#Footer a
{
	font-weight: bold;
	color: White;
	font-size: 11px;
	text-decoration: none;
}
#Footer a:hover
{
	font-size: 12px;
	cursor: pointer;
	color: Yellow;
}
.responsive
{
	background-image: url('../images/slide11024.jpg' );
	background-position: top;
	background-repeat: no-repeat;
	border-top: solid 1px white;
	background-color: #DCDEDD;
}
#Nevigation
{
	height: 40px;
	width: 1024px;
	background: #333;
	padding: 0px;
	border-top: solid 1px white;
}
.shadow
{
	-webkit-box-shadow: 0px 1px 10px #FFFFFF;
	box-shadow: 0px 1px 10px #FFFFFF;
}
.asdf
{
	width:1024px ;
	color: White;
	background: black;
	opacity: 0.7;
	filter: alpha(opacity=70);
	padding: 5px 5px 10px 10px;
	border-bottom-color: #b5baae;
}
.asdf a
{
	color: White;
	text-decoration: none;
}
.asdf ul
{
	margin-left: -10px;
}
.asdf a:hover
{
	font-size: 12px;
	cursor: pointer;
	color: Yellow;
}

.bodyContent
{
	height: 100%;
	width: 750px;
	float: right;
	background: black;
	padding: 5px 5px 10px 10px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.searchtextbox
{
	background: #FFFFFF url(../images/search.png) no-repeat 4px 4px;
	padding: 4px 4px 4px 22px;
	border: 1px solid #CCCCCC;
	width: 230px;
	height: 18px;
}
.textbox
{
	background: white;
	border: 1px solid #ffa853;
	border-radius: 5px;
	box-shadow: 2px 2px 2px 1px #ffa853;
	color: #666;
	padding: 5px 10px;
	width: 300px;
	outline: none;
	margin: 3px;
}
