body {
	background-color: #ffffff;
	font-family: "myriad pro", arial, helvetica, sans-serif;
	color: #3f3f3f;
}

a {
	color: #3f3f3f;
}

.center {
	text-align: center;
}

div.clearboth {
	clear: both;
}

/* div#banner {
	width: 220px;
	height: 136px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-image: url('../images/new_site_banner.gif');
	background-repeat: no-repeat;
}
*/

div#container {
	margin: auto;
	width: 585px;
}

div#logoarea {
	height: 90px;
	text-align: right;
	padding-right: 30px;
}

div#menuarea {
	float: left;
	width: 178px;
	height: 505px; 
	background-image: url("../images/menu.jpg");
	background-repeat: no-repeat;
}

div#titlearea {
	float: left;
	width: 407px;
	height: 115px;
	background-image: url("../images/top.jpg");
	background-repeat: no-repeat;
}

div#titlearea img {
	margin-top: 53px;
	margin-left: 38px;
}

div#content {
	float: left;
	width: 407px;
	height: 390px;
	background-image: url("../images/body.jpg");
	background-repeat: no-repeat;
}

div#content_text {
	width: 337px;
	height: 355px;
	margin-left: 32px;
	font-family: arial, sans-serif;
	font-size: 9pt;
}

div#content_text p {
	line-height: 10pt;
}

div#content_text strong {
	font-weight: bold;
	color: #ed9405;
}

div#content_text h2 {
	font-weight: bold;
	color: #ed9405;
	font-size: 9pt;
} 

div#content_text h1, div#content_text p, div#content_text table, div#content_text h2 {
	margin-left: 20px;
	margin-right: 11px;
}

div#content_text h2 {
	margin-top: 6px;
}

div#shadow {
	height: 133px;
	background-image: url("../images/shadow.jpg");
	background-repeat: no-repeat;
	background-position: 23px 0px; 
}

div#menu {
	margin-top: 71px;
	margin-left: 42px;
}


div#menu_services {
	height: 96px;
	width: 112px;
	background-image: url("../images/services_transparent.jpg");
	background-repeat: no-repeat;
}

div#menu_products {
	height: 109px;
	width: 112px;
	background-image: url("../images/products_transparent.jpg");
	background-repeat: no-repeat;
}

div#menu_work {
	height: 118px;
	width: 112px;
	background-image: url("../images/work_transparent.jpg");
	background-repeat: no-repeat;
}

div#menu_contact {
	height: 92px;
	width: 112px;
	background-image: url("../images/contact_transparent.jpg");
	background-repeat: no-repeat;
}
