.page_title
{
    text-align:center;
    font-size: larger;
    font-weight: bold;
    width:50%;
    margin: auto;
}
    

.page_boxes
{
	background-color: #ffffff;
	vertical-align: top;
	margin:0px;
	width:100%;
	padding:0px;
	overflow:none;
}

.box_img_title
{
	float:left;
}

.box_title
{
    color:#ee0000;
    font-size:22px;
}

.box_img
{
	float:left;
}

.box_text
{
	float:none;
	min-height:80px;
}
.plugin_box
{
	margin:auto;
	width:100%;
    padding:0px;
	min-height:400px;
	background-color:#ffffff;
}