/* CSS Document */

#document {
}

.document_box{

	background: url(img/bg02.png) repeat-x; background-color: #E1E1D6;
	
	padding: 10px;
	height: auto;
	width: 975px;
	display: block;
	
	margin-left: auto;
	margin-right: auto;
}

.document_menu{
	width: 975px;
	background: url(menu/menufondo01.png) repeat-x; background-color: #E1E1D6;
	float: left;
}

.document_img{
	width: 975px;
	float: left;
}

.document_anim{
	width: 975px;
	float: left;
}

.document_center{
	width: 975px;
	float: left;
}

.document_left{
	width: 197px;
	float: left;
	padding: 10px;
}

.document_right{
	width: 727px;
	float: right;
	padding: 10px;
}

.document_rightcolor{
/*    background: url(menu/menufondo01.png) repeat-x; background-color: #CDCDBA;*/
    background: background-color: #CDCDBA;
	width: 727px;
	float: right;
	padding: 10px;	
}

.document_clear{
	height: 10px;
	clear: both;
}

.document_clear1{
	height: 1px;
	clear: both;
}

.document_pad10{
	padding: 10px;
}


