body {
	background-color: #2EB8E3;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
a:link {
	text-decoration: none;
	color: #0080FF;
}


a:hover {
	text-decoration: underline;
	color: #2EB8E3;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #82B2D8;
}
h1   {
	text-align:left;
}
h2 ,h3{
	text-align:left;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#banner {
	height: auto;
	width: 900px;
}
#content {
	height: auto;
	width: 900px;
}
#content2 {
	height: auto;
	width: 780px;
	float: right;
	background-color: #FFC;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: -10px;
	text-align: left;
}
.clearAllBlank {
	clear: both;
	height: 1px;
	width: 900px;
	background-color: #000;
}



#footer {
	color: #82B2D8;
	background-color: #000;
	clear: both;
	height: auto;
	width: 900px;
	font-size: small;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
#footer2 {
	height: auto;
	width: 740px;
	float: right;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#footer a:link {
	color: #FFC;
}


#footer a:hover {
	color: #0080FF;
	text-decoration: underline;
}

#footer a:visited {
	color: #FFC;
}
#navigation a:visited {
	color: #FFC;
}

#navigation {
	background-color: #000;
	float: left;
	height: auto;
	width: 100px;
	color: #FFC;
	font-weight: bold;
	text-align: left;
}
#navigation a:link {
	color: #FFC;
}
#navigation a:hover {
	color: #82B2D8;
}

#wrap {
	height: auto;
	width: 900px;
	border: 5px solid #000;
	background-color: #000;
}

.centered {
	text-align: center;
	height: auto;
	width: auto;
}
.imgFloatRight {
	padding: 5px;
	float: right;
	height: auto;
	width: auto;
}
.imgFloatRightBorder {
	padding: 10px;
	float: right;
	height: auto;
	width: auto;
	background-color: #000;
}

