body{
margin:0;
padding:0;
line-height: 1.5em;
}

#centre_top #m #m_text h3 {
	font-size: 14px;
	font-weight: bold;
}

#enter_comp {float:right;padding-right:25px; padding-top:5px;}

.EditingFormErrorLabel {color:red;font-weight:bold;}
.EditingFormInfoLabel {color:red; font-weight:bold;}
.InfoMessage {color:red;font-weight:bold;}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
height: 126px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 214px 0 129px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 129px; /*Width of left column in pixel*/
margin-left: -800px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
float: left;
width: 214px; /*Width of right column*/
margin-left: -214px; /*Set left margin to -(RightColumnWidth)*/
}

#footer{
	clear: left;
	width: 780px;
	text-align: left;
	height: 97px;
	margin:0;
	margin-top: 10px;
	background-color: #7AC141;
	padding: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
#centre_top #b {
	background-image: url(/images/centre_bottom.aspx);
	background-repeat: no-repeat;
	height: 32px;
}
#centre_top #t {
	background-image: url(/images/centre_top.aspx);
	height: 32px;
	background-repeat: no-repeat;
}
#centre_top #m {
	background-image: url(/images/centre_tile.aspx);
	background-repeat: repeat-y;
	padding-right: 40px;
	padding-left: 55px;

}
#centre_top #m #m_text img{
float:right;
margin-right:20px;
margin-bottom:20px;
}

#centre_top #m #m_text h1{
	color:#FF0000;
	font-weight:bold;
	font-size: 14px;
	margin:0;
	padding:0;
}
#centre_top #m #m_text h2{
	color:#FF0000;
	font-weight:bold;
	font-size: 12px;
	margin:0;
	padding:0;
}

#centre_top #m #m_text {
height: 515px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow:scroll;
}
#contentcolumn #centre_bot {
	background-image: url(/images/comp.aspx);
	height: 290px;
	width: 457px;
}
#contentcolumn #centre_bot #centre_bot_text {
	color: #FFFFFF;
	padding-top: 55px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
}
#contentcolumn #centre_bot #centre_bot_text h1 {
	color:#FF0000;
	font-weight:bold;
}

.newbooks {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

