/* CSS Document */

/* CSS global reset */
* {
	margin:0;
	padding:0;
}
body{
	margin-top:10px;
	margin-bottom:10px;
}

#page {
	/* center content for all modern browsers */
	margin-left:auto;
	margin-right:auto;
	width:748px;
	/*border:#000000 solid 1px;*/
}
#header {
	width:748px;
	/*border-bottom:#000000 solid 1px;*/
}
#navigation {
	height:34px;
	/*border-bottom:#000000 solid 1px;*/
	width:748px;
}
#header_photo {
	width:748px;
	height:229px;
	background:url(images/layout/header_photo.jpg);
	/*border-bottom:#000000 solid 1px;*/
}
#header_spacer {
	overflow:hidden;
	width:748px;
	height:4px;
	background:#006D67;
	/*border-bottom:#000000 solid 1px;*/
}
#leftcol {
	float:left;
	margin-top:8px;
	width:432px;	/* 4px for right gutter */
}
#rightcol {
	float:left;
	position:relative;
	margin-top:8px;
	width:312px;
	height:273px;
	background:url(images/layout/building_box.jpg);
}
#servebar {
	float:left;
}
#footer {
	margin-top:10px;
}

/* ABOUT PAGE */
.singlecol #leftcol {
	width:100%;
}

/* CONTACT PAGE */
#contactleft {
	display:inline;
	float:left;
	width:224px;
	margin-right:20px;
}
#contactform {
	display:inline;
	float:left;
	width:484px;
	margin-top:40px;
	margin-bottom:10px;
	padding-top:20px;
	padding-bottom:10px;
	background:#C6D9DF;
}
