@charset "utf-8";

body {
	background-color:#0F416A;
	text-align:center;
}
#tiptop {
	background-image: url(../images/specials/topshadow.png);
	background-repeat: no-repeat;
	background-position: center;
}
#bittybottom {
	background-image: url(../images/specials/bottomshadow.png);
	background-repeat: no-repeat;
	background-position: center;
}
#heada {
	width:1000px;
	height:70px;
	float:right;
	margin-bottom:10px;
	background-image: url(../images/specials/eeheader.png);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C9E7E9;
	border-right-color: #C9E7E9;
	border-bottom-color: #C9E7E9;
	border-left-color: #C9E7E9;
}


#wraptastic {
	margin-left:auto;
	margin-right:auto;
	width:1010px;
	background-image:url(../images/specials/shadow_bg.png);
	background-repeat: repeat-y;
}

#contentspace{
	text-align:	left;
	padding:10px;
	background-color:#FFFFFF;
	font-size: 16px;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#foota {
	background-color: #0F416A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
#content {
	text-align: left;
	line-height: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 700px;
}
#content li {
	padding-top: 10px;
}


#mainthingy {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#loginfloat {
	width:350px;
	height:250px;
	float:right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #3399FF;
}

