body {
	background: #aeaf7d url('images/tlo.jpg') top left repeat;
	margin:0;
}

#container {
	margin: 0px auto;
	width: 755px
	}

#header {
	width: 100%;
	height: 177px;
	background: transparent url('images/top.jpg') top left repeat;
	
}

#menu {
	width: 100%;
	height: 39px;
}

#main {
	width: 100%;
	overflow:hidden;
	background: transparent url('images/bg.gif') top left repeat-y;
}


#content {
	width: 715px;
	margin: 25px 20px 25px 20px;
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	color: #453014;
	}
	
#content P {
	padding-left:15px;
	padding-right:15px;
	text-align:justify;
	}
	
#footer {
	width: 100%;
	height: 90px;
	font-family: Verdana;
	color: #4E391B;
	text-align: center;
	font-size: 10px;
   background: transparent url('images/bottom.gif') top left no-repeat;
	}

#footer A {
	font-family: Verdana;
	color: #4E391B;
	font-weight: bold;
	text-decoration: none;
	}

#footer A:hover {
	text-decoration: underline;
	}

IMG {border: 0; padding: 0; margin:0;}
.img {border: 1px solid #000000;}

.clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

a {
	font-weight: bold;
	color: #C97B14;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.u {text-decoration: underline;}