/* Home 1 Page */

body.home {
	background-color: #660066;
	font-family: Arial, Helvetica, sans-serif;
}
body.home #header {
	background-image: url(../images_1/home_1/edge_t.jpg);
	background-repeat: repeat-x;
	background-position: 0 top;
}
body.home #header_l {
	background-image: url(../images_1/home_1/cnr_tl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body.home #header_r {
	height: 110px;
	background-image: url(../images_1/home_1/cnr_tr.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
body.home #footer {
	background-image: url(../images_1/home_1/edge_b.jpg);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	text-align: center;
	clear: both;
}
body.home #footer_l {
	background-image: url(../images_1/home_1/cnr_bl.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
body.home #footer_r {
	height: 52px;
	background-image: url(../images_1/home_1/cnr_br.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* Left Edge */
body.home #wrapper {
	background-color: #FFFFFF;
	background-image: url(../images_1/home_1/edge_l.jpg);
	background-repeat: repeat-y;
	background-position: left 0;
}
/* Right Edge */
body.home #wrapper_r {
	background-image: url(../images_1/home_1/edge_r.jpg);
	background-repeat: repeat-y;
	background-position: right 0;
}
/* End of main page structure*/

/*This specific ID is applied to collapse the column on the home page only to accomodate the right sidebar */
body.home #content {
	margin-right: 215px;	
}
/*This amends the style of the header 1 tag on the home page only */ 
body.home h1 {
	text-align:center;
	margin: 0px;
}
/*Search Box - Home Page*/	
body.home #form {
	width: 170px;
	float: right;
	margin-right: 25px;
	margin-bottom: 20px;
}
