
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #336600;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 10px;
	background: url(images/img05.gif) repeat-y;
}

a {
	color: #336600;
text-decoration: none;

}

a:hover {
	text-decoration: underline;
}

ul {
padding: 5px 5px 5px 5px;
}

/* Header */

#header {

	height: 252px;
	margin: 0px 0 0 0px;
	background: url(images/img02.jpg) no-repeat 50% top;
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	
	padding: 120px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
}

/* Menu */

#menu {
	width: 900px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 17px 20px 0 40px;
	background: url(images/im) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover {
	color: #d57c28;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 910px;
	margin: 0 auto 2px auto;
	padding: 50px;
	background: url(images/content_wrap4.gif) no-repeat right bottom;

}
#content img {
	float:left;
	margin: 5px 20px 15px 5px;
	border: 3px double #666666;
}
#content2 {
	width: 910px;
	margin: 0 auto 2px auto;
	padding: 50px;
	background: url(images/right_column_bg.gif) no-repeat right bottom;

}
#content2 img {
	float:left;
	margin: 5px 20px 15px 5px;
	border: 3px double #666666;
}

#content3 {
	width: 900px;
	margin: 0 auto 2px auto;
	padding: 50px;
	background: url(images/content_wrap6.gif) no-repeat right bottom;
}

#content4 {
	width: 900px;
	margin: 0 auto 2px auto;
	padding: 50px;
	background: url(images/content_wrap5.gif) no-repeat right bottom;
}
#content5 {
	width: 900px;
	margin: 0 auto 2px auto;
	padding: 50px;
	background: url(images/content_wrap7.gif) no-repeat right bottom;
}
#content6 {
	width: 900px;
	margin: 0 auto 2px auto;
	padding: 50px;
	background: url(images/content_wrap8.gif) no-repeat right bottom;
}
#content6 img {
	float:left;
	margin: 5px 20px 15px 5px;
	border: 3px double #666666;
}

#content7 {
	width: 900px;
	margin: 0 auto 2px auto;
	padding: 50px;
	background: url(images/content_wrap8.gif) no-repeat right bottom;
}







/* Posts */

#posts {
	float: left;
	width: 620px;
      }
#post .ul{
margin: 7px;
}

/* Gallery */

#gallery {
  margin-top: 14px;
color: #fff;

}
#gallery .box {
  float: left;
  width: 140px;
  padding: 0 38px 2.3em 23px;
  margin-right: 1px;
  background: #615331;
  position: relative;
}
#gallery .box h3 {
  text-align: center;
  line-height: 23px;
  font: 20px "Times new roman", serif;
  color: #fff;
  height: 23px;
  margin-bottom: 20px;
  background: top center url(images/tab_drk.gif) no-repeat;
}
#gallery .box p {
  margin: 1em 0;
  padding: 0;
  line-height: 1.4;
}
#gallery .box .more {
  height: 18px;
  line-height: 18px;
  background: #978040 top left url(images/moretab_left_drk.gif) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.5em;
  padding-right: 2px;
  margin-bottom: 0;
}
#gallery .box .more a {
  color: #4C330D;
}
#gallery .box .more a:hover {
  color: #291B06;
}
#gallery .box-lit {
  background: #735220;
}
#gallery .box-lit h3 {
  background: top center url(images/tab_lit.gif) no-repeat;
}
#gallery .box-lit .more {
  background: #B4A26D top left url(images/moretab_left_lit.gif) no-repeat;
}


/* Links */

#links {
	float: right;
	width: 230px;
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

#links ul {
	margin: 0;
	padding: 5px;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(images/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

/* Footer */

#footer {
padding: 5px;
	height: 100px;
	background: #615331;


}
#footer a{
text-decoration: none;
color:#999999;
}
#footer a:hover{
text-decoration: underline;
color:#d57c28;
}

#footer p {
	text-align: center;
	color: #999999;
}
