body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background:url(../grfx/backgrounds/background.jpg) repeat-x #fff;
	padding: 0;
	margin: 0;
}

#shadow {
	background:url(../grfx/shadow.jpg) repeat-y;
	background-position: 0px 0px !important;	
	margin-left: auto;
	margin-right: auto;
	width: 963px;
}

	*:first-child+html #shadow {
		margin-top: 25px;		
	}
	
	* html #shadow {
		margin-top: 25px;
	}

#shadow_top {
	width: 963px !important;
	margin-left: auto !important;
	margin-right: auto;	
	margin-top: 0px;
	background:url(../grfx/shadow_top.jpg)  no-repeat;
	background-position: 0px -25px !important;
	overflow: visible;
	margin-left: 0px;
	margin-top: 25px;
}

	*:first-child+html #shadow_top {
		margin-top: 0px;
	}
	
	* html #shadow_top {
		margin-top: 0px;
	}


#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	
}

*:first-child+html #container {
	margin-left: 7px;
}

* html #container {
	margin-left: 7px;
}



#header {
	background-color: #000099;
	height: 229px;
	width: 950px;
}




	#header img {
		margin-top: 35px;
	}

#banner {
	width: 951px;
	float: left;
}

	* html #banner {
		margin-top: -3px;
	}


	#main_image {
		float: right;
	}
	
#content {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	padding: 20px 0 20px 0;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

	#contact_details {
		margin-top: 20px;
		width: 320px;
		padding: 2px;
	}
	
		#contact_details td {
			
		}
	
	.projects_table {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	
	.projects_table td {
		text-align: center;
	}
		
	.projects_table img {
		border: 1px solid #666;
		padding: 1px;
	}
	
	.gallery_table {
		margin-bottom: 20px;
	}
	
	.gallery_table img {
		border: 1px solid #666;
		padding: 1px;
	}

.int_gallery {
	margin-left: 0px;
	
}

.int_gallery td {
	padding: 20px 13px 0 13px;
}
	
.int_gallery img {
	border: 1px solid #666;
	padding: 1px;
}

#projects_table {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	margin-top: 20px;
}

#projects_table td {
	border-bottom: 1px solid #666;
}

#projects_table .bg {
	background-color: #bcd4ff;
}

	#projects_table th {
		text-align: left;
		border-bottom: 1px solid #666;
		color: #fff;
		background-color: #0000CC;
	}
	#projects_table img {
		border: 1px solid #666;
		padding: 1px;
		margin-top: 5px;
	}
	
.projects_gallery {
	width: 710px;
	border: 1px solid #666;
	border-collapse: collapse;
	padding: 5px;
}

	.projects_gallery table {
		margin: -5px 0 -5px -5px;
	}

	.projects_gallery th {
		text-align: left;
		color: #fff;
		background-color: #0000CC;
	}
	
	.projects_gallery img {
		border: 1px solid #666;
		padding: 1px;
	}
	
	.projects_gallery .bg {
		background-color: #bcd4ff;
	}
	
	.image_wrapper {
		text-align: center;
		margin-top: 13px;
	}
	
.projects_gallery_header {
	width: 710px;
	border: 1px solid #666;
	border-bottom-style:none;
	border-collapse: collapse;
	padding: 5px;
}

	.projects_gallery_header table {
		margin: -5px 0 -5px -5px;
	}

	.projects_gallery_header th {
		text-align: left;
		color: #fff;
		background-color: #0000CC;
	}
	
#footer {
	padding: 10px 0 0 0;
	width: 964px;
	background:url(../grfx/backgrounds/footer_bg.jpg) no-repeat #fff;
	height: 67px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	line-height: 140%;
	margin: 0 0 0 -7px;
	position: relative;
	z-index: 10;
	
}

	*:first-child+html #footer {
		margin-left: -7px;
	}
	


	#footer a {
		color: #e8c500;
		font-weight: bold;
		text-decoration: none;
		padding: 0 4px 0 4px;
	}
	
		#footer a:hover {
			color: #fff;
		}
	
	
	
	#footer .ftcopy a {
		font-weight: normal;
		color: #999;
	}
	
		#footer .ftcopy a:hover {
			text-decoration: underline;
		}
	
