*
{
	padding: 0;
	margin: 0;
	color: black;
	font-family: Helvetica, Arial, San-Serif;
	font-size: 15px;
	line-height: 150%;
}

body
{
	width: 900px;
	background-color: white;
}

h2
{
	width: 1024px;
	height: 180px;
}

#main_image
{
	width: 720px;
	height: 390px;
	margin-left: 180px;
}

#content
{
	margin-left: 180px;
	width: 540px;
}

h1
{
	width: 540px;
	height: 77px;
}

p,blockquote
{
	padding: 0px 20px 0px 0px;
	margin-top: 18px;
	margin-bottom: 18px;
}

p.citation
{
	text-align: right;
	color: black;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	margin-top: 0px;
}

li,blockquote
{
	margin-left: 18px;
	margin-right: 18px;
}

blockquote { font-style: italic; }

li
{
	margin-top: 7.5px;
	list-style-type: square;
}

blockquote, h2, h3, h4, h5 { color: #4F4F93; }

h3,h4
{
	font-weight: normal;
	margin: 36px 20px 18px 0;
}

h3 { font-size: 26px }
h4 { font-size: 21px; margin-bottom: 0 }
img + h4 { margin-top: 9px; }
h4 + p { margin-top: 9px; }

h5
{
	font-size: 20px; 
	margin: 0;
	padding-top:0;
	padding-bottom:0;
}

.first h3, 
.first h4,
.first h5
{
	margin-top: 0;
}

h1+h3,
h1+h4,
h1+h5 { margin-top: 0; }

blockquote q
{
	color: black;
	font-weight: normal;
	font-style: normal;
	padding-left: 18px;
}

#stop
{
	width: 15px;
	height: 15px;
	background-color: #4F4F93;
	margin-bottom: 30px;
}

*.first { margin-top: 0px; }

#menu
{
	width: 180px;
	float: right;
}

#menu_top
{
	margin: 2px 0 0 0;
	height: 10px;
	background-color: #CFCFE0;
}

#menu_bottom
{
	margin: 4px 0 0 0;
	height: 18px;
	background-image: url( /images/menu_bottom.png );
	background-repeat: no-repeat;
	background-position: 0 0;
}

#menu li
{
	margin: 0;
	padding: 2px 0 0 0;
	list-style-type: none;
	height: 30px;
	background-color: white;
}

#menu a
{
	color: white;
	text-decoration: none;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	height: 30px;
	background-color: #A7A7C9;
	display: block;
	padding: 2px 0 0 35px;
}

#menu li.selected a { background-color: #7A7AAD; }
#menu li a:hover { background-color: #FF9900; }
#menu li.selected a:hover { background-color: #7A7AAD; }

p.big
{
	font-size: 17.5px;
}

p.sub
{
	padding: 0px 20px 0px 0px;
	margin:0;
	color: black;
	font-weight: bold;
	font-size: 16px;
	color: #4F4F93;
}

p.date, p.descr, p.place, p.pub, p.isbn, p.format
{
	padding: 0px 20px 0px 0px;
	margin:0;
	margin-top:5px;
	font-size: 14px;
}

p.format
{
	font-size: 12px;
}

a.doc
{
	font-size: 21px; 
	margin: 0;
	padding-top:0;
	padding-bottom:0;
	color: #4F4F93;
	text-decoration: none;
}

p.breaking { padding: 1ex; background-color: #CFCFE0; margin: 0 1em 0 0; }