@charset "utf-8";
body {
	margin: 0px;
}
#chatislam {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/pageshadow.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;


}
#header {
	background-color: #6684EA;
	height: 72px;
	width: 951px;
	margin-right: auto;
	margin-left: auto;
	display:block;
}
#chatislam #header #banner {
	height: 60px;
	width: 468px;
	position: relative;
	left: 340px;
	top: -45px;
}

#chatislam #header .chatislam {
	margin-top: 8px;
	margin-left: 20px;
}

#menu {
	height: 35px;
	width: 951px;
	margin-right: auto;
	margin-left: auto;
	display:block;
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat-x;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 951px;
	display: block;
}
#menu ul li {
	display:inline;
	font-size:93%;
	font-weight:bold;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li a {
	text-decoration:none;
	background-image: url(../images/button_nm.jpg);
	color:white;
	margin: 0px;
	padding:8px 23px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: ridge;
	border-right-color: #243BA3;
	border-right-width: 2px;
	display: inline;
}

#menu ul li a:hover {
	display:inline;
	color:white;
	background-image: url(../images/button_hv.jpg);
	border:none;
	margin:0px;
	padding:8px 23px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: ridge;
	border-right-color: #243BA3;
	border-right-width: 2px;
}
#content {
	margin-right: auto;
	margin-left: auto;
	background-color: #F7F7F7;
	width: 951px;
}
#chatislam #content #chatroom {
	height: 659px;
	width: 740px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
#chatislam #content #chatside {
	width: 200px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}


#banners {
	width: 183px;
    left: 100px;
	top: 0px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;


}
#rules {
    left: 30px;
	top: 0px;
	float: left;
	width: 582px;
	position: relative;

	
}
#footer {
	background-color: #FFFFFF;
	height: 72px;
	width: 951px;
	margin-right: auto;
	margin-left: auto;
	display:block;
}
