@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
}

body{
	background-color:#fcead1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.9em;
}

#container{
	width:813px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bg_main.jpg);
	background-repeat:repeat-y;
}

#header{
	width:813px;
	height:101px;
	background-image:url(../images/bg_head.jpg);
}

#face{
	width:795px;
	height:64px;
	background-image:url(../images/face.jpg);
	margin-left:10px;
	text-align:center;
}
#face img{
	padding-top:10px;
}

#content{
	width:452px;
	margin-left:auto;
	margin-right:auto;
}
#content p{
	text-indent:2.9em;
}
.color {color: #8d5935}

a{
	color:#000;
}

#footer{
	width:813px;
	height:101px;
	background-image:url(../images/bg_footer.jpg);
}