html, body, table.wrapper 
{
  	height				:	100%;
  	margin				: 	0px;
	padding				: 	0px;
	border				: 	none;
	text-align			: 	center; 	
	font-size			:	0px;	
	font-family			: 	Helvetica;
}
	         
html,body,img,a,td
{
	padding				:	0px;
	margin				:	0px;
}     
		
img.div
{
	vertical-align		: 	bottom;
} 
	         
table.wrapper 
{
	margin				: 	0px auto;
	text-align			: 	left;
	vertical-align		:	middle;
	width				:	964px;
}	

table.wrapper td
{
	vertical-align		:	top;
}


/* navigation stuff */	      	 
div.navigation
{
	width				:	154px;
	height				:	 226px;
	background-image	:	url('images/nav_background.png');
	text-align			:	right;
	line-height			:	35px;	
	font-color 			: 	#FFFFFF;
	font-size 			: 	13px;	
}	
			
div.nav_correct a 
{	 
	color 				:	#FFFFFF;
	margin-right		:	10px;		
	text-decoration		:	none;
}	 		

div.nav_correct a:hover
{
	color 				:	#FFFFFF;
	margin-right		:	10px;		
	text-decoration		:	underline;
}
			
div.nav_correct
{
	padding-top			:	15px;
}

/* Lanuage buttons */			
			
div.language
{
	width				:	154px;
	height				: 	190px;
	background-image	:	url('images/language_background.png');	
	text-align			:	right;				
}
			
div.lang_correct
{
	padding-top			:	8px;			
}

/* Text related css */

div.content
{
	width				: 	554px;
	height				:	488px;
	overflow			:	auto;
	display				:	block;
	font-family			: 	Helvetica;	   	      		
	font-size			:	13px;	
	color				:	#333333;
	line-height			:	20px;	
	text-align			: 	justify;
}

div.content h1 
{
	font-family			: 	"Trebuchet MS";  	      		
	font-size			:	28px;	 
	color				:	#333333;
	padding-left		:	20px;
}

div.content ul
{
	list-style-position	:	outside;
}


div.content h2
{
	font-family			: 	"Trebuchet MS";  	      		
	font-size			:	17px;	 
	color				:	#333333;
}

p, h2
{
	padding-left		:	25px;
	padding-right		:	25px;
	font-family			: 	Helvetica;	   	      		
	font-size			:	13px;	
	color				:	#333333;
	line-height			:	20px;	
	vertical-align		:	top;
	text-align			: 	justify;
}

table.content
{
	padding-left		:	25px;
	padding-right		:	25px;
}

table.content ,table.content tr , table.content tr td
{
	font-family			: 	Helvetica;	   	      		
	font-size			:	13px;	
	color				:	#333333;
	line-height			:	20px;	
	vertical-align		:	text-top;
	text-align			: 	justify;
}

table.content td.header
{
	font-weight			:	bold;
}

div.content a
{
	color				:	#333333;
}

div.content a:hover
{
	color				:	#000000;
}

