html
{
	height: 100%;
	padding: 0;
}

body
{
	margin: 0;
	background-color: #ffffff;
	background-image: url(pics/bg_flow.png);
	background-repeat: repeat-x;
	color: #333333;
	font-family: verdana, arial, helvetica, sans-serif;
	height: 100%;
}

body, table
{
	font-size: 12px;
}
#container_outer
{
	width: 1122px; 
	height: 664px; 
	position:absolute;
	top:50%;
	left:50%;
	margin-top: -332px;
	margin-left: -561px;
	background-color: transparent;
	background-image: url(pics/bg_blueframe.png);
	background-repeat: no-repeat;
	
}
#container
{
	width: 980px; 
	height: 490px; 
	margin: 125px 0 0 85px;
/*	position:absolute;
	top:50%;
	left:50%;
	margin-top: -245px;
	margin-left: -490px;*/
	background-color: transparent;
}

div.headblock
{
	width: 300px; 
	height: 70px; 
	background-color: #FFFFFF; 
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
}

div.boxblock
{
	width: 300px; 
	height: 380px; 
	background-color: #FFFFFF; 
	margin-left: 20px;
	float: left;
}

div.fullblock
{
	width: 940px; 
	height: 380px; 
	background-color: #FFFFFF; 
	margin-left: 20px;
	float: left;
}

a:link, a:visited, a:active
{
	text-decoration: underline;
	color: #000000;
}
a:hover
{
	text-decoration: none;
	color: #FF6600;
}
