body {
	color: #000000;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width:80em; 
	height:auto;
	/*sborder: 1px solid black;*/
}

/* containers styles --------------------------------------------------------------------   */

#header {
	width:80em;
	height: 12em;
	display: block;
	background-image: url(../images/S&J_top_banner.gif);
	background-repeat:no-repeat;
	overflow: hidden;
}
#middle{
	width:80em;
	height: 31em;
}
#middle-left{
	float:left;
	text-align:left;
	width: 16em;
	height:31em;
	overflow:hidden;
	/*background: url(../images/S&J_bottomleft_Banner.gif) no-repeat;*/
}
#middle-left a, a img{
	text-decoration:none;
	border:0 !important;
	margin:0 !important;
	padding:0 !important;
}
#middle-right{
	float:right;
	clear: right;
	width: 64em;
	height:31em;	
	background: url(../images/S&J_bottomright_Banner.gif) no-repeat;
	}
#content{
	float:left;
	text-align:left;
	margin-left: 1em;
	margin-top:1em;
	height: 17em;
	width: 42em;
	}

#content ul{
	color: #f68428;
	font-weight:bold;
}
/* Font and styles */
.purple-text{
	font-size:12px;
	font-weight: bold;
	color: #1d105f;
	width: 35em;
	text-align: left;
	}
.black-text{
	font-size:12px;
	font-weight: bold;
	color: #000;
	width: 35em;
	margin-top:.5em;
	text-align: justify;
}
.normal-text{
	font-size:12px;
	margin-top:1em;
	width: 35em;
	text-align: justify;
}
table{
	font-size:12px;
}
