.page-wrap {
    max-width: 980px; 
    margin: 0 auto;
}

.title {
	width: 100%;

}

.title-main {
	width: 100%;
	height: 81px;
	background: #ffffff;
	background-color: rgb(255, 255, 255);
	margin-top: 15px;
	margin-bottom: 15px;
}



.title-subtitle {

    font-size: 18pt;

    margin: 0;
    font-style: normal;
    color: rgb(0,0,0);
    padding-left: 5px;
    padding-top: 5px;
    font-family: Lucida Grande, Verdana, Arial, sans-serif;
    background-color:rgb(255,255,255);
    border-bottom: 5px solid #d2232a;
    height:50px;


}


body {
    background-color: rgb(255, 255, 255);
    background-repeat: repeat;
}