html {
	background-color: #535353;
	background-image: url(../images/page_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
}
body, body * {
	text-align: left;
}
strong {
	font-weight: bold;
}
br .clear {
	clear: both;
}
#header, #content {
	width: 700px;
}
#header img, #content img { vertical-align: bottom;}
#menu {
	background-image: url(../images/header/menu_bg.gif);
	background-position: top left;
	background-repeat: repeat-y; 
	text-align: right;
}
#after-menu {
	background-image: url(../images/header/after_menu_bg.gif);
	background-position: top;
	background-repeat: repeat-x; 
	margin-bottom: 3px;
}

/* CONTENT */

#content .container {
	width: 700px;
	position: relative;
}
#content .container p {
	margin-bottom: 8px;
}
#content .container .top_orange {
	padding-left: 165px;
	background-image: url(../images/content/top_orange_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#content .container .texts {
	position: relative;
	left: 171px;
	width: 506px;
	overflow: hidden;
	padding: 6px;
	border: 0px solid red;
}
#content .container .texts .text-full {
	position: relative;
	left: 0px;	
	border: 0px solid green;
	width: 1050px;
	height: auto;
	overflow: hidden;
}
#content .container .texts .text-item {
	border: 0px solid pink;
	width: 506px;
	float: left;
	margin-right: 14px;
}
#content .container .texts h1, .page-text h1 {
	font-family: Georgia;
	font-size: 1.9em;
	color: #f08818;
	letter-spacing: 1px;
}
.page-text h1 {
	margin: 15px 0px 5px 0px;
}
#content .container .texts h2 {
	font-family: Georgia;
	font-size: 1.1em;
	color: #f08818;
	letter-spacing: 1px;
}
#content .container .texts h3 {
	font-family: Georgia;
	font-size: 0.9em;
	color: #535353;
	letter-spacing: 1px;
	margin-top: 5px;
}
#content .container .book-image {
	position: absolute;
	top: 0px;
	left: 13px;
}
#content .container .texts .paragraph-text, .page-text {
	color: #535353;
	font-family: Arial;
	font-size: 11px;
	margin-top: 15px;
	line-height: 18px;
}

.page-text {
	width: 660px;
	margin-left: 20px;
}

.page-text a:link,.page-text a:visited {
	color: #535353;
	font-family: Arial;
	font-size: 11px;
	margin-top: 15px;
	line-height: 18px;
	text-decoration:none;
}
.page-text a:hover {
	color: #000;
	font-family: Arial;
	font-size: 11px;
	margin-top: 15px;
	line-height: 18px;
	text-decoration:underline;
}

.page-text h3 {
	font-family: Georgia;
	font-size: 1.3em;
	color: #f08818;
	letter-spacing: 1px;
}

.page-text li {
	list-style-type: circle;
	margin-left: 30px;
}