

#box {
    background: #fff;
	font: .74em "Trebuchet MS" Verdana, Arial, sans-serif;
	line-height: 1.5em; 
}

#box_wrap {
margin: 20px auto;
width: 500px;
background: #fff url('/fileadmin/template/ext/epi_lead/images/midbg.jpg');
background-repeat: repeat-y;
}

#box_top { 
background: #fff url('/fileadmin/template/ext/epi_lead/images/topbg.jpg');
height: 30px;
}

#box_content {
text-align: left;
padding: 0 40px 0 40px;
}

#box_bottom {

background: #fff url('/fileadmin/template/ext/epi_lead/images/botbg.jpg');
height: 30px;
}


.box_header {
text-align: left;
height: 100px;
background: #FFFFFF url('/fileadmin/template/ext/epi_lead/images/hidr.jpg');
background-position:center;
}

.box_header h1 { text-align: left; padding-left: 35px; padding-top: 42px; margin:0px;font-size: 22px; color: #FFF; }
.box_header h1 a { text-align: left; font-size: 22px; color: #FFF; text-decoration: none;}
.box_header h2 { padding-left: 90px; padding-top: 0px; font-size: 17px; color: #FFF; }

.box_logo { padding-left:10px;padding-right:10px; float:left;}

.box_middle {

	float: left;
	width: 380;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: left;
}

.box_middle h2 { color: #3B6EBF; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.box_right h2 { color: #3B6EBF; font-size: 14px; margin-top: 15px;}


#box_clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#box_footer {
	text-align: center;
	color: #666;
	font-size: 10px;
}



