@charset "UTF-8";
/* CSS Document */

#master_container {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	margin-top:5px;
	margin-bottom:10px;
}



#layout_topshadow {
	background-image:url(/templates/resources/eic/layout/bbt.png);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	height:10px;
}



#layout_bottomshadow {
	background-image:url(/templates/resources/eic/layout/shadow-bottom.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	height:10px;
}


#layout_centrecontainer {
/* contains the shadows left and right and the main body */

padding:0px;
margin:0px;
}



#layout_content {
vertical-align:top;
padding:0px;
margin:0px;
}


#layout_leftshadow {
	background-image:url(/templates/resources/eic/layout/shadow-left.png);
	background-repeat:repeat-y;
	background-position:right;
	width:25px;
}

#layout_mainbody {
	padding:0px;
	margin:0px;
	background-color:#ededed;
	background-image: url(/templates/resources/eic/bg-gradient.jpg);
	background-repeat:repeat-x;
	background-position: top;
	height:auto;
}


#layout_rightshadow {
	background-image:url(/templates/resources/eic/layout/shadow-right.png);
	background-repeat:repeat-y;
	width:25px;
}
