﻿
/* The main body of the entire forum. */
body
{
	background-color: #155a95;
	background-image: url(images/bg_body.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 8px;
}
body a {
	color: #0000000;
	text-decoration: none;
}
table {
	color: #000000;
	font-family: tahoma;
	font-size: 9pt;
}
table,td {
	border-bottom-style: hidden;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

phpmaker{
	color:black;
}

#header 
{
	background-position: right 20px;
	height: 180px;
	background-image: url('images/knowclubarm.jpg');
	background-repeat: no-repeat;
}
	/* Header - Info */
	
	#header #header-info {
	background-repeat: no-repeat;
	position: relative;
	right: 75px;
	width: 90%;
}
	
	#header #header-info h1 {
	color: #FFFFFF;
	font: bold 33px B jadid, Helvetica, sans-serif;
	padding-bottom: 5px;
}
	
	#header #header-info h1 a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#header #header-info .description {
	color: #FFFFFF;
	font: bold 15px Arial, Helvetica, sans-serif;
}
	
	/* Header - Menu  منوها*/
	
	#header #header-menu {
	top: 150px;
	height: 34px;
	font-family: "B Jadid", tahoma, arial;
	font-size: small;
	text-align: center;
	word-spacing: 5px;
	font-weight: normal;
	text-decoration: none;
}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 34px;
	}
	
	#header #header-menu ul li {
	float: center;
	height: 32px;
	font: x-small/40px tahoma, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url("images/header_menu.gif") repeat-x;
	padding: 0 30px 5px 30px;
	margin-bottom: 5px;
}
	
	#header #header-menu ul li a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}


