.page_title
{
    text-align:center;
    font-size: larger;
    font-weight: bold;
    width:100%;
    margin: auto;
    color:red;
}
    
.top_block
{
	width:100%;
}

.bottom_block
{
	width:100%;
}
	
/* THIS IS THE GRID OF THE PAGE */
.ws_float_block
{
	backgroud-color: #eeeeee;
	border:solid 1px #dddddd;
	margin:auto;
	padding:5px;
	border-radius: 4px;
}

.float_block
{
	text-align:left;
	margin:5px;
	width:480px;
	min-height:400px;
}

.float_block a
{
	text-decoration:none;
}