@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding-top: 20px;
	color:#404040;
	font-family:Arial,Helvetica,"Helvetica Neue",Geneva,sans-serif;
	font-size:85%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

a:link {
    color: #ffffff;
	text-decoration:none;
}
a:visited {
    color: #ffffff;
	text-decoration:none;
}
a:hover {
    color: #ffffff;
	text-decoration:none;
}


/* TOP SECTION */
.oneColLiqCtrHdr #containertop {
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:230px;
}
.oneColLiqCtrHdr #contenttop {
	background: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	width: 550px; 
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}


/* MIDDLE SECTION */
.oneColLiqCtrHdr #containermid {
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:transparent url(http://elearning.rawlinscollege.org.uk/loginpage/bgcont2a.png) repeat-x scroll 0 top;
	height:220px;
	margin-bottom:15px
}
.oneColLiqCtrHdr #contentmid {
	margin-left:auto;
	margin-right:auto;
	width: 600px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}


/* BOTTOM SECTION */
.oneColLiqCtrHdr #containerfooter { 
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
.oneColLiqCtrHdr #contentfooter {
	margin-left:auto;
	margin-right:auto;
	width: 550px;
	padding: 0 10px 0 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* HEADING + CONTENT */
.oneColLiqCtrHdr #header h1 {
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #header h2 {
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}



