@import url("global.css");

#Masthead {
	background:url(../images/MastHead.jpg) no-repeat;
	width:1000px;
	height:376px;
	margin:0 auto;
}

#HomePage #Nav .NavHome a {
	background:url(../images/Nav.jpg) 0 -115px;
}

/* ===================================== ContentBox =================================== */

#ContentBoxBG {
	background:url(../images/ContentBoxBG.jpg) repeat-x #a14e1a;
	width:100%;
}
#ContentBox {
	width:1000px;
	margin:0 auto;
}	
#Affiliations {
	width:400px; /* 400px */
	float:left;
	padding:50px 0 0 0;
}
#ContentMain {
	width:600px;
	float:left;
	padding:50px 0 0 0;
}

/* ===================================== Procedures ==================================== */

#ProceduresBoxBG {
	background:url(../images/ProceduresBoxBG.jpg) repeat-x #073243;
	width:100%;
}
#ProceduresBox {
	background:url(../images/ProceduresBG.jpg) repeat-x #073243;
	width:1000px;
	margin:0 auto;
}

#Procedures {
	width:597px;
	float:left;
	padding:70px 0 0 0;
}
	.ProcList {
		width:597px; 
	}	
		.ProcList div {
			width:298px;
			float:left;
		}
#Video {
	float:left;
	width:400px;
	padding:10px 0 0 0;
}
.FeaturedVideo {
	margin:10px 0 0 40px;
}
