html, body {height: 100%; margin:0;padding:0;text-align: center; /* for IE */}

#wrapper_janehome{
	margin: 0px auto -1px auto;
	background:#ffffff url('images/jane_back.jpg') no-repeat top left;
	position:relative;
	min-height: 100%;
	/* height: auto !important;
	height: 100%; */
	height: 750px;
	width:1000px;
	text-align: left; /* counter the body center */
}


#col_top {
	position:relative;
	width:420px;
	float: left;
	margin: 40px 0px 0px 250px; 
	padding:0px;
		}


		
#col_mid {
	position:relative;
	width:806px;
	height:374;
	float: left;
	margin: 180px 0px 0px 100px; 
	padding:0px;
	background-color: #000000;
	
		}
		
#col_bot {
	position:relative;
	width:750px;
	height:37;
	float: left;
	margin: 20px 0px 0px 100px; 
	padding:0px;
	
	
		}
		
#title {
	position:relative;
	width:148px;
	height:37;
	float: left;
	margin: 0px 0px 0px 770px; 
	padding:0px;
	
	
		}
		
		
.top img  { padding:2px 1px 0px 1px;}
		
img  { padding:0px 1px 0px 1px;}
	

/* TEXT STYLES */

h1,p.headline,.headline {
	color: black;
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin:0px 0px 6px 0px;
	padding:0px;
}

h2,p.subhead,.subhead {
	color: black;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	margin:0px;
	padding:0px;
}

div,.para,p {
	font-family: helvetica, arial, sans-serif;
	color: #000;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}


.clear {
	clear: both;
	height:0px;
	font-size: 0px;
	line-height: 0px;
}
