body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#005dab;
	background-image:url(../images/background/main.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#9cdbff;
}
a
{
	color:#005dab;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
img
{
	border:none;
}
.left
{
	position:relative;
	float:left;
}
.right
{
	position:relative;
	float:right;
}
div#disclaimer_over
{
	display:none;
	position:absolute;
	width:250px;
	padding:5px;
	margin:0;
	margin-left:-120px;
	left:0;
	top:0;
	border:1px solid #9cdbff;
	background-color:#FFFFFF;
	color:#000000;
	overflow:visible;
}
/* hack for ie6 */
* html div#disclaimer_over
{
	padding:15px;
}
/* hack for ie7 */
*:first-child+html div#disclaimer_over
{
	padding:15px;
}
div#disclaimer_over p
{
	padding:0;
	text-align:center;
	color:#005dab;
}





/*
 * CONTAINER
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 */
div#container
{
	position:relative;
	margin:0 auto;
	width:980px;
}





/*
 * HEADER
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 */
div#container div#header
{
	position:relative;
	margin-top:45px;
}
div#container div#header div.right
{
	position:relative;
	margin-top:40px;
}
div#container div#header div.right span
{
	display:block;
	float:left;
	position:relative;
	margin-left:20px;
}
div#container div#header div.right span span
{
	margin-left:0;
	margin-right:10px;
}
div#container div#header div.right span a
{
	position:relative;
	float:left;
	margin-right:3px;
	padding-left:2px;
}
div#container div#header div.right form#myspacepostto
{
	float:left;
	width:auto;
}





/*
 * CONTENT
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 */
div#container div#content
{
	display:inline-block;
	position:relative;
	float:none;
	clear:both;
	margin-top:30px;
}
div#container div#content div.left div.top
{
	position:relative;
	width:788px;
	height:332px;
	background-image:url(../images/background/content_left_top.png);
	background-repeat:no-repeat;
}
div#container div#content div.left div.top div.left
{
	position:relative;
	width:auto;
	height:auto;
	background-image:url(../images/background/content_top_separator.png);
	background-repeat:no-repeat;
	background-position:right;
}
div#container div#content div.left div.top div.right
{
	position:relative;
	width:508px;
	height:auto;
	margin-top:15px;
	background:none;
}
div#container div#content div.left div.bottom
{
	width:788px;
	height:138px;
	margin-top:10px;
	background-image:url(../images/background/content_left_bottom.png);
	background-repeat:no-repeat;
}
div#container div#content div.left div.bottom div.display
{
	width:100%;
	height:100%;
	background-image:url(../images/background/content_left_bottom_colors.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
div#container div#content div.left div.bottom div.display ul
{
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}
div#container div#content div.left div.bottom div.display ul li
{
	position:relative;
	height:138px;
	width:auto;
	overflow:hidden;
	float:left;
}
* html div#container div#content div.left div.bottom div.display ul li
{
	display:inline;
}
div#container div#content div.left div.bottom div.display ul li a:hover img
{
	position:relative;
	margin-top:-138px;
}
div#container div#content div.left div.bottom div.display ul li.no_roll_over a:hover img
{
	position:relative;
	margin-top:0;
}
* html div#container div#content div.left div.bottom div.display ul li a:hover
{
	position:relative;
	margin-top:-138px;
}
div#container div#content div.right
{
	position:relative;
	width:181px;
	height:481px;
	background-image:url(../images/background/content_right.png);
	background-repeat:no-repeat;
	margin-left:10px;
}
div#container div#content div.right div#flash_content
{
	position:relative;
	width:490px;
	height:306px;
}
div#container div#content div.right div#flash_content p
{
	padding-top:125px;
	text-align:center;
}
div#container div#content div.right ul
{
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}
div#container div#content div.right ul li
{	
	position:relative;
	margin-top:13px;
	margin-left:14px;
	height:143px;
}
* html div#container div#content div.right ul li
{
	margin-bottom:-3px;
}






/*
 * FOOTER
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 */
div#container div#footer
{
	position:relative;
	float:none;
	clear:both;
	margin-top:70px;
}
div#container div#footer p
{
	text-align:center;
	color:#005dab;
	font-size:10px;
}
div#container div#footer p.links a
{
	margin-left:10px;
	margin-right:10px;
	font-size:11px;
}
