body{
	background: #E6E3CA;
	margin: 0;
}

body, td, textarea, input, button{
	color: #6C3224;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

#header {
	background: url(images/background.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 650px;
	height: 536px;
}


#menu {
	position: absolute;
	width: 200px;
	left: 30px;
	top: 500px;
	text-align: left;
	padding-bottom: 30px;
}

#blog{
	position: absolute;
	width: 396px;
	left: 250px;
	top: 507px;
	padding-bottom: 30px;
	text-align: justify;
}

h1, h2{
font-weight: bold;
font-family: georgia, verdana;
letter-spacing: -1px; 
text-transform: uppercase;
margin-bottom: 3px;
margin-top: 13px;
}
h1 {
	background: url(images/h1.jpg) no-repeat;
	width: 151px;
	height: 34px;
	padding-top: 6px;
	padding-left: 9px;
	font-size: 15px;
	color: #F5F4EB; 
}
h2{
	background: url(images/h2.jpg) no-repeat;
	width: 391px;
	height: 68px;
	padding-top: 20px;
	padding-left: 14px;
	font-size: 17px;
	color: #F5F4EB; 
}
p {
	margin-top: 3px;
	margin-bottom: 3px;
}
h1:first-letter, h2:first-letter {
	color: #FCFBF8;
	font-size: 26px;
	font-family: Times New Roman, Time, serif;
	text-transform: capitalize;
	font-style: italic;
}

a
{  text-decoration: none;
	border-bottom: 1px solid #B8B291;
	padding-bottom: 1px;
	color: #452017;
	font-weight: normal;
	cursor: default;
	font-style: normal;
	}

a:hover
{  color: #C5B195;
	text-decoration: underline;
	border-bottom: 1px solid #A34241;
	padding-bottom: 1px;
	}

textarea, input, button {
	background: url(images/bg.jpg); 
	border: 1px solid #C9C393;
	color: #8A614F;
}
hr{
	background:  #C9C393;
	color: #C9C393;
	height:1px;
	border: 0;
}

img {
	border: 1px dashed #9F7660;
	margin: 2px;
}
a img {border-bottom: none;}
