html { 
	min-width: 600px;
	 }
	 
	/* --- Helpers and base rules --- */

img	{
	border: 0;
	}

	/* --- Primary layout --- */

body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;	
	background: #ccc;
	color: #333;
	font: small/18px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	}

div#wrapper	{
	background: url(../images/outsides.gif) top center repeat-y;
	width: 600px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

div.noprint {
	display: none;
	}

	/* --- Header Region --- */

div#head {
	background: url('../images/header.gif') top center no-repeat;
	width: 600px;
	margin: 0 auto;
	padding: 0;
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: 1px;	
	}

html>body div#head {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 0;
	} 

div#headcontent {
	font: 30pt "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", sans-serif;
	background: url('../images/banner.jpg') top center no-repeat;
	text-align: center;
	color: #eee;
	font-weight: bold;
	padding: 0;
	width: 600px;
	height: 75px;
	text-shadow: 5px 5px;
	margin: 0 0 0 2px;
	padding: 0;	
	}

	/* Contact Details */

	/* --- Top Nav or Top Info --- */


	/* Main Section */
	
div#mainbody {
	margin: 0;
	left: 0;
	border: 0;
	width: 600px;
	}
	
	/* --- sidebar --- */

	/* --- main content area --- */

div#mainpage {
	float: left;
	width: 600px;
	}

div#pagecontent {
	padding: 0 10px 10px 10px;
	}
	
div#pagecontent p {
	color: #333;
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", sans-serif;
	font-size: 12pt;
	margin: 0;
	line-height: 14px;
}

div#pagecontent h1 {
	color: #036;
	font-family: Times New Roman, Times, Century Schoolbook, serif;
	font-size: 14pt;
	margin: 10px 0;
	border-bottom: 1px solid  #333;
}

div#pagecontent h2 {
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", sans-serif;
	margin: 8px 0 2px 0;
	font-size: 13pt;
}

div#pagecontent ul {
	margin-top: -2px;
	}

div#pagecontent li {
	color: #333;
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", sans-serif;
	font-size: 12pt;
	line-height: 14px;
	list-style-type: circle;
	}
	
	/* --- Rightbar --- */

	/* --- footer area --- */

div#footwrapper {
	
	}

div#footer	{
	clear: both;
	background: url('../images/footer.gif') top center no-repeat;
	color: #fff;
	text-align: center;
	width: 600px;
	height: 50px;
	/* False margin value for all versions of IE Win, including 6.0 */	
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: 1px;	
	}

html>body div#footer {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 0;
	} 
	
div#footer p	{
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", sans-serif;		
	font-size: 12pt;
	line-height: 18px;
	margin: 0;
	padding: 0;
	}
	
	/* bits and pieces */
	
img.right {
	float: right;
	padding: 0;
	margin: 5px 5px;
}
