/*
background: color  url(/images/backgrndimage.jpg) fixed/scroll  image[top,center,bottom  left, center, right,% or px position]  [DO NOT use xy position]   [repeat- lookup definition]
border: 1px solid blue;

*/

body {
	background: white url(graphics/BKGNDbrownH.jpg) center repeat-y ;
	color:black;
	font-size: 12px;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	text-align:center;
}
#wrapper {
	background: ivory;
	color:black;
	min-height:400px;
	margin-left:auto; margin-right:auto;
	width:990px;
}
.top h1 { 	color: #795021;}
.top h2{ background-color:ivory; color:#795021; margin:0px;padding:0px;	text-align:center;}

A {color: black;}
A:hover {color: darkbrown;}
.header{background-image:  url(graphics/HEADERbrownIH.jpg); width:990px;}	

#content{ 
	background:ivory;
	border: 2px solid #795021; /* #bc7f48;  */
	padding:10px;
	vertical-align:top; 
	text-align:left;
	min-height:400px;
	width:596px;
	display: inline-block;}
#content img,p {	margin:10px; }
#content ul ol{ text-align:left;}
#content li {	color:#795021; line-height:1.5;}

#leftside { text-align:left; line-height:2;}
#leftside ul{list-style:none; margin-left:-30px;}
#leftside a {color:black;text-decoration:none;padding:3px;}
#leftside a:hover{ color:white;background-color:#795021;}

#rightside {text-align:right; line-height:2; }
#rightside ul{list-style:none;margin-right:10px;margin-left:-30px;}
#rightside a {color:black;text-decoration:none;padding:3px;}
#rightside a:hover{ color:white;background-color:#795021;}

#footer {height:80px;vertical-align: middle;color: black;	font-size: 10px;}
/* Editing Below  */
#editor  {	background:white;border: 5px ridge red;color:black;margin:auto;width: 90%;}
#editor.input { font-family:Arial;font-size:10px;}
#editor table{width:100%;}
#editor h1,h2,h3,h4,h5,td{color:black;}
#editor a{color:black;font-size:18px;}
#editor a:hover{color:red;}
A.edit {font-size:8pt}
A.edit:hover {color: brown; font-size:10pt} 
.edit {margin:0px;padding-left:5px;}
.its_us {color:gray;font-size:8px;}

