body{
	background: #979775 url(images/tlo.jpg) repeat-y;
}


body, td, textarea, input, button{
	color: #515C3C;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

#head1 {
	background: url(images/head1.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 643px;
	height: 262px;
}
#head2 {
	background: url(images/head2.jpg) no-repeat;
	position: absolute;
	top: 262px;
	left: 0;
	width: 643px;
	height: 262px;
}

#menu {
	position: absolute;
	width: 165px;
	left: 408px;
	top: 490px;
	text-align: left;
	padding-bottom: 30px;
}

#blog{
	position: absolute;
	width: 326px;
	left: 52px;
	top: 262px;
	padding-bottom: 30px;
	text-align: justify;
}

h1{
	background: url(images/h1.jpg) no-repeat;
	height: 17px;
	font-size: 11px;
	padding: 3px 4px 3px 2px;
	color: #939370;
	font-family: georgia, Verdana, Tahoma, sans-serif;
	font-variant: small-caps;
	letter-spacing: 2px;
	margin-bottom: 4px;
}
h2{
	font-size: 11px;
	color: #586759;
	font-family: georgia, Verdana, Tahoma, sans-serif;
	font-variant: small-caps;
	letter-spacing: 2px;
	text-align: left;
	border-bottom: 1px solid #586759;
	padding-left: 7px;
	background: #C8BD9D;
	line-height: 11px;
}
a {
	color: #685F3A;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #545F33;
	border-bottom: 2px solid #C8BD9D;

}
#blog a{
	font-weight: bold;
}

textarea, input, button {
	background: #C8BD9D; 
	border: 1px solid #586759;
}
hr{
	background:  #586759;
	color: #586759;
	height:1px;
	border: 0;
}
