/* CSS Document */

/* ---------- Global ---------- */

* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}


/* ---------- Body ---------- */

html, body
{
	background-color: #fff;
	text-align: center;
}



/* ---------- Other ---------- */

p
{
	font-size: 9pt;
	color: #333;

	margin: 9px 0px 9px 0px;
}

span
{
	font-size: 7pt;
	color: #333;
}

a
{
	color: #333;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: none;
}


/* ---------- Main Container ---------- */

div#main
{
	width: 800px;
	height: 500px;
	
	margin-left: -385px;
	margin-top: -300px;	
	
	position: absolute;
	left: 50%;
	top: 50%;	

	text-align: center;
}


/* ---------- Other Container ---------- */

div#postermain
{
	width: 800px;
	margin: 15px 10px 15px 0px;
	border-top: 3px solid #676767;
	border-bottom: 3px solid #676767;
	clear: none;
	float: left;
}

div#leftposter
{
	width: 260px;
	height: 410px;
	margin: 15px 10px 15px 0px;
	border-bottom: 3px solid #676767;
	clear: none;
	float: left;
}

div#middleposter
{
	width: 260px;
	height: 410px;
	margin: 15px 10px 15px 0px;
	border-bottom: 3px solid #676767;	
	clear: none;
	float: left;
}

div#rightposter
{
	width: 260px;
	height: 410px;
	margin: 15px 0px 15px 0px;	
	border-bottom: 3px solid #676767;	
	clear: none;
	float: left;
}


/* ---------- Header  ---------- */

div#header
{
	width: 800px;
}

div#headerleft
{
	width: 800px;
	text-align: left;
	float: left;
	clear: none;
}

div#headercenter
{
	width: 800px;
	text-align: center;
	float: center;
	clear: none;
}

/* ---------- Footer ---------- */

div#footermain
{
	width: 800px;
}

div#footerleft
{
	width: 700px;
	text-align: left;
	float: left;
	clear: none;
}
div#footerright
{
	width: 100px;
	text-align: right;
	vertical-align: top;
	float: left;
	clear: none;
}
p.footer
{
	font-size: 7pt;
	color: #333;
}

span.footer
{
	font-size: 7pt;
	color: #333;
}