
@import "default.css";


div#mother {
	margin:7px 0 0 0;
}

div#mother h2 {
	font-size:15px;
	margin:0 0 5px 0;
	padding:0 0 3px 2px;
	border-bottom:1px dotted #999999;
}

div#mother h4 {
	font-size:15px;
	margin:20px 10px 5px 10px;
	padding:0 0 3px 2px;
	border-bottom:1px dotted #999999;
}

div#mother div#intro {
	margin:0 0 5px 0;
	padding:15px;
	background-color:#f2f2b0;
	font-size:17px;
}

div#mother div#pics {
	float:left;
	width:400px;
}

div#mother div#coment {
	float:right;
	width:390px;
	background-color:#f8f4e6;
	border:1px solid #eeeeee;
	margin:2px 0 0 0;
}

div#mother div#coment div#inner {
	margin:0 20px 20px 20px;
}

div#mother td {
	padding:7px 0 3px 5px;
	border-bottom:1px dotted #aaaaaa;
}

div#mother td#cel1 {
	width:25%;
}

div#mother td#cel2 {
	width:75%;
}

