body{
	margin:0;
	padding:0;
	font: 75%/1em  Verdana, Arial, Helvetica;
	color:#bcb0a0;
	background:#ebe7e4;
}

p, table{
	font-size:1em;
	line-height:1.4em;
}

h2, h3, h4, h5, h6	{
	font-size:0em;
}

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

a:hover{
	color:#bcb0a0;
}


img{
	border:0;
}	

/*positioning and styles for background image*/

.homepage{
	background:url(../images/bg_image.jpg) no-repeat right 45px;
}

.services{
	background:url(../images/bg_image.jpg) no-repeat right 45px;
}

.experience{
	background:url(../images/bg_image.jpg) no-repeat right 45px;
}

.contact{
	background:url(../images/bg_contact.jpg) no-repeat right 45px;
}

#page_holder{
	width:927px;
	height:648px;
	position:relative;
}


/*navigation*/

#menu{
	margin:0;
	padding:0;
	list-style-type: none;
	right:0;
	position:absolute;
	top:25px;
}

#menu li{
	display:inline;
	float:left;
	margin-right:10px;
}

.nav_home{
	background:url(../) no-repeat;
}


/*main content*/
#content{
	position:absolute;
	left:81px;
	top:52px;
	_top:68px;
	width:475px;
}

#content ul{
	margin:0;
	padding:0 0 0 15px;
}

#content li{
	line-height:1.4em;
}

#contact{
	margin:0;
	padding:0;
	list-style-type: none;
	right:0;
	position:absolute;
	top:25px;
}

#contact{
	position:absolute;
	left:-15px;
	top:190px;
	width:475px;
}

#contact_page{
	color:#444c3f;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
/* End hide from IE-mac */