html {	
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
	background:url(../grfx/backgrounds/bg.jpg) repeat-x #fff bottom left;
}

#uccontainer {
	width: 600px;
	margin: 0 auto;
	border: 3px double #ccc;
	padding: 20px;
	background-color: #fafafa;
}

	#uccontainer table {
		margin: 30px 0 0 200px;
	}

#container {
	width: 934px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#header {
	width: 934px;
	text-align: right;
}

	*:first-child+html #header {
		margin-bottom: -3px;
	}
	
#flash {
	width: 934px;
	height: 207px;
	margin: -11px 0 -12px 0;
	padding: 0;
}

#content_wrapper {
	width: 840px;
	float: left;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 20px 40px 20px 40px;
}

	#full_width {
		width: 860px;
	}


	#content {
		width: 610px;
		float: left;
		text-align: justify;
		line-height: 160%;
	}
	
		.projects_table {
			border: 1px solid #c1c1c1;
			text-align: left;
			width: 860px;
		}
		
			.projects_table th {
				color: #000;
				background-color: #c1c1c1;
				padding: 3px 0 3px 10px;
			}
		
			.projects_table td {
				vertical-align: top;
				padding: 3px 0 3px 10px;
			}
			
			.projects_table .grey_bg {
				background-color:#e7e7e7;
			}
			
		.equipment_table {
			border: 1px solid #c1c1c1;
			text-align: left;
			width: 860px;
			border-collapse:collapse;
		}
		
			.equipment_table th {
				color: #000;
				background-color: #d1d1d1;
				border-top: 1px solid #c1c1c1;
				border-right: 1px solid #c1c1c1;
				padding:10px;
			}
		
			.equipment_table td {
				vertical-align: top;				
				border-right: 1px solid #c1c1c1;
				padding: 3px 5px 3px 10px;
			}
			
			.equipment_table .grey_bg {
				background-color:#e7e7e7;
			}
			
			.equipment_table .border {
				border-top: 1px solid #c1c1c1;
			}
	
	#right_col {
		width: 180px;
		float: left;
		font-size: 11px;
		margin-left: 50px;
		margin-top: 20px;
	}
	
	 
	
	#pic_col {
		margin-top: 25px;
	}
	
		#pic_col img {
			border: 1px solid #b1b1b1;
			padding: 1px;
		}
	
		.right_box {
			border: 1px solid #dadada;
			padding: 5px 10px 5px 10px;
			margin-top: 10px;
			background:url(../grfx/backgrounds/box_bg.jpg);
			color: #9d9d9d;
		}
		
			.right_box a {
				color: #9d9d9d;
				text-decoration: none;
			}
		
			.list {
				line-height: 190%;
				margin-left: -25px;
				margin-top: -5px;
			}
			
			*:first-child+html .list {
				margin-left: 20px;
				margin-top: -12px;
			}
			
			* html .list {
				margin-left: 20px;
				margin-top: -12px;
			}
	
#footer {
	clear: both;
	background:url(../grfx/footer.jpg) no-repeat;
	height: 15px;
	color: #dedede;
	font-size: 11px;
	padding: 10px;
}
	
	* html #footer {
		margin-bottom: -6px;
	}

	#footer a {
		color: #dedede;
		text-decoration: none;
	}
	
		#footer a:hover {
			color: #000;
		}
	
	.perthweb {
		float: right;
		margin-top: -5px;
	}
	
	*:first-child+html .perthweb {
		margin-top: -18px;
	}
