/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.5em;
	background-color: #CCCAC2;
	background-image: url(body_bg.jpg);
	background-repeat: repeat-x;
	margin: 25px;
}

p {
	margin: 0em 0em 1.5em 0em;
}

h2 {
	font-size: 15px;
	margin: 1.5em 0em 1.5em 0em;
	padding-bottom: 0px;
}

h3 {
	font-size: 13px;
	margin: 1.5em 0em 1.5em 0em;
}

h4 {
	font-size: 13px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

a {
	text-decoration: none;
	color: #339900;
}

a:hover {
	text-decoration: underline;
}

ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

small {
	font-size: 11px;
}
 
small p {
	line-height: 1.3em;
}
 
table {
	border-style: none;
	border-collapse: collapse;
	border-spacing: 0px
}

tr {
	vertical-align: top;
}

.column tr {
	vertical-align: bottom;
}

hr {
	border: 0px;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
}

div#all {
	width: 920px;
	background-image: url(all_bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

div#header {
	padding-left: 20px;
	padding-top: 95px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-color: #66CC00;
}

h1#title {
	display: inline;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 1.4em;
	background-color: #66CC00;
	background-image: url(title_bg.gif);
	background-repeat: repeat-x;
	padding: 3px 5px 3px 5px;
	margin: 0px;
}

h1#title a {
	color: #FFFFFF;
}

h1#title a:hover {
	text-decoration: none;
}


div#bar {
	background-image: url(bar_bg.gif);
	background-repeat: repeat-x;
	height: 15px;
}

div#container {
	overflow: hidden;
}

#container .column {
	position: relative;
	float: left;
	min-height: 400px;
}

#news {
	width: 170px;             /* LC width */
	padding: 15px 15px 15px 25px;
}

#content {
	width: 470px;
	padding: 35px;
}

#navigation {
	width: 140px;             /* RC width */
	padding: 10px;          /* RC padding */
}

ul.navLang {
	margin-bottom: 12px;
	font-size: 15px;
}

ul.navLang li {
	display: inline;
	border-right: 1px solid #339900;
	padding-right: 6px;
	margin-right: 2px;
}

ul.navLang li#en {
	border-right: 0px solid #339900;
}

ul.navFirst {
	font-size: 15px;
}

ul.navFirst li {
	margin-bottom: 10px;
}

ul.navSecond {
	margin-left: 1em;
	margin-top: 8px;
	font-size: 13px;
}

ul.navSecond li {
	margin-bottom: 8px;
	line-height: 1.3em;
}

ul.navSecond a {
	color: #666666;
}



ul.newsCategories {
	font-size: 15px;
}

ul.newsCategories li {
	margin-bottom: 10px;
}

ul.newsItems {
	margin-top: 8px;
	font-size: 13px;
}

ul.newsItems li {
	margin-bottom: 8px;
	line-height: 1.3em;
}

ul.newsItems a {
	color: #666666;
}


div#rss {
	margin-top: 20px;
	color: #CCCCCC;
}

div#rss a {
	color: #666666;
}

div#rss img {
	margin-right: 10px;
}


img.cover {
	border: 1px solid black;
	margin-right: 15px;
}

table.info {
	margin-bottom: 1.5em;
	border-collapse:collapse;
	border-spacing: 0px;
	padding: 0px;
}

table.info tr {
	margin: 0px;
	padding: 0px;
}

table.info td {
	margin: 0px;
	padding: 0px;
}

table.info h2 {
	margin-bottom: 0px;
}

table.info p {
	margin-bottom: 2px;
}

.book p {
	text-indent: 30px;
	margin: 0px;
	padding: 0px;
}
	
.book p.first {
	text-indent: 0px;
}

p.source {
	text-align: right;
}
div.book p.source {
	margin-top: 1.5em;
}
	

div#critic {
	display: none;
}

div#extra {
	display: none;
}

div#end {
	clear: left;
}

ul.news li {
	margin-bottom: 8px;
	line-height: 1.3em;
}



* html #title {
	margin-bottom: 20px;
}
