body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:0px;
	line-height:20px;
	background:url(../images/bg_image.jpg) top repeat-x #bca36a;	
}

/*----------------------FONTS--------------------------*/

p{
	margin:0px;	
}

h1{
	font-family:"Courier New", Courier, monospace;	
	margin:0px;
	padding:0px;
	text-shadow: 2px 2px 1px #e9e9e9;	
	color:#00241c;
}

h2{
	font-family:"Courier New", Courier, monospace;	
	font-weight:normal;
	margin:2px 0 2px;
	padding:2px 0 0;
	font-weight:bold;
}

.highlight{
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:14px;
	background:url(../images/highlight_end.jpg) no-repeat right #fef99d;
}

.smaller{
	font-size:11px;
	color:#999;	
}

.borderbottom{
	border-bottom:1px solid #dbdbdb;	
}

/*----------------------LINKS--------------------------*/

a{
	color:#000;	
	text-decoration:none;
}

a:hover{
	text-decoration:underline;	
}

/*----------------------DIVS--------------------------*/

#top{
	background:url(../images/body_top.jpg) no-repeat center bottom;	
	margin:0px;
	padding:0px;
}

#bodyTile{
	background:url(../images/body_tile.png) repeat-y center;
	margin:0px;	
	padding:0px;
}

#bodyBase{
	background:url(../images/body_base.png) no-repeat center top;	
	height:83px;
}

#menu{
	width:900px;
	margin:0 auto 0;
	padding:190px 0 193px;
}

#info{
	width:920px;
	margin:-50px auto 0;
	z-index:10;
	position:relative;	
}

#baseInfo{
	width:900px;
	margin: 0 auto 0;
	padding:20px;
	font-family:"Courier New", Courier, monospace;	
	font-size:12px;
}

#homeDiv {
	position:absolute;
	top:191px;
	width:550px;
	right:50%;
	z-index:11;
}

.backgroundManagment{
	background:url(../images/image_projectmanagment.jpg) no-repeat right center;	
}

.backgroundConsulting{
	background:url(../images/image_developmentconsulting.jpg) no-repeat right center;	
}
/*===================================TOP NAV============================*/
/*TOP NAV*/
#nav{
	position:relative;
	z-index:12;
	font-size:12px;
	padding:0px 0 0 190px ;
	margin:0px;
}
#nav ul{
	
	padding-bottom:5px;
}
#nav li{
	display:inline;
	float:left;
	padding:10px 3px 10px;
}
#nav a{
	text-transform:uppercase;
	display:block;
	color:#fff;
	padding:9px;
	width:107px;
	text-decoration:none;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.8);
	background:url(../images/menu_shadow.png) repeat-x bottom;
}
#nav a:hover{
	background:none;
}