/* CSS Document */

body
{
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	color: #EFE4B3;
	background: #000000;
}

a
{
	color: #AA9D97;
	text-decoration: none;
}

a:hover
{
	color: #A54B39;
}

body, h1, h2, h3, table, td, th, ul, ol, textarea, input
{
	font-family: ZapfHumnst BT, ZapfHumanist, verdana,helvetica,arial,sans-serif;
	font-size: medium;
}

.header
{
	background-image: url("images/jrepeat.gif");
	height: 57px;
	width: 800px;
	text-align: left;
}

.container
{
	margin-top: 40px;
	width: 800px;
}

.number
{
	margin-right: 30px;
	float: left;
	color: #958B8B;
	font-weight: bold; 
}

.title
{
	font-size: 12pt;
	font-weight: bold; 
	letter-spacing: 0.3em; 
}

.imageblock
{
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	display: block;
}

.article
{
	font-size: 20pt;
	font-weight: bold;
}

.segment
{
	margin-bottom: 50px;
	display: table;
	width: 100%;
	
}

.comments
{
	margin-bottom: 100px;
}

.summary
{
	padding-left: 75px;
	float: left;
}

.script
{
	padding-left: 75px;
	float: left;
}



