* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #493729 url(../images/back_all.jpg) repeat-x top;
}

body, th, td, input, textarea {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#left1
{
width: 928px;
margin: 0 auto;
background: url(../images/1.jpg) no-repeat left top;
}

#right1
{
width: 928px;
background: url(../images/2.jpg) no-repeat right top;
}

#contmain
{
width: 100%;
}

img {
	border:0;
}

.imgborder{
	border:1px solid #4C0702;
	padding:2px;
}
h1, h2, h3 {
	color: #4C0702;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #4C0702;
}


h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 7px;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #4C0702;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #4C0702;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #4C0702;
}


/* Header */

#header {
	width: 850px;
	margin: 0 auto;
	height: 470px;
	background: #ffffff;
}



/* Logo */

#logo {
	width: 850px;
	height: 153px;
	margin: 0 auto;
	background: url(../images/logo.jpg) no-repeat left top;
	
}



#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
}

#logo a {
	color: #FFFFFF;
}

.clear{
	clear:both;
}

/* Page */

#page {
	width: 840px;
	margin: 0 auto;
	background: #ffffff url(../images/table_back.gif) repeat-x;
	border-top: none;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
}

/* Content */

#content {
	float: left;
	width: 500px;
	padding-left: 10px;
	padding-top: 20px;
}

#contentfull {
	float: left;
	width: 820px;
	padding-left: 10px;
	padding-top: 20px;
}
.post {
}

.post .title {
	color: #4C0702;
	font-family:Garamond;
	font-size:1.8em;
	font-weight:bold;
}

.post h1.title {
	height: 30px;
	font-size: 2.4em;
}

.post .entry {
	padding: 0 10px 30px 15px;
}

.post .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4C0702;
}

.post .meta a {
	color: #4C0702;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}

.post .links a, .post .tags a {
	border: none;
}


/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 1em 0;
}

#sidebar1 {
	width: 224px;
	padding: 0px 0px 0px 20px;
}

#sidebar2 {
  	width: 236px;
	padding: 20px 20px 0px 20px;
}

#sidebar2 li h2 {
	margin: 0 0 1em 0;
	background: url(../images/title.gif) no-repeat left top;
	height: 35px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 14px;
}

#sidebar2 li ul {
	line-height: normal;
	margin-left: 20px;
}

#sidebar2 li li {
	padding: 5px;
	background: url(../images/small.gif) no-repeat left;
	font-size: .8em;
}

#sidebar2 li a {
	border: none;
	padding-left: 10px;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 10px;
}

#bottom
{
height: 30px;
background: url(../images/footer.gif) bottom no-repeat;
}

/* Footer */


#footer{
text-align:left;
/*margin-right: auto;
margin-left: auto;*/
position: relative;  /* Needed for Safari */
border-top: 1px solid #7A1718;
padding-bottom:3px;
height:90px;
font-size:0.8em;

}



#footerleft
{
background-color:#D5D2BF;
width:200px;
height:65px;
padding:10px;
float:left;

}

#footerright
{
padding:10px;
float:right;
text-align: right;

}

#footer p {
	text-align: right;
	font-size: 9px;
	color: #808080;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #4C0702
}


.mlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

.mlist li 
{
padding-left: 35px;
background: url(../images/small.gif) no-repeat left;
	font-size: .9em;
background-position: 2em;
}

