/* $Id: fp_style.css */

/*
** HTML elements
*/
/* My addition for tables.*/
h2 {
  	font-size: 1.8em;
  	color: #ffffff;
  	margin-left:0cm;
	line-height:.5cm;
}
h3 {
  	font-size: 1.5em;
  	color: #ffffff;
	line-height:.5cm;
}
h4 {
  	font-size: 1.3em;
 	color: #ffffff;
	line-height:.5cm;
}
p {
	text-align:justify;
}
p.top {
	margin-right:1cm;
	line-height:.5cm;
}
p.top1 {
	margin-right:1cm;
	line-height:.5cm;
}
p.news {
	margin-right:1cm;
	line-height:.5cm;
}
div.container {
	background-repeat: repeat-y;
	width:700;
	margin:0px;
}
div.containerbgleft {
	background-image: url(http://paternityzone.com/images/head_bg_top_element_horiz_left.png);
	background-color: #033567;
	background-repeat: repeat-y;
	background-position: left;
	width:96%;
}
div.containerbgright {
	background-image: url(http://paternityzone.com/images/head_bg_top_element_horiz_right.png);
	background-repeat: repeat-y;
	background-position: right;
	width:100%;
}

div.containertop {
	width:75%;
	margin-left:2.6cm;
	line-height:100%;
	color: #ffffff;
	font-weight:bold;
}

div.containertop1 {
	width:75%;
	margin-left:2.6cm;
	border:0px solid gray;
	line-height:100%;
	color: #ffffff;
	font-weight:bold;
}
div.contentmuk {
	margin-left:0px;
	border-bottom: 1px solid #ccc;
	padding:1em;
}

/*image layout*/
div.imgleft {
	float:left;
	padding:.5em;
}
div.imgleftbottom {
	float:left;
	padding:1em;
	width:85px;
	margin:0 0 15px 15px;
}
div.imgright {
	float:right;
	width:260px;
	margin:0 0 15px 15px;
	border:1px solid black;
}