

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/img01.png) repeat-y center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9E9D89;
}

form {
}

input, textarea {
	border: 1px solid #DEDED1;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

input.text {
	padding: .15em;
	background: #FDFDFB url(images/img06.gif) repeat-x;
}

input.button {
	background: #763320 url(images/img07.gif) repeat-x;
	color: #FFFFFF;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D15803;
}

h1 {
	letter-spacing: -.05em;
	font-size: 2.2em;
}

h2 {
	margin-top: 1em;
	letter-spacing: -.05em;
	font-size: 1.4em;
}

h3 {
	margin-top: .5em;
}
p 
{margin-top:0em;
	line-height: 120%;
	font-size: 22;}
 ul, ol {
	margin-top:0em;
	line-height: 120%;
}
contact 
{
float:right;
border:1px groove ;
margin: -10px 0px 15px 20px;
}


ul li{
	list-style: none;
}

ul  {
	margin-left: .1em;
	padding-left: .1em;
	
}

ol {
	margin-left: 1em;
	list-style-position: inside;
}

blockquote {
	margin-left: 1em;
	padding-left: .75em;
	border-left: 1px solid #9E9D89;
	font-size:17;
}

a {
	text-decoration: none;
	color: #D15803;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

/* Header */

#header {
	width: 1080px;
	height: 352px;
	margin: 0 auto;
	padding: 0px 10px 30px 20px ;
	background: url(images/img02.png);
}



#logo h1 {
	font-size: 3em;
}

#logo p {
	padding: 28px 0 0 5px;
	letter-spacing: -.055em;
	font-size: 1.4em;
	font-weight: bold;
}

#logo a {
	color: #F3F3E9;
}

/*******************************************************************************************************************************
***********************************************page1-home***********************************************************************/
/* Page1 */

#page {
	width: 1115px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 750px;
	padding: 13px  40px  0 0;
	margin:  0px 0 0 0;
	background: url(images/img04.png) no-repeat right top ;
}

.post {
}

.post .meta {
	margin: 0 0 3em 0;
	padding: 0 0 0 10px;
	background: url(images/img08.png) no-repeat left bottom;
	line-height: normal;
}

.post .meta small {
	font-size: 13px;
}

/* Sidebar */

#sidebar {
	float: left ;
	width: 300px;
	height:222;
	padding: 130px      0px  30px 25px;
	margin:  -1359px   0px    0px   7px;
	background: url(images/img03.png) no-repeat;
	font-size: .75;
	color: #E3E3D4;
}

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

#sidebar li {
	margin-bottom: .5em;
	padding: 0;
	background: none;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0 0 0 0;
	padding-left: .50em;

}

#sidebar h2 {
	color: #000000;
}

#sidebar a {
	color: #FFFFFF;
}

/* Footer */

#footer {
	

	text-align: right;
	padding: 20px 20px 20px 20px;
	background: url(images/footer.png) no-repeat center;
}

#footer p {
	font-size: 12px;
	color:Black;
}



