@charset "utf-8";
/* CSS Document */

body {
	background-color: #00121f;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: none;
	color: #EFEFEF;
}
#splash {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #EFEFEF;
	text-align: center;
	height: auto;
	overflow: visible;
	position: relative;
	background-color: #00121F;
}
#splash a {
	color:#fff;
	text-decoration: none;
}
#splash a:hover {
	color:#BAD169;
	text-decoration: none;
}
#footer {
	text-align: center;
	width: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size:12px;
	color: #EFEFEF;
	text-decoration: none;
}
#footer a {
	color:#fff;
	text-decoration: none;
}
#leftBanner {
	float: left;
	height: 300px;
	width: 350px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 90px;
}
#leftBanner a {
	color:#00121F;
	text-decoration: none;
}
#leftBanner a:hover {
	color:#00121F;
	text-decoration: none;
}
#rightBanner {
	float: right;
	height: 300px;
	width: 350px;
	margin-top: 30px;
	margin-right: 90px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#rightBanner a {
	color:#00121F;
	text-decoration: none;
}

#rightBanner a:hover {
	color:#00121F;
	text-decoration: none;
}
#address {
	clear: both;
	height: auto;
	width: auto;
	padding: 20px;
	line-height: 21px;
	font-size: 13px;
}

#footer a:hover {
	color:#BAD169;
	text-decoration: none;
}
#splashBanner {
	margin-right: auto;
	margin-left: auto;
}
#banner {
	margin-right: auto;
	margin-left: auto;
	background-color: #00121F;
	background-image: url(../images/emmalogo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px;
	height: 148px;
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.title {
	font-size:16px;

	color:color: #EFEFEF;
	line-height: 24px;
}
.text1{
	font-size:13px;
	color: #EFEFEF;
	letter-spacing: 2px;
	text-align: center;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #EFEFEF;
}

