@charset "utf-8";
/* CSS Document */

body {
	background: #000;
	margin: 0px 0px 0px 0px;
}

.header {
	background: transparent url(../images/header.png) repeat-x;
	width: 100%;
	height: 400px;
	margin: 0px auto 0px auto;
}

.main {
	background: transparent;
	width: 800px;
	height: 400px;
	margin: 0px auto 0px auto;
}

/*  ###########
	menu - following pages
###########	 */
.menu {	float: left; width: 250px; height: 400px; margin: 0px; padding: 0px;
}

/*  ###########
	content 
###########	*/
h3 { color: #EEE; margin: 0px; padding: 4px 0px 4px 0px;
}

p { margin: 8px 0px 8px 0px;
}

.overhang p { margin-left:30px;text-indent:-30px;
}

/*.buttons { font: 10px Tahoma, Arial;
}*/

.contentBox { float: left; width: 550px; height: 400px; margin: 0px; padding: 0px; color: #CCC; font: 12px Verdana, Arial;
}

.content { margin: 40px 0px 0px 10px;
}

.content a { color: #aaa;
}

.content a:hover { color: #eee; text-decoration: none;
}
.email { width: 250px;
}
.error  { color: red; background-color: transparent; font-size: 10px; 
}


/*  ###########
	lower half 
########### */
.split {
	background: transparent url(../images/split.png) repeat-x;
	width: 100%;
	height: 30px;
}

.logo {
	background: transparent url(../images/driftLogo.png) no-repeat;
	width: 500px;
	height: 100px;
	margin: 30px auto 0px auto;
}

.footer {
	color: #aaa;
	font: 10px verdana;
	width: 600px;
	margin: 30px auto 50px auto;
	text-align: center;
}

.footer a { color: #aaa;
}

.footer a:hover { text-decoration: none; color: #eee;
}

.xclear { clear: both; margin: 0px; padding: 0px;
}