body
{
	background-color:			#00adef;
	color:         					#000000;
	margin:							 		   0px;
	padding:							 	   0px;
}
td, input, select, textarea, div
{
	font-family:						  verdana, arial, helvetica, sans-serif;
	font-size:							   10px;	
}
img
{
	border-style:       none;
}
ul
{
	margin:							      0px;
	padding-left:				   1.5em;
}
#debugbuttons img
{
	cursor:									    pointer;
}
#container
{
	position:								  absolute;
	width:									    800px;
	left:										    50%;
	margin-left:						 -400px;
	top:										     0px;
	bottom:									   0px;
}
#navigation
{
 margin:            0px;
 padding:           0px;
 list-style:        none;
 white-space:       nowrap;
}
#navigation li
{
 display:           inline;
}
#header
{
	position:								  absolute;
	width:									    800px;
	top: 										    30px;
	height:									   165px;
	background-color:  #00adef;
}
#flags
{
	margin-top: 			    3px;
	margin-left:       3px;
}
#flags img
{
 display: block;
 margin-bottom: 3px; 
}
#LeftContentContainer
{
	position:								  absolute;
	width:									    200px;
	top:										     195px;
	height:									   400px;
	background-color:		#6acff6;
}
#LeftContent
{
	position:								  absolute;
	left:										    5px;
	width:									    190px;
	top:               5px;
	height:									   390px;
	background-color:		#6acff6;
}
#content
{
	position:								  absolute;
	left:              200px;
	width:									    600px;
	top:										     195px;
	height:									   400px;
	background-color:		#ffffff;
}
#MainContentTopLeftContainer, #MainContentLeftContainer
{
	position:								  absolute;
	width:									    200px;
}
#MainContentTopLeftContainer
{
	height:									   200px;
}
#MainContentLeftContainer
{
	height:									   400px;
}
#MainContentTopLeft, #MainContentLeft
{
	position:							 	 absolute;
	left:              5px;
	width:									    190px;
	top:               5px;
}
#MainContentTopLeft
{
	height:									   190px;
}
#MainContentLeft
{
	height:									   390px;
}
#MainContentRightContainer, #MainContentTopRightContainer
{
	position:								absolute;
	left:						        200px;
	width:									400px;
	background-color:				#ffffff;
}
#MainContentRightContainer
{
	height:									400px;
}
#MainContentTopRightContainer
{
	height:									200px;
}
#MainContentBottomContainer
{
	position:								absolute;
	width:									600px;
	top:                    200px;
	height:									200px;
	background-color:				#7BD3F7;
}