body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}


* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
	background-color: #ffffff;
	min-height:600px;/* for good browsers*/
	min-width:900px;/* for good browsers*/
}

img{
	border:0px;
}

.wrapper{
	position:relative;
	height: 276;
	width: 900;
}

#outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#container {
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 600px;
}
#inner {
	width: 900px;
	background: #FFF;
	height: 600px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:900px;
	height:324px;
}



#blockleft {
	float:left;
	width:324;
	height:276;
	
}

#centerblock{
	float:inherit;
	width:386;
	height:276;
}

#centertop{
	float:left;
	border:0;
	display:inline;
}

#centerbottom{
	float:left;
}

#blockright{
	display:inline;
	float:inherit;
	width:202px;
	height:276px;
}

#pageheader{
	height:65px;
	background-image:url(../images/services_02.jpg);
	background-repeat:repeat-x;
}

#servicespageheader{
	height:65px;
	width:auto;
	background-image:url(../images/services_02.jpg);
	background-repeat:repeat-x;
	float:left;
}

#workpageheader{
	height:30px;
	width:auto;
	background:#6F6
}

#aboutpageheader{
	height:30px;
	width:auto;
	background:#CC6
}

#headermenu{
	height:65px;
	float:right;
	padding-right:10px;
}

#contactpageheader{
	height:30px;
	width:auto;
	background:#99F
}

#pagebody{
	width:auto;
	height:inherit;
	overflow:hidden;
}

#pagemenu{
	width:157px;
	height:100%;
	background:#fff;
	background-image:url(../images/services_04.jpg);
	background-repeat:repeat-y;
	float:left;
	font-size:12px;
	padding: 5px 1em 1em 1em;
	
}


#pagecontent{
	width:auto;
	height:100%;
	float:inherit;
	padding: 5px 1em 1em 1em;
	
}

#footer {
	background-color:#CCC;
	position: fixed;
	bottom: 0;
	width: 100%;
	font-size: 10px;
	text-align: center;
} 

	
	
