#main {  /* whole page with shade right edge */
	width: 1206px; 
	background: #fff url(images/rt_edg.jpg) repeat-y top right;
	float: left;
	}
	

/*--- Begin Header ---------------------------------------------------*/
#header {
/*	border: 1px solid cyan;*/
/*	margin: 0 25px; */
	padding: 0;
	height: 90px;
	width: 1200px;
	font: 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: black  url('images/logo.gif') top left no-repeat;

}

#headershadow {
	width: 1200px;
	height: 1px;	/*this is only height after the bordert*/
	border-top: 6px solid #900;
	background: #666;
}
*html #headershadow {		/*for IE*/
	height: 7px;		/*this is total height*/

}


/*--- Begin Page/Content ---------------------------------------------*/
#page {
	/*border: 1px solid red;*/
	float: left;	
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	background: #e6decf;
}

#content {
	/* border: 1px solid green;   --problem ? add border, Firefox move the box to bottom of the left menu*/	 
	/*left: 215px; */
	margin-left: 20px;
	margin-bottom: 10px;
	width: 800px;
	min-height: 20px;
	padding: 0 0px;
	font-size: 1.2em;
	line-height: 1.4em;
	/*text-align: justify;*/
}

#content p a:visited {
	color: #b85b5a;
}

#content h2 {
	margin: 20px 0;
	width: 100%;
	border-bottom: 1px dotted #777;
	padding-bottom: 2px;
}

#content h2.post {
	margin-bottom: 0;
	/*border-bottom: none;*/
}

#content hr {
	display: block;
}

#content ol {
	padding: 0;
	margin: 0;
	margin-left: 3em;
	margin-bottom: 1em;
}

#content ol li {
	padding: 0;
	margin: 0;
	margin-bottom: 0.5em;
}

#content ul li {
	list-style-type: disc;
	list-style-image: url(images/bullet.png);
	margin-bottom: 0.5em;
}
/*--- End Page/Content ---*/

/*--- Begin Sidebar --------------------------------------------------*/
#sidebar_left{
	float: left;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 15px 18px 0 12px;
	margin-left: 0px; 
	width: 150px;
	/*height: 500px;*/
	background: #cfc1a8  url('images/menu_lf.jpg') top left repeat-y;
}

/*
#sidebar_left {
	/*border: 1px solid blue;*/
	float: left;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: right;
	padding: 15px 18px 0 12px;
	/*margin-left: 0px; */
	width: 140px;
	/*height: 500px;*/
	background: #cfc1a8  url('images/menu_lf.jpg') top left repeat-y;
}

*html #sidebar_left {  /* IE hacker  */
	margin-left: -2000px;
	width: 170px;
}
*/
#sidebar_left h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	text-decoration: none;
}

#sidebar_left ul {
	position: relative;
	margin: 0;
	padding: 0;
	margin: 5px 0 10px 0;
}

#sidebar_left ul li {
	color: #777;
	list-style-type: none;
	/*list-style-image: none;*/
	margin-bottom: 1px;
}

#sidebar_left ul li a {
	padding: 0 10px 2px 10px;
}

#sidebar_left ul li a:hover {
	padding: 0 5px 2px 10px;
	background-color: #f3eee7;
	border-right: 5px solid #900;
	text-decoration: none;
}

#sidebar_left ul li.active a {
	font-weight: bold;
}



/*  ---- side bar right --------------------------------*/

#sidebar_right {
	/*border: 1px solid blue; */
	float: right;
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	padding: 15px 18px 0 12px;
	margin-left: 0px;
	width: 140px;
	background: #cfc1a8 url('images/menu_rt.jpg') top right repeat-y;
}
*html #sidebar_right {
	width: 170px;
}
#sidebar_right h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	text-decoration: none;
}
#sidebar_right ul {
	/*margin: 0;*/
	padding: 0;
	margin: 5px 0 10px 0;
}

#sidebar_right ul li {
	color: #777;
	list-style-type: none;
	/*list-style-image: none;*/
	margin-bottom: 1px;
}

#sidebar_right ul li a {
	padding: 0 10px 2px 10px;
}

#sidebar_right ul li a:hover {
	padding: 0 5px 2px 10px;
	background-color: #f3eee7;
	border-left: 5px solid #900;
	text-decoration: none;
}

#sidebar_right ul li.active a {
	font-weight: bold;
}



/*--- Begin Footer --------------------------------------------*/
#footer {
	/*border: 1px solid orange;*/
	padding: 0;
	margin: 0;
	width: 1200px;
	height: 34px;
	clear: both;
	background: #000 ;
	border-bottom: 1px solid #900;	

}

#footer div {
	color: #666;
	margin: 0 25px;
	padding: 4px 10px;
}

#footer a {
	color: #666;
}

#backtop {
	position: relative;
	color: #666;
	text-decoration: none;
	padding-right: 15px;
}

#backtop span:hover {
	text-decoration: underline;
}

#toparrow {
	position: absolute;
	display: block;
	right: 0;
	top: 1px;
	background: url(images/back-top.png) no-repeat;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
/*--- End Footer ---*/