* {
	margin: 0;
}

body {
	color: #fffeff;
	font-family: Arial;
	background-color: #000;
	text-transform: lowercase;
}

#wrapper {
	background: #000 url(../images/header.jpg) no-repeat;
	width: 800px;
	padding: 0;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#splash {
	width: 800px;
	padding: 0;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#mainad {
	width:  800px;
	height: 800px;
	background-image: url(../images/ETEad.jpg);
	display: block;
	border-style: none;
}

#content {
	padding-right: 20px;
	padding-left: 20px;
}

h1 {
	font-size: 4em;
}


a {
	color: #fffeff;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#skip {
	font-size: 1.5em;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fffeff;
}

#navigation {
	display: inline;
	list-style-type: none;
	text-shadow: #000 3px 3px 10px;
}

li {
	float: left;
	padding-right: 1em;
	position: relative;
	top: 10px;
	font-size: 1em;
}

span {
	display: none;
}
p {
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 10pt;
	color: #7f7f7f;
}

#ad {
	background: url(../images/adbookmark.png) no-repeat;
	width: 275px;
	height: 75px;
	position: relative;
	top: 167px;
	left: -45px;
	display: block;
	border-style: none;
}

#logo {
	background: url(../images/lifty.png) no-repeat;
	width: 70px;
	height: 70px;
	position: relative;
	top: -141px;
	left: 688px;
	display: block;
	border-style: none;
}

#bodytext {
	position: relative;
	clear: left;
	margin-top: 150px;
}

