body {
 	margin: 0; 
 	padding: 0; 
	background: #3a74bd url("img/bg.jpg") no-repeat center top;
	color: #000;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;	
	text-align: center;
	}	
/* Footer at the Bottom: */

html, body, #centerpage {
	height: 100%;	}
body > #centerpage {
	height: auto;
	min-height: 100%;	
	width: 920px;	
	margin: 0 auto;	
	text-align: left;
	}
#content {
	margin: 40px 0 100px 0;
	background: url("img/bg-content.jpg") repeat-y center center;	
	padding: 14px 26px;
	font-size: 12px;
	line-height: 18px;	
	-webkit-border-radius: 20px;
    -khtml-border-radius: 20px; 
	-moz-border-radius: 20px;
    border-radius: 20px;

	}
#foot {
	position: relative;
	clear: both;	
	width: 100%;
	margin: -60px auto 0;
	height: 45px;			
	text-align: center;
	background: #013674;

	}
#foot p {
	padding: 16px 0 0 0;
	color: #ffffff;
	line-height: 14px;
	font-size: 12px;

	}
	
	
.language {
	text-align: right;
	padding-top: 20px;
	font-size: 13px;
	font-weight: bold; }
.language a:link, .language a:visited { color: #fff; text-decoration: none; cursor: pointer; }
.language a:active, .language a:focus, .language a:hover  { color: #fff; text-decoration: underline; }


.head {
	height: 237px;
	margin: 10px 0 11px 0;
	background: url("img/logo.png") no-repeat left center;
	}
.head p {
	float: left;
	width: 256px;
	text-align: center;
	padding: 170px 0 0 0;
	font-weight: bold;
	color: white;
	font-size: 12px;
	line-height: 16px;
	}
	
.menu {
	background: url("img/bg-menu.jpg") no-repeat left center;	
	height: 32px;
	}
	
/* Menu */
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
  	}
.menu li {
  	float: left;
  	margin: 0;
  	padding: 0;
  	}
.menu a, .menu a:link {
	display: block;
	margin: 0 10px 0 4px;
	padding: 8px 11px 4px 11px;
	font-size: 13px;
  	font-weight: bold;
	color: #a0b5cd;
	text-decoration: none;
	}
.menu a:focus {
	outline: none;
	}
.menu a:hover,
#index #nav-index a,		
#profile #nav-profile a,
#consultingo #nav-consulting a,
#contact #nav-contact a	{
    color: #fff;
	}

h1, h3 {
	background: #013980;
	color: #fff;	
     -moz-border-radius-topleft: 14px;
     -moz-border-radius-topright: 14px;
     -webkit-border-top-left-radius: 14px;
     -webkit-border-top-right-radius: 14px;
     -khtml-border-top-left-radius: 14px;
     -khtml-border-top-right-radius: 14px;
     border-top-right-radius: 14px;
     border-top-left-radius: 14px;
	 }	
h1 {
	margin: 0;
	font-size: 15px;
	padding: 4px 16px;
	}
h3 {				/* used in the boxes */
	margin: 0 0 8px 0;
	padding: 3px 14px;
	}
h2 {
	font-size: 14px;
	}



.rounded {
	-webkit-border-radius: 14px;
    -khtml-border-radius: 14px; 
	-moz-border-radius: 14px;
    border-radius: 14px;
	width: 260px;
	}
.rounded p {
	margin: 0;
	padding: 3px 4px 4px 10px;}
.rounded img {
	float: right;
	margin: 10px 5px 5px 0;
	}	
.turq {border : 1px solid #64e0df;}
.right	{
	float: right; 
	margin: 5px 0px 10px 14px; 
	padding: 0px;
	background-color: #86b4de;
	}
.left	{
	float: left; 
	margin: 5px 14px 10px 0px;
	padding: 0px;
	background-color: #86b4de; 
	}
.right img, .left img {
	border : 1px solid #cfedf3;
	margin: 0;
	padding: 0; 
	}
.right p, .left p	{
	font-size: 11px;
	line-height: 12px;
	color: #000;
	margin: 4px;	
	}
	
.act {
	padding-right: 60px;}

a:link, a:visited {
	color: #a3fffe;
	}
a:hover {
	color: #fff;
	}
	
	
	
	