body {
		margin : 0;
		padding : 0;
		background: url(body.jpg) top center repeat-x #dfeaff ;
		font-family : tahoma , arial , titr;
		font-size : 12px;
	}
#wrapper {
		width:900px;
		margin: 0px auto 0px auto;
		height: auto;
		overflow: hidden;
		background: url(wrapper.jpg) top center repeat-y white;
	}
#header {
		width:100%;
		height:140px;
		background: url(header.jpg) center #dfeaff;
	}
#header div {
	visibility: hidden;
	display: none;
}
#navigation {
		width:100%;
		height:30px;
		background: url(navigation.jpg) center #98bbff;
	}
#menu {
		margin: 0;
		padding: 0;
		float: right;
		line-height: 30px;
		list-style: none;
		direction: ltr;
		line-height: 24px;
	}

#menu li {
		float: right;
		display: inline;	
	}
#menu li a {
		float: left;
		text-decoration: none;
		color: black;
		padding: 0px 10px 0px 10px;
	}
#menu a:hover {
		color: white;
	}
#menu li a.active {
		color: white;
		font-weight: bold;
		border-bottom: 1px solid white;
		text-shadow:2px 2px 2px #00318a;
	}
#menu li a.active:hover {
		color: white;
	}
	
#sidebar {
		float:left;
		width : 195px;
	}
#content {
		float:right;
		width : 700px;
		height:auto;
		overflow:hidden;
		direction: rtl;
	}
#footer {
		clear:both;
		width:100%;
		height:30px;
		background: url(footer.jpg) center #98bbff;
		text-align: center;
		direction: rtl;
		color: white;
		line-height: 25px;
	}
#footer a{
	color: yellow;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
