﻿* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}



h1 {
}

h2 {
}

h3 {
font-size: 14px;
}

p, blockquote, ul, ol {
}

a {
	color: #C90404;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	float: 0 0 0 15px;
}

/* Header */

#header {
	width: 1000px;
	height: 152px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: url(images/headerBG.jpg);
}

#header h1, #header h2 {
	float: left;
	font-weight: normal;
}

#header h1 {
	padding: 14px 0 0 240px;
	letter-spacing: 4px;
	font-size: 30px;
}

#header h2 {
	padding: 31px 0 0 10px;
	letter-spacing: 3px;
	font-size: 12px;
}

#header a {
	text-decoration: none;
	color: #90210A;
}

/* Page */

#page {
	width: 1001px;
	margin: 0 auto;
	background: url(images/pagelines.gif) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 508px;
	padding: 0px 20px;
	background: url(images/contantBG.gif) no-repeat;
}

#content .post {

}

#content .post h2 {
	margin-bottom: 1em;
	text-transform: none;
	font-weight: normal;
	color: #333333;
}

#content .post h3 {
	margin-bottom: 1em;
	font-size: 100%;
}

#content .post p, #content .post ul, #content .post ol {
	margin-bottom: 1em;
	line-height: 1.5em;
}

#content .post blockquote, #content .post ul, #content .post ol {
	margin-left: 3em;
}

/* Ad Space */

#sidebarR {
	float: right;
	width: 181px;
	padding: 0px 20px;
	background: url(images/sidebarR.gif) no-repeat;
}

/* Sidebar */

#sidebarL {
	float: left;
	width: 191px;
	padding: 0px 20px;
	background: url(images/sidebarL.gif) no-repeat;
}

.image-left{float: left; vertical-align: text-top;}
.image-right{float: right; vertical-align: text-top;}

.boxed {
}

.boxed h2 {
	margin: 10px 0;
	padding-left: 30px;
	padding-right: 10px;
	background: url(images/leaf.gif) no-repeat left bottom;
	font-size: 92%;
	color: #3A2403;
}

.boxed .list {
	background: url(images/img7.gif) repeat-x;
	list-style: none;
}

.boxed .list li {
	padding: 10px 0 15px 0;
	background: url(images/img7.gif) repeat-x;
}

.boxed .list h3 {
	font-size: 77%;
}

div.wrapContainerFL{width:99.5%; float:left;}

/* Menu */

#menu {
}

#menu ul {
	list-style: none;
	background: url(images/img7.gif) repeat-x;
}

#menu li {
	padding: 5px 0;
	background: url(images/img7.gif) repeat-x left bottom;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	/*padding: 220px 600px 0px 20px;*/
	background: url(images/LineBottomMid.gif) no-repeat;
	font-size: 77%;
}

#footer p {
	margin-bottom: 1em;
	line-height: normal;
	padding-left: 320px;s
}

/* Vertical photo gallery */

#galleryV {
  padding:0; 
  margin:0 auto 5em auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:180px; 
  height:700px; 
  border:0px solid #888; 
  background:#fff ;
  }
#galleryV li {
  float:left;
  }
#galleryV li a {
  display:block; 
  height:30px;
  width:180px; 
  float:left; 
  text-decoration:none; 
  border-bottom:0px solid #fff; 
  cursor:default;
  }
#galleryV li a img {
  height:30px; 
  width:180px; 
  border:0;
  }
#galleryV li a:hover {
  background:#eee; 
  height:280px; 
  }
#galleryV li a:hover img {
  height:280px; 
  }
/* Horizontal photo gallery */

 #galleryH {
  padding:0; 
  margin:0 auto 5em auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:495px; 
  height:319px; 
  border:1px solid #888; 
  background: #fff ;
  }
#galleryH li {
  float:left;
  }
#galleryH li a {
  display:block; 
  height:319px;
  width:20px; 
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:default;
  }
#galleryH li a img {
  width:20px; 
  height:319px; 
  border:0;
  }
#galleryH li a:hover {
  background:#eee; 
  width:200px;
  }
#galleryH li a:hover img {
  width:200px;
  }

