


html {
	height:100%; 
	max-height:100%; 
	padding: 0;
	margin:0; 
	border:0; 
	background:rgb(209,205,193);
	font-size:100%; 
	font-family:georgia, palatino linotype, times new roman, serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background:rgb(209,205,193);
	}

#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:8; 
	top:116px; 
	bottom:50px; 
	width:482px; 
	margin-left:-421px; 
	left:50%; 
	background:url(images/contentback.png);	
	}


#sidebar {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:206px; 
	bottom:50px; 
	width:241px; 
	margin-left:129px; 
	left:50%; 
	background:url(images/menuback.png);	
	}

ul, ol, li {list-style-type: none;
	}
 

#sidebar ul { margin-left: 0px;  font-weight: bold; padding: 0px 10px 0px 20px;}
#sidebar ul li { margin-left: 0px;  padding: 0px 10px 0px 20px; margin-bottom: 20px; list-style-type: none; }
#sidebar ul ul {  font-weight: normal; padding: 0px; margin: 0px; }
#sidebar ul ul li { border: none; padding: 0px; margin: 0px; font-weight: normal; list-style-type: none; display: block; }
#sidebar ul ul li a:link, #sidebar ul ul li a:visited { display: inline; padding: 2px 0px 2px 10px; margin: 0px;  text-decoration: none; }
#sidebar ul ul li a:hover {  color: #FFFFFF; }
/* Fix IE spaces. Hide from IE Mac \*/
* ul li a { height: 1%; }
/* End */



#header {
	position:absolute; 
	margin-left:-421px; 
	left:50%; 
	top:0; 
	width:800px; 
	min-width:800px; 
	height:206px; 
	background:url(images/heading.png);
	font-size:1em; 
	z-index:5; 
	}

#footer {
	position:absolute; 
	margin-left:-421px; 
	left:50%; 
	bottom:0; 
	width:800px; 
	min-width:800px; 
	height:50px; 
	background:url(images/footer.png); background-position:0 100px;
	font-size:1em; 
	z-index:15; 
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
	font-weight:bold;
	color:#000;
	}


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
      padding: 0px 10px 0px 20px;
	}

#headerimg { 
	margin: 7px 9px 0; 
	height: 192px; 
	width: 740px; 
	} 

#content {
	font-size: 1.2em
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
      color: gray;
	}

h1, h2, h3, p, small, entry {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
      padding: 0px 40px 0px 30px;
	}

h1 {
	font-size: 3em;
	text-align: left;
	}

h2 {
	font-size: 2.2em;
	}

h2.pagetitle {
	font-size: 2.2em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.6em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

a  {
	color: #147;
	text-decoration: none;
	}

a:hover {
	color: #06c;
	}


#content_start {position: absolute;left: -10000px;};

/* End Typography & Colors */

