/* Copyright Efflinch Dot Com - EDC Fixed Width 3col - Master Layout Control */

/* Standardise all elements */
 
html, body, div, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, a, td, img, form, fieldset, label, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
}
body {

}
#container {
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
#inner {
	padding-right: 15px;
	padding-left: 15px;
	min-height: 555px;
}


/* 3 columns leftcol, rightcol and content elements */

#maincols {
	clear: both;
}
#leftcol {
	width: 250px;
	float: left;
}
#rightmain {
	margin-right: 0px;
	margin-left: 265px;
}

/* Requirements to take care of floated content anomolies */

.leveler {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}
/* End of main layout requirements */
