/* CSS Document */

@import url("style1.css");
@import url("navbar.css");
/*Page layout common */

/*---Mechanism to align the container to centre---*/
body, html { text-align:center; }
div#container { width: 739px; text-align: left; background-color:#FFFFFF; margin-left: auto; margin-right: auto; }

/*---header---*/
div#header {
	height: 33px;
	overflow: hidden;
}

div#header p { float: right; }
div#main { background-image: url("http://www.richmondyouthcentre.com/webimages/mainbg.gif"); background-repeat: repeat-y; margin-top: 2px; }
div#main div#news { float: left; clear: none; width: 462px; margin: 0px 0px 0px 1px; }
div#main div#links { float: right; clear: none; width: 270px; margin-top: 2px; margin-right: 1px; color: #016BB7; }
div#footer { text-align:center; clear: both; }

.required {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}