.gkCenter {
	width: 820px;
	margin: 0 auto;
	
}

#header {
	background-image: url(../Images/header-bg.jpg);
	
}

#logo {
	padding-top: 22px;
}

#page {
	margin: 30px auto;
}

#content {
	width: 800px;
	margin: 0 10px;
}

#menu {
	position: absolute;
	top: 75px;
}

#menu ul {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	display: block;
	float: left;
	margin: 0px 10px;
	height: 24px;
	overflow: hidden;
	text-indent:-500px;
	
}

#menu ul li.References a {
	background: url(../Images/menu-references.jpg) no-repeat;
	width: 70px;
}
#menu ul li.References a:hover, #menu ul li.References a.active {
	background: url(../Images/menu-references_o.jpg) no-repeat;
}
#menu ul li.Competences a {
	background: url(../Images/menu-competences.jpg) no-repeat;
	width: 81px;
}
#menu ul li.Competences a:hover, #menu ul li.Competences a.active {
	background: url(../Images/menu-competences_o.jpg) no-repeat;
}
#menu ul li.Contact a {
	background: url(../Images/menu-contact.jpg) no-repeat;
	width: 48px;
}
#menu ul li.Contact a:hover, #menu ul li.Contact a.active {	
	background: url(../Images/menu-contact_o.jpg) no-repeat;
}

#leftColumn {
	width: 220px;
	float: left;
}

#rightColumn {
	width: 510px;
	float: right;
}

#subMenu {
	position: relative;
	width: 194px;
	float: left;
	left: -20px;
	top: -20px;
	background: url(../Images/subMenu-bottom-bg.jpg) no-repeat bottom;
}
#subMenu ul {
	background: url(../Images/submenu-right-bg.jpg) no-repeat right top;
	margin: 0px;
	padding: 30px 0 0 0;
	width: 194px;
	list-style: none;
	height: 240px;
}
#subMenu ul li {
	text-align: right;
	padding: 0 20px 5px 0;
	margin: 0 0 0 18px;
	
}
#subMenu ul li a {
	display: block;
	padding: 5px;font: bold xx-small "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
}
#subMenu ul li a:hover, #subMenu ul li a:active, #subMenu ul li a.active{
	text-decoration: none;
	color: #E1AE00;
	background: transparent url(../Images/submenu-o.png)  repeat 0 0;
}
div#subMenuTitle.competences {
	background: url(../Images/submenu-competences-bg.jpg) no-repeat left top !important;
}
div#subMenuTitle.references {
	background: url(../Images/submenu-references-bg.jpg) no-repeat left top !important;
}
div#subMenuTitle.contact {
	background: url(../Images/submenu-contact-bg.jpg) no-repeat left top !important;
}

#pageContent {
	width: 590px;
	float: right;
}

#pagePath, #pagePath a{
	font: x-small Arial, Helvetica, sans-serif;
	color: #666666;
	letter-spacing: 1px;
}
#pagePath a:hover{ color: #E1AE00; }

div.newsContainer {
	text-align: right;
	border-top: 1px solid white;
	padding-top: 0px;
	height: 280px;
}
div.news {height: 280px;}
div.news h2 {
	margin-top: 40px;	
}
img.left {
	float: left;
	margin: 0 20px 20px 0;
	
}

#footer {
	
	font: xx-small Arial, Helvetica, sans-serif;
	border-top: 1px solid white;
	clear: both;
	padding-top: 5px;
	margin-bottom: 48px; 
}
