html
{
	margin: 0;
	padding: 0;
}

body
{
	text-align: center;
	background-color: #bababa;
	margin: 0;
	padding: 0;
}

	td 
,	p
, 	li
{
	font-size: 11px;
	line-height: 1.3em;
	color: #FFF;
	font-family: arial;
}

h1
{
	line-height: 1em;
	font-size: 16px;
	font-weight: 700;
	font-family: arial; 
	margin: 0;
	padding: 0;
	color: #FFF;
}

h2
{
	line-height: 1em;
	font-size: 14px;
	font-weight: 700;
	font-family: arial; 
	margin: 0;
	padding: 0;
	color: #454545;	
}

ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

table
{
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}

a
{
	color: #FFFFFF;
	text-decoration: underline;
	font-family: arial;
}

.heightdiv
{
	height: 10px;
}

.cleardiv
{
	clear: both;
}

#page_wrapper
{
	position: relative;
	text-align: left;
	margin: 30px auto;
	background-image: url('../img/charter_bg.png');
	width: 916px;
	height: 616px;
}

#lang_selector
{
	position: absolute;
	right: 0;
	top: -20px;
}

	#lang_selector img
	{
		margin: 0 5px 0 0;
	}
	
/*******************************************************/
				/* Main Menu */
/******************************************************/	
	
	ul#menu
	{
		list-style: none;
		font-size: 12px;
		margin: 100px 20px 0 0;
		float: right;
	}
	
		ul#menu li
		{
			float: left;
			background-color: #9C9C9C;
			background-image: url('../img/menu_bg_center.jpg');
			background-position: right top;
			background-repeat: no-repeat;
			height: 25px;
		}
		
		ul#menu li a
		{
			padding: 5px 20px 0 20px;
			background-image: url('../img/menu_bg_left.jpg');
			background-position: left top;
			background-repeat: no-repeat;
			font-size: 12px;
			float: left;	
			color: #454545;
			display: block;	
			height: 20px;
			text-decoration: none;
		}
		
		ul#menu li.last
		{
			background-image: url('../img/menu_bg_left.jpg');
			background-position: left top;
			background-repeat: no-repeat;
		}
		
		ul#menu li.last a
		{
			background-image: url('../img/menu_bg_right.jpg');
			background-position: right top;
			background-repeat: no-repeat;
			padding-right: 25px;
		} 
			
			ul#menu li a:hover
		, 	ul#menu li.active a
		{
			color: #FFF;
			font-size: 12px;
			text-decoration: none;
		}

/*******************************************************/
				/* End */
/******************************************************/
		
	#wrapper_center_content
	{
		height: 450px;
		width: 910px;
		margin: 0;
		background-color: #0e0e23;
		overflow: hidden;
		position: relative;
	}
	
		.wrapper_content
		{
			padding: 70px 68px 0 29px;
			width: 372px;
			height: 250px;
			float: left;
		}
		
		.wrapper_content_full
		{
			padding: 70px 30px 0 29px;
			width: 900px;
			height: 250px;
		}
		
		.wrapper_content_image
		{
			padding: 70px 30px 0 29px;
			width: 850px;
			height: 250px;
		}
		
		div.content_image_wrapper
		{
			margin:110px 0 0 0 ;
			float: left;
			height: 280px;
			width: 420px;
			overflow: hidden;
		}
		
		#background_for_image
		{
			position: absolute;
			right: 20px;
			top: 110px;
			width: 421px;
			height: 280px;
			/*background-color: #FF00FF;*/
			background-image: url('../img/image_bg.png');
		}
		
		div.content_image_wrapper img
		{
			width: 420px;
		}

	#logo
	{
		margin: 10px 0 0 10px;
		float: left;
	}
	
	#box_1
	{
		width: 372px;
		float: left;
		margin: 0 10px 0 0;
	}
	
	#wrapper_box_2
	{
		color: #FFF;
		float: left;
		margin: 15px 0 0 0;
		padding: 0;
	}
	
	#box_2
	{
		height: 270px;		
		padding: 20px 0 0 105px;
		width: 385px;
	}
	
	#box_2 p
	{
		margin: 0;
		padding: 0;
	}
	
		.background_box_2
		{	
			height: 10px;
			width: 430px;
			float: left;
		}
	
		#box_2 h2
		{
			color: #FFF;
			margin: 0;
			padding: 0;
		}
			
		table tr td.project_name
		{
			width: 365px;
			height: 20px;
			background-color: #9C9C9C;
			margin: 10px 0;
			padding: 0 0 0 5px;
		}
	
		table tr td.project_name strong
		{
			padding: 0 0 0 5px;
		}
		
		#box_2 p
		{
			color: #FFF;
		}
	
		#box_2 td
		{
			padding: 0;
			color: #FFF;
			margin: 0 0 0 10px;
		}

#footer
{
	padding: 0;
	margin: 10px 0 0 30px;
} 

#footer p
{
	margin: 0;
	padding: 0;
	width: 600px;
	float: left;
}

	#footer p
, 	#footer a
{
	color: #454545;
}

#footer a:hover
{
	text-decoration: underline;
}

.disclaimer
{
	float: right; 
	margin-right: 30px;
	color: #868686;
	font-size: 11px;
}

#created_by
{
	position: relative;
	top: 10px;
	right: 10px;
	width: 160px;	
	float: right;
	color: #868686;
	font-size: 9px;
}

#created_by a
{
	color: #868686;
}

.cake-debug
{
	color: #FFF;
}