body{
	margin:0;
	background-image:url(images/h_bground.jpg);
	background-color:#000000;
	background-repeat:repeat-x;
	font-family:tahoma;
	font-size:11px;
	color:#ede4d7;;
	line-height:15px;
	text-align:justify;
	}
	
p{
	margin:0;
	padding:0;
	line-height:15px;
	}
	
ul{
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
#header{
	background-image:url(images/h_header.jpg);
	height:153px;
	width:780px;
	}
	
#leftbg{
	background:url(images/h_left.jpg) no-repeat;
	height:296px;
	width:30px;
	
	}

#rightbg{
	background:url(images/h_right.jpg) no-repeat;
	height:345px;
	width:30px;
	
	}
	
.footer{
	padding:10px;
	font-family:Tahoma;
		font-size:10px;
		color:#ede4d7;
		text-decoration:none;
	}
	
a.footer:hover{
	color:#fff;
	}

/*li
{
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .6em;
	}*/