body{
	margin: 0;
	padding: 0;
	background-color: #594e41;
	color: #594e41;
}

a
{
    color: #DD0000;
}

hr
{
    height: 1px;
    border-top: 1px solid #DD0000;
}

#main{
	margin: 0 auto;
	width: 805px;
	top: 0px;
}

#header{
	background-image: url(images/header.jpg);
	height: 241px;
	width: 805px;
}

#body{
	background-image: url(images/body.jpg);
	background-repeat: repeat-y;
	width: 605px;
	padding: 0px 100px 10px 100px;
	text-align: justify;
}

#footer{	
    background-image: url(images/footer.jpg);
    height: 147px;
	width: 805px;
}

#menu{
	float: right;
	text-align: right;
	position: relative;
	width: 150px;
}

.tableLhase{
     width: 100%;
     text-align: left;
}

.tableLhase, .tableLhase tr td{
    border: 1px solid gray;
}

.statcounter
{
    width: 100%;
    text-align: center;
    color: #DD0000;
}