body,td,th {font-family: Tahoma;font-size: 14px;color: #FFF;line-height: 20px;}
body {background-color: #3FA6B5;background-attachment: fixed;background-image: url(../images/back-ground.jpg);background-repeat: no-repeat;background-position: left top;}
h1 {
	font-size: 25px;
	color: #9FC;
	font-weight: normal;
}
h2 {font-size: 15px;color: #FFF;font-weight: normal;}
h3 {font-size: 18px;color: #CC0;font-weight: normal;}
h4 {font-size: 15px;color: #09F;font-weight: normal;}
h5 {font-size: 15px;color: #CC0;font-weight: normal;}
h6 {font-size: 14px;color: #09F;font-weight: normal;}
* {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.wrapper {
	width: 500px;
	margin-left: 400px;
	float: left;
}
.navigation {
	float: left;
	margin-bottom: 30px;
	width: 440px;
}
.navigation a {
	padding-top: 50px;
}
.navigation li {
	display: inline-block;
	float: left;
	padding-right: 7px;
	padding-left: 7px;
	color: #9FC;
	font-size: 15px;
}
.navigation li a , a:visited{
	color: #2A6671;
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #2A6671;
	font-size: 13px;
}
.navigation li a:hover {
	text-decoration: none;
	border-bottom-style: none;
	color: #FFF;
}
.heading {
	float: left;
	width: 440px;
	margin-bottom: 40px;
}
.copy {
	float: left;
	width: 440px;
	font-size: 14px;
}
.copy a , a:visited{
	color: #FFF;
	text-decoration: underline;
	border-bottom-style: none;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.copy a:hover {
	text-decoration: none;
}
.copy img {
	border: 2px solid #FFF;
	margin-bottom: 25px;
}
.content-box {
	text-align: left;
	margin-bottom: 1000px;
	margin-top: 50px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	float: left;
}


/*--flosting div--*/
#divTopLeft{
	z-index: 100;
	margin-top: 50px;
	margin-left: 920px;
	width: 200px;
	height: 128px;
}
#divTopLeft a img  {
	float: left;
	width: 200px;
}
.footerContainer {
	position: fixed;
	bottom: 0;
	height: 35px;
	width: 100%;
	z-index: 99;
	color: #000;
	background-color: #000;
}
.footercredit {
	clear: right;
	float: left;
	font-family: Arial;
	font-size: 8px;
	color: #ccc;
	padding-top: 10px;
	padding-left: 20px;
}
.footercredit a {
	color: #ccc;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	font-size: 8px;
}
.footercredit a:hover {
	color: #ccc;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	text-decoration: underline;
}

