/* Layout class */

p{
margin:0px;
padding:0px;}

.content_head{}
.content_bottom{}
.box_right{
	
	background-color: #FFFFFF;
	min-height:590px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bacadd;
	border-left-color: #bacadd;
}

.box_left{	background-color: #FFFFFF;
	min-height:590px;
		border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bacadd;
	border-left-color: #bacadd;

}


.box_main{background-color: #FFFFFF;
	min-height:590px;
		border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bacadd;
	border-left-color: #bacadd;

}
.box_main_top{background-color: #FFFFFF;}
.box_main_top img{
padding:0px;
margin:0px;
width:581px;}


.box_head{
	height:10px;
}

.box_content{
	
}
.box_main .box_content img{	
margin:5px;

}





.box_left .content_head{
	margin-bottom:20px;
	background-image: url(images/content_head_small.png);
	background-repeat: no-repeat;
	height: 14px;
}

.box_main .content_head{	
	margin-bottom:20px;	
	background-image: url(images/content_head_large.png);
	background-repeat: no-repeat;
	height: 14px;

}


.box_right .content_head{		
	margin-bottom:20px;
	background-image: url(images/content_head_small.png);
	background-repeat: no-repeat;
	height: 14px;

}





.box_bottom{

	height:20px;
}




