body {
   	font-family: Georgia, "Times New Roman", Times, serif;
   	font-size: 100%;
    text-decoration: none;
    color: black;
	margin:0;
	padding:0;
	background:white;	 
	/*
	 */
	 scrollbar-base-color: red;
}

.bold {
    color: #660033;
}

/* #header {
	font-size: 1em;
	top:0px;
	left:0px;
	position: fixed;
	width: 100%;
	padding-left: 80px;
	padding-top: 50px;
	padding-bottom: 10px;
	background-color: white;
	
	
}*/


#content {
	padding: 20px;
	float:left;
	margin-top: 85px;
	/* background:#eee;	*/
	/* border:1px solid #bfbfbf; */
	/*
	*/
}
.margins1{
	width:777px;
	position:absolute;
}

* html .margins1 {  /* This is the Tan hack */
	width: 777px; 
	w\idth:909px;
	/*
	w\idth: 860px; 
	*/
}	

.margins2{
	padding-left: 60px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-top: 30px;
	position:absolute;
	
}

