* {
	margin: 0px;
	padding: 0px;
}
img {
	border:none;
}
#head_ctn{
	float:left;
	width:100%;
	height:95px;
	text-align:center;
	margin: 13px 0px 0px;
	background: #FFFFFF url(../images/html/header_bg.gif) no-repeat center top;
}
#header{
	width:740px;
	margin:0px auto;
	height:95px;
	background: #F8F8F8 url(../images/html/header_logo_bg.gif) repeat-x center top;
}
#header img{
	float:left;
	margin: 34px 0px 0px 14px;	
}
#ctn_centre{
	float:left;
	width:100%;
	height:240px;
	text-align:center;
	background: #ABC21C;
	border-bottom:solid 1px #FFFFFF;
	font-size:15px;
	overflow:hidden;
	display:inline;
}
#centre{
	width:760px;
	height:240px;
	background: #A0B71A url(../images/html/home_centre.jpg);
	margin:0px auto;
}
#centre a{
	width:260px;
	height:50px;
	margin-top:190px;
	float:left;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	background: url(../images/html/home_centre_enter.jpg) no-repeat 606px -58px;
	padding-left:500px;
	display:inline;
}
#centre a:hover{
	background: url(../images/html/home_centre_enter.jpg) no-repeat 606px -4px;
}
#ctn_nicole{
	float:left;
	width:100%;
	height:240px;
	text-align:center;
	background: #C2651C;
	font-size:15px;
	overflow:hidden;
	display:inline;
}
#nicole{
	width:760px;
	height:240px;
	background: #B15C18 url(../images/html/home_nicole.jpg);
	margin:0px auto;
}
#nicole a{
	width:260px;
	height:50px;
	margin-top:190px;
	float:left;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	background: url(../images/html/home_nicole_enter.jpg) no-repeat 25px -58px;
	padding-right:500px;
	display:inline;
}
#nicole a:hover{
	background: url(../images/html/home_nicole_enter.jpg) no-repeat 25px -4px;
}
#footer_ctn{
	float:left;
	width:100%;
	height:95px;
	text-align:center;
	background: #FFFFFF url(../images/html/footer_bg.gif) no-repeat center top;
}
#footer{
	width:740px;
	margin:0px auto;
	height:95px;
	background: #F8F8F8 url(../images/html/footer_txt_bg.gif) repeat-x center top;
	font: 11px Tahoma, Georgia, "Times New Roman", Times, serif;
	color: #616161;
}
#footer p{
	float:left;
	width: 700px;
	text-align:center;
	margin: 65px 0px 0px 20px;
	display:inline;
}
#footer a{
	color:#b87a05;
	text-decoration:none;
}
#footer a:hover{
	color:#865902;
}
#nostroom{
	float:right;
	width:20px;
	margin-top:62px;
	filter:alpha(60);
	opacity:.6;
	-khtml-opacity:.6;
	moz-opacity:0.6;
	display:inline;
}
#nostroom:hover{
	margin-top:62px;
	filter:alpha(100);
	opacity:1;
	-khtml-opacity:1;
	moz-opacity:1;
}
