/*
=============================================================
		Rich Style WV 1.2.1
-------------------------------------------------------------
		Copyright © 2006-2008 MHD Anas Ramadan
		Under Creative Commons License
		http://creativecommons.org/licenses/by-nc-nd/2.5/

		RichStyle.org
		anas@richstyle.org

=============================================================
*/

@import url(web.css);

/* ================== Advert Controller ======================

# To hide the advertisement pane: Activate the first two rules and disable the second two ones
# To show the advertisement pane: Disable the first two rules and activate the second two ones


# To increase the advertisement width, add an X value to all first four px values below except the 0 value
# NOTICE: DEFAULT VALUE FOR THE FIRST ONE: +8px COMPARING TO THE REST
	
============================================================*/
/*
#advert {
	display: none;
}

.arabic #content {
	margin-left: 0px;
	margin-right: 218px;
}
*/

#content {
	margin-right: 198px;
}

.arabic #content {
	margin-left: 198px;
	margin-right: 218px;
}

/* ================== Advert Controller end=================*/

#advert {
	width: 190px;
}

#advertframe {
	width: 190px;
}

#advertframe {
	height: 300px;		/* to change the height of the advertisement frame */
}

#menuframe {
	height: 29em;		/* to change the height of the menu frame */
}

.richtext dt {
	width: 11em;
}

.richtext dd {
	margin-left: 11.7em;
}

body {
	font-size: 12px;
}