/* CSS Document */

.content body{
	background-image:none;
}
#container{
	margin:10px auto;
	width:612px;
	text-align:left;
	background-image:url(../images/doc/bg_body.jpg);
	background-repeat:repeat-y;
}
h1{
	margin:0 0 1.5em 0;
}
.auther{
	background-image: url(../images/doc/bg_footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:38px;
	padding-left:29px;
	margin:0;
}
h2{
	background-image:url(../images/doc/bg_01.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:5px;
	padding-top:0.5em;
	margin:0 29px 0.5em 29px;
}
p{
	margin:0 29px 0.5em 29px;
}