html,body
{
	width:100%;
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:"Georgia";
	font-size:95%;
	background:url("images/orn.jpg") repeat-y #D0E1F1 left;
}


#main {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:auto;
	background:url("images/orn.jpg") repeat-y #D0E1F1 right;	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	margin:0 0 0 65px;
}

p{margin:0;}

#hdr {
	width:470px;
	height:109px;
	margin:0 auto;
	padding:0;
	display:block;
	background:url("images/orn.jpg") repeat-y #D0E1F1 right 0px;	
}

#ftr {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:url("images/orn.jpg") repeat-y #D0E1F1 right;	
}

#ftr p
{
padding:10px 75px 10px 10px;
}


#mnu
{
	float:left;
	width:100px;
	margin:0 -150px 0 0;
	padding:20px;
}

#txt
{
	width:auto;
	display:block;
	margin:0px;
	padding:30px 80px 100px 130px;
}
