/* CSS Document */

html { 
	padding:0px;
	margin:0px;
}
body {
	background-image:url(../images/dropbar.gif);
	background-repeat:repeat-x;
	background-color: #004D42;
	margin: 0px;
	padding: 0px;
	text-align:center;
	vertical-align:top;
	}
	
#box {
	width:826px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
}

#left {
	background-image:url(../images/leftbackground.gif);
	background-repeat:no-repeat;
	width:44px;
	height:602px;
	padding:0px;
	float:left;
}

#middle {
	width:737px;
	padding:0px;
	float:left;
	background-color: #004D42;
}

#right {
	background-image:url(../images/rightbackground.gif);
	background-repeat:no-repeat;
	width:44px;
	height:602px;
	padding:0px;
	float:left;
}		