BODY	
{
	background: #FC0 url("back.gif");
	border: 0;
	margin: 0;
	color: #7E5000;
	text-align: center;
	font: small/1.4 "Lucida Grande", Verdana, Helvetica, sans-serif;
}

A{
	color: #7E5000;
	text-decoration: underline;
}
A:hover{
	background-color: #FC0; 
	text-decoration: none;
}

P{ margin: 0px 0px 15px 0px;}
TD {vertical-align: top;}
IMG {border: 0;}

OL, UL{ margin-left: -20px;}

	* HTML OL, * HTML UL { /*width for IE only*/
	margin-left: 25px;
	}


FORM{margin: 0; padding: 0;}

HR{
	
}

H2{margin-bottom: 0px;}
H3{margin-bottom: 5px;}
H4{margin-bottom: 2px;}
H5{margin: 5px 0px 2px 0px;}

#wrappa{
	position: absolute;
	width: 755px;
	height: 550px;
	left: 50%;
	top: 50%;
	margin-left: -377px;
	margin-top: -275px;
}


#content{
	text-align: left;
	background: url("giraffe_olive.gif") no-repeat;
	padding: 15px 20px 15px 250px;

	width: 755px;
	height: 492px;
	voice-family: "\"}\""; voice-family:inherit;
	width: 490px;
	height: 462px;	
}


	#content #flog{
		height: 450px;
		overflow: auto;
	}
	
	#content .entry{
		border-bottom: 1px solid #F2E5BD;
		padding-bottom: 5px;
	}


#nav{
	font-size: 12px;
	text-align: left;
	background: url("nav_bar.gif") no-repeat;
	margin-top: 10px;
	padding: 13px 0px 0px 250px;

	width: 755px;
	height: 43px;
	voice-family: "\"}\""; voice-family:inherit;
	width: 510px;
	
}

#nav A{ color: #fff; text-decoration: none; padding: 2px;}
#nav A:hover{ color: #7E5000;}

#nav .home{}



#edit{
	text-align: left;
	background: #fff6d1;
	padding: 5px 20px 20px 20px;
	margin: 15px;

}


.ta{
	width: 700px;
	height: 500px;
}

.success{
	color: green;
	font-weight: bold;
}

.failure{
	color: red;
	font-weight: bold;
}

