@charset "UTF-8";
/*	
	Black Box CSS
	Author(s): James Allen
	Date: 19.08.08
	Version: 1.0
	www.jamesaallen.com
	www.actioncommittee.co.uk
*/


body {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF;
}

#wrapper { width: 1000px; margin: 0 auto; }

.clear { clear: both; }

/* Fonts */

h1 {
	font-family: Garamond, serif;
	text-align: left;
	font-size: 22pt;
	color: #e2e1dd;
	text-align: center;
	margin: 45px 0px 0px 0px;
	font-weight: lighter;
}

p {
	font-family: Helvetica, sans-serif;
	text-align: left;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}

a:link {
	font-family: Helvetica, sans-serif;
	text-align: left;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

a:hover {
	font-family: Helvetica, sans-serif;
	text-align: left;
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

a:visited {
	font-family: Helvetica, sans-serif;
	text-align: left;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}


/* End Fonts */


/* Body */

#enter {
	width: 600px;
	height: 20px;
	float: left;
	background-color: #FFFFFF;
}

#nothing {
	width: 600px;
	height: 20px;
	float: left;
	background-color: #FFFFFF;
}

#content {
	width: 1000px;
	height: 600px;
	float: left;
	background-color: #FFFFFF;
}

#content .flash {
	width: 1000px;
	height: 600px;
	float: left;
	margin: -8px 0px 0px -8px;
}

#content .bulletin {
	background-image: url(new_popup.jpg);
	width: 200px;
	height: 300px;
	float: left;
	margin: -8px 0px 0px -8px;
}

#content .error {
	width: 1000px;
	height: 600px;
	float: left;
	margin: 0px 0px 0px 0px;
}

#content .enter {
	width: 1000px;
	height: 30px;
	float: left;
	background-color: #FFFFFF;
	margin: 50px 0px 0px 0px;
}
/* End Body */