body {
	background-color: #423C32;
	margin: 40;
	padding: 0;
    font-family: georgia, serif;
}


/***********************************************************/    
/*     HEADER
/***********************************************************/    

#header {
	background-color: #BED63A;
	position: absolute;
	width: 90%;
	top: 40px;
	left: 40px;
	height: 40px;
}

#header .right {
	position: absolute;
	right: 0;
}


/***********************************************************/    
/*     MAIN NAVIGATION
/***********************************************************/    

#mainnav {
	position: absolute;
	width: 90%;
	top: 120px;
	/*right: 90px;*/
	left: 40px;
}



/* #mainnav {
	position: absolute;
	top: 120px;
	right: 90px;
}*/

#mainnav ul {
	width: 120px;
	position: absolute;
	right: 20px;
	list-style: none;
}

#mainnav li {
	margin-bottom: 12px;
}

#mainnav p {
	font-size: 11px;
	color: #B4B09E;
	text-align: right;
}


/***********************************************************/    
/*     BLOG ON HOMEPAGE
/***********************************************************/    

#blog {
	font-size: 11px;
	position: absolute;
	top: 120px;
	left: 40px;
	width: 260px;
	background-color: #B4B09E;
	padding: 0 20px 0 20px;
}

#blog h2 {
	font-size: 12px;
}

#blog a {

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

#blog .bottomlink {
	position: absolute;
	left: 0px;
	width: 284px;
	background-color: #B4B09E;
	padding: 8px;
	text-align: right;
}

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

#blog p {
	text-align: left;
	color: #000;
}

/***********************************************************/    
/*     PORTFOLIO
/***********************************************************/    

#portfolio {
	position: absolute;
	top: 120px;
	left: 40px;
}

/***********************************************************/    
/*     CONTACT
/***********************************************************/    

#contactimg {
	position: absolute;
	top: 120px;
	left: 40px;
}

#contactform {
	position: absolute;
	top: 200px;
	left: 330px;
}
#contactform td, p {
	font-size: 11px;
	color: #B4B09E;
	text-align: right;
	padding: 0 10px 10px 0;
}