

/* Reset Style */
body {margin:0; padding:0; font: 13px Arial, Helvetica,"Lucida Grande", serif; color: #000;}

/* Remove Element */
#header, #menu, #footer {display:none;}

/* main elements */

#main {
	width: 960px;
	min-width: 960px;
	max-width: 960px;
	margin-left:auto;
	margin-right: auto;
	display:box;
	clear:both;
}

table {
	background: #EEEEEE;
	margin: 2px 0 0 0;
	border: 1px solid #BBBBBB;
	border-collapse: collapse;
	width: 100%
}

.boxtitle {
	width: 95%;
	background-image: url("../images/title_bg.png");       
	background-position: center top;
	height: 27px;
	color: #FFF;
	font-weight: bold;
	line-height: 27px;
	padding-left: 8px;
	padding-right: 5px;
	/* background-color: #DDD;
	border: 1px solid #000; 
	padding: 3px; */
	border-radius: 4px;
    -moz-border-radius: 4px;
}

#projectInfo {
	width: 370px;
	float: left;
	padding: 5px;
}

#outsideConditions {
	width: 530px;
    float: left;
    padding: 5px;
}
