body
{
	padding: 0;
	margin: 0;
	background: #ff0000;
	color: #000;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 0;
}

a
{
	text-decoration: underline;
	color: #000;
}

a:hover
{
	text-decoration: underline;
	color: #FF80A8;
	
}

a.disc
{
	text-decoration: none;
	color: #000;
	font-size: 125%;
	line-height: 150%;
	
}

a.disc:hover
{
	text-decoration: underline;
	color: #000;
	font-size: 125%;
	line-height: 150%;
}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -500px;
	position: absolute;
	top: -300px;
	left: 50%;
	border: 40px solid #FFF;
	width: 1000px;
	height: 460px;
}

#header
{
	width: 1000px;
	height: 31px;
	letter-spacing: 1px;
}

#container    
{
	border: 20px solid #FFF;
	width: 960px;
	height: 370px;
}

#containerframe    
{
	border: 1px solid #FFF;
	width: 958px;
	background: #FFF;
}

img.floatLeft { 
    float: left;
    margin: 4px;
    border: 1px solid #000;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
    border: 1px solid #000;
}


#containerleft
{
	float: left;
	width: 350px;
	height: 350px;
	background-image:url('containerright-image.jpg');
	border-right: 20px solid #FFF;
	padding: 10px;
}

#containerleft a
{
	text-decoration: none;
	color: #FFF;
}

#containerleft a:hover
{
	text-decoration: none;
	color: #FF80A8;
}

#containerleft h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -3px;
	font-size: 250%;
	text-align: right;
}

#containerright
{
	float: right;
	width: 525px;
	height: 350px;
	background: #ffffff;
	overflow: auto;
	padding: 10px;
}

#containerright350
{
	float: right;
	width: 350px;
	height: 350px;
	background: #ffffff;
	overflow: auto;
	padding: 10px;
}

#containerright h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -2px;
	font-size: 200%;
	border-bottom: 1px solid #FFF;
	padding-top: 2px;
	padding-bottom: 3px;
	width: 75%;
}

#containerright h6
{
	margin: 0px;
	padding: 10px;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -2px;
	font-size: 200%;
	color: #FFF;
	border-bottom: 1px solid #000;
	background: #ff0000;
	padding-top: 5px;
	padding-bottom: 4px;
	width: 75%;

#containerright a
{
	text-decoration: none;
	color: #FF0000;
}

#containerright a:hover
{
	text-decoration: underline;
	color: #FF0000;
}

	
#footer
{
	width: 800px;	
	text-align: right;
	padding: 5px 0px;
	color: #FF80A8;
	font-size: 8pt
}

#footer a
{
	text-decoration: none;
	color: #FF80A8;
}

#footer a:hover
{
	text-decoration: none;
	color: #FFF;
}

