body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	background-color: #D19040;
	background-image: url(../images/top-bg.jpg);
	background-repeat: repeat;
}

* {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
}

h1, h2, h3, h4 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #990000;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CA2C2D;
	padding-top: 12px;
}

h3 {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CA2C2D;
	padding-top: 12px;
	color: #000000;
}
h4 {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CA2C2D;
	padding-top: 12px;
	color: #000000;
}

h4 a {
	text-decoration: none;
}

h4 a:hover {
	text-decoration: none;
	color: #1785C4;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #990000;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

.hr {
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

/* container */

#container {
	padding: 20px 0;
	background-image: url(../images/containerBG.jpg);
	background-repeat: repeat-x;
}

/* Header */

#header {
	width: 720px;
	height: 170px;
	margin: 0 auto;
	background: url(../images/header.jpg) no-repeat;
}

#header h1, #header h2 {
	margin: 0;
	padding-left: 30px;
}

#header h1 {
	padding-top: 80px;
	font-size: 3em;
}

#header h2 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto;
	background-image: url(../images/bodyContentBG.jpg);
	background-repeat: repeat-y;
}

/* bodyContent */

#bodyContent {
	float: left;
	width: 412px;
	background: url(../images/bodyContentHeader.jpg) no-repeat;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 30px;
	}

/* Post */

.textBlock {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../images/img08.gif) no-repeat center bottom;
}

.textBlock .title {
	margin-bottom: 15px;
	padding-left: 15px;
	border-bottom: 1px solid #D3B6AF;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

.textBlock .title a {
	text-decoration: none;
}

.textBlock .title a:hover {
	text-decoration: underline;
}

.textBlock .date {
	margin-top: -30px;
	padding-right: 15px;
	text-align: right;
	font-size: x-small;
}

.textBlock .entry {
	line-height: 1.3em;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.textBlock .meta {
	margin-bottom: 2em;
	padding: 0 15px;
	font-size: x-small;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 204px;
	background: url(../images/sidebarHeader.jpg) no-repeat;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 16px;
}

#sidebar ul {
	margin: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding-left: 5px;
	line-height: 1.4em;
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
	background: url(../images/img07.gif) no-repeat left center;
}

#sidebar h2 {
	margin-bottom: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #D3B6AF;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
}

#search h2 {
}

#search form {
	padding-left: 20px;
}

#search #inputtext1 {
	width: 160px;
	margin-bottom: 10px;
}

#search #inputsubmit1 {
}

/* Archives */

#archives {
}

/* Categories */

#categories {
}

/* bodyContentroll */

#bodyContentroll {
}

/* Meta */

#meta {
}

/* Footer */

#footer {
	width: 720px;
	margin: 0 auto;
	padding-top: 60px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
.smallText {
	font-size: .9em;
	font-style: italic;
}
.navText {
	font-size: .9em;
}
.10pxIndent {
	padding-left: 10px;
}
.smallTextNorm {
	font-size: .8em;
	
}
