/* CSS Document */
/*The following tags are all associated with the index.html page*/
#morrisroe_electric_body_main{
	margin:auto;
	width:798px;
	height:436px;
	position:relative;
	background-image:url(images/morrisroe_electric_main_background.jpg);
	background-repeat:repeat;
}
#morrisroe_electric_body_content{
	margin-left:83px;
	margin-top:0px;
	width:572px;
	height:397px;
	position:absolute;
	background-image:url(images/morrisroe_electric_content_background.jpg);
	background-repeat:repeat;
}
#morrisroe_electric_content_bottom{
	/*to correctly place the bottom gradiant, subtract 50 from whatever the height value is in "body_content"*/
	margin-left:0px;
	margin-top:320px;
	width:572px;
	height:50px;
	position:absolute;
	float:inherit;
	background-image:url(images/morrisroe_electric_content_bottom.jpg);
	z-index:1;
}
/*the following tags are all imbedded into the "body_content" tag*/
#morrisroe_electric_content_top{
	margin:auto;
	width:572px;
	height:37px;
	position:relative;
	float:top;
	background-image:url(images/morrisroe_electric_content_top.jpg);
}
#morrisroe_electric_content_left{
	margin-left:5px;
	margin-top:0px;
	width:275px;
	height:auto;
	position:absolute;
	float:right;
	z-index:2;
}
#morrisroe_electric_content_right{
	margin-left:290px;
	margin-top:0px;
	width:275px;
	height:auto;
	position:absolute;
	float:left;
	z-index:2;
}
#morrisroe_electric_content_middlebar{
	margin-left: 280px;
	margin-top:15px;
	width:2px;
	height:245px;
	position:absolute;
	background-color:#3e0c0f;
}