/* CSS Document */

body {
	background-image: url(../backgrounds/pagebg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-position: center top;
}


#container {
	width: 770px;
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	background-image: url(../backgrounds/containerbg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#header {
	width: 770px;
	height: 170px;
}

#headerleft {
	width: 175px;
	height: 170px;
	float: left;
	padding-bottom: 2px;

}

#headermiddle {
	width: 408px;
	height: 170px;
	float: left;
	padding-bottom: 20px;
}

#maintext {
	width: 408px;
	float: left;
}

.headerright {
	width: 187px;
	height: 170px;
}

#leftcol {
	width: 175px;
	float: left;
		
}

#maincol {
	width: 408px;
	float: left;

	
	
}

#rightcol {
	width: 177px;
	float: left;
	padding-top: 130px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../Graphics-Final/AccessHeaderRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

#bottom {
	width: 408px;
	text-align: center;
}

.picleft {
	width: 150px;
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;	
}

.picright {
	width: 150px;
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;	
}


