/* ------------------------------
global styles
------------------------------ */

body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background: #ddd url(img_39.gif) repeat 0 0;
}

a:link { color: #B52C07; }
a:visited { color: #b93411; }
a:focus { color: #000; }
a:hover { color: #7d8206; }
a:active { color: red; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em; }

h2
{
	color: #B52C07;
	font: 140% georgia, times, "times new roman", serif;
}

h2 a { text-decoration: none; }

h3
{
	color: #7d8206;
	font: 110% georgia, times, "times new roman", serif;
}

/* ------------------------------
container styles
------------------------------ */

#container
{
	margin: 1em auto;
	width: 988px;
	text-align: left;
	background: #fff;
	border: 1px solid #676767;
}

/* ------------------------------
header styles
------------------------------ */

#header
{
	height: 156px;
	width: 100%;
	position: relative;
	background: url(header.jpg) no-repeat 0 0;
	border-bottom: 1px solid #fff;
}

#header h1
{
	position: absolute;
	left: -500em;
}

#skipmenu
{
	position: absolute;
	left: 0;
	top: 0px;
	width: 645px;
	text-align: right;
}

#skipmenu a
{
	color: #555;
	text-decoration: none;
}

/* ------------------------------
mainnav styles
------------------------------ */


#mainnav
{
	width: 988px;
	color: #272900;
	padding: 5px;
	margin-bottom: 22px;
}

#mainnav ul
{
	margin: 0 0 0 20px;
	float: center;
	padding: 0px;
	list-style-type: none;
	
}

#mainnav li
{
	
	padding: 0 10px;
	border-right: 0px solid #C4C769;
}

#mainnav li a
{
	text-decoration: none;
	color: #272900;
}

#mainnav li a:hover
{
	text-decoration: none;
	color: #fff;
	background-color: #272900;
}

/* ------------------------------
menu styles
------------------------------ */

#menu
{
	float: right;
	width: 100px;
	border-left: 1px solid #C5C877;
	padding-left: 15px;
	padding-right: 25px;

}

#menu ul
{
	margin: 1em 0;
	padding: 0;
}

#menu ul li
{
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}

/* ------------------------------
contents styles
------------------------------ */

#contents
{
	float: center;
	width: 430px;
	margin: 0 0 0 50px;
}

#contents p { line-height: 165%; }
.blogentry { border-bottom: 1px solid #C5C877; }

.blogentry ul
{
	text-align: right;
	margin: 1em 0;
	padding: 0;
	font-size: 95%;
}

.blogentry li
{
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0 0 0 7px;
}

.imagefloat
{
	float: right;
	padding: 2px;
	border: 1px solid #9FA41D;
	margin: 0 0 10px 10px;
}
/* ------------------------------
simplegallery1{
------------------------------ */

simplegallery1
  {
  margin:2px;
  border:1px solid #0000ff;
  width= 165;
  height= 128;
  text-align:center;
  }


/* ------------------------------
footer styles
------------------------------ */

#footer
{
	clear: both;
	color: #FAFAFA;
	text-align: center;
	font-size: 90%;
	background: #4B8A08;
	padding: 5px;
}

.txthome
{padding-left:2px;padding-right:00px;line-height:17px;}

.txthome b.wh{color#808080;font-size:13px;}
.txthome A{color#808080;text-decoration:none;}
.txthome A:Hover{color:green;text-decoration:none;}