@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
a:focus {
	outline:none;
}
img {
	border:none;
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-position: center top;
	text-align: right;
	direction: rtl;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color:#4e2b11;
}
#stage {
	background-image: url(images/stage_bg.jpg);
	background-repeat: no-repeat;
	height: 505px;
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 120px;
	padding-top: 95px;
}
#stage.homepage {
	background-image: url(images/stage_home_bg.jpg);
	background-repeat: no-repeat;
}
#header #logo {
	float: right;
	height: 65px;
	width: 195px;
}
#header {
	height: 107px;
	width: 780px;
	float: right;
}
#header #menu {
	float: right;
	height: 25px;
	width: 350px;
	clear: both;
	margin-top: 17px;
}
#header #menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header #menu ul li a {
	text-decoration: none;
	color: #4e2b11;
	padding: 0px 13px;
	display: block;
}
#header #menu ul li a:hover, #header #menu ul li a.current {
	color: #ffffff;
	background-color:#bb8c48;
}
#stage #header #menu ul li {
	float: right;
}
#content {
	margin-top: 26px;
	float: right;
	height: 250px;
	width: 603px;
	padding-right:27px;
}
#content.home {
	width: 630px;
	padding-right:0px;
}
#content p.home {
	width: 370px;
}
#chapter {
	text-decoration:none;
	color:#4e2b11;
	float: right;
	width: 260px;
	margin-top: 23px;
}
#chapter.top {
	margin-top: 0px;
}
#chapter #book {
	float: right;
	height: 28px;
	width: 73px;
	background-image: url(images/smallBook.png);
	background-position: left;
}
#subject #book {
	margin:0px auto 10px;
	height: 28px;
	width: 73px;
	background-image: url(images/smallBook.png);
	background-position: left;
}
#chapter:hover #book, #subject:hover #book {
	background-position: right;
}
#chapter p {
	float: right;
	line-height: 28px;
	margin-right: 14px;
	width: 170px;
}
#content #right {
	float: right;
	width: 300px;
}
#content #left {
	float: right;
	width: 275px;
	padding-right: 25px;
}
#subject {
	text-decoration:none;
	color:#4e2b11;
	width: 145px;
	float: right;
	margin-top: 25px;
	height:70px;
}
#subject.rem {
	width: 195px;
}

#subject p {
	float: right;
	width: 145px;
	text-align: center;
}
#subject.rem p {
	float: right;
	width: 195px;
	text-align: center;
	line-height: 16px;
}
#content ul {
	list-style-type: none;
	height: 20px;
	width: 600px;
	display: block;
	float: right;
	line-height: 20px;
}
#content ul li {
	float: right;
	height: 20px;
}
#content ul li a {
	text-decoration: none;
	color:#4e2b11;
	padding: 0px 5px;
}
#content ul li a:hover {
	color:#ffffff;
	background-color:#bb8c48;
}
#list {
	height: 200px;
	width: 600px;
	float: right;
	margin-top: 25px;
	overflow: hidden;
}
#list ul {
	width: 275px;
}
#list ul li {
	width: 275px;
}
#list div {
	float: right;
	height: 200px;
	width: 600px;
}
#stage #content #list #intro h2 {
	font-size:14px;
	padding-bottom:5px;
	text-decoration:underline;
}
#stage #content p a {
	color: #4F2D12;
}
