
/* the basics ********************************************************************/

body {

	background: #fff;
	border: 0;
	color: #000;
	font-family: "Times New Roman", Georgia, Palatino, serif;
	font-size: 12pt;
	line-height: 125%;
	margin: 0;
	padding: 0;
	text-align: left;
}



/* main content wrapper **********************************************************/

#container {

	border: 0px;
	width: 500px;
}



/* content columns with divs *****************************************************/

#main_content {

	border: 0px;
	margin: 10px;	
	width: auto;
}



/* footer - copyright and contact details ****************************************/

#footer {
	
	background-color: #fff;
	text-align:center;
	width: auto;
}

#footer p a {

	color: #000;
	text-decoration: none;
}


	
/* these selectors will be hidden ************************************************/

#right_col, #top-nav, img, #banner, .hide {display: none;}

