body
{
	background-image: url(../i/index/background.png);
	margin: 0;
	padding: 0;
}

div#cover-top-ring1
{
	text-align: center;
}

div#cover-top-ring2
{
	width: 730;
	text-align: left;
	margin: 0 auto;
}

div#cover-white-ring1
{
	text-align: center;
	background-color: white;
	background-image: url(../i/index/background-logo.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border-top: solid 1px #650408;
	width: 100%;
	position: absolute;
	top: 150px;
	display: block;
	padding-bottom: 0;
	margin-bottom: 0;
}

table#poem-nav
{
	height: 158px;
	width: 662px;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	border: none;
}

table#poem-nav td.poemnav-poem
{
	text-align: right;
}

table#poem-nav td.poemnav-nav
{
}

div#cover-white-abfname-div
{
	width: 730;
	margin: 0 auto;
}

table#cover-white-abfname-table
{
	float: right;
	width: 655;
	margin-top: 35px;
	margin-bottom: 5px;
}

h1.abfname
{
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 22px;
	color: #505050;
	float: left;
}

h1.abfname span.sub
{
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 14px;
	margin-top: 0px;
	color: #505050;
	float: left;
	letter-spacing: 0.21pt;
}

div#cover-white-below-fold
{
	width: 730px;
	text-align: left;
	margin: 0 auto;
	clear: both;
	position: relative;
	top: 30px;
	border-top: solid 1px #cccccc;
}

#special-feature
{
	font-family: Georgia, serif;
	width: 730px;
	text-align: left;
	margin: 0 auto;
	clear: both;
	position: relative;
	top: 30px;
	border-top: solid 1px #cccccc;
}

div#cover-bottom
{
	position: relative;
	top: 30px;
	color: white;
	margin-bottom: 5px;
}

img#justicelady
{
	position: relative;
	top: 56px;
}

img#nav
{
	position: relative;
	top: 70px;
	left: 15px;
}

img#poem
{
	position: relative;
	top: 40px;
	left: 125px;
}

img#logo
{
	float: right;
}

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

a:hover
{
	text-decoration: underline;
}

span.cover-arrow
{
	color: #a00a0c;
	font-size: 75%;
	font-family: arial;
}

table#cover-columns
{
	width: 730px;
	margin-top: 15px;
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table#cover-columns p.cover-column-readmore
{
	text-align: right;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 9pt;
}

table#cover-columns p
{
	font-family: Georgia, serif;
	font-size: 9pt;
	line-height: 130%;
}

table#cover-columns ul
{
	margin-top: -6px;
	list-style-position: outside;
}

table#cover-columns li
{
	font-family: Georgia, serif;
	font-size: 9pt;
	line-height: 130%;
	margin-left: -20px;
	margin-top: 7px;
}

table#cover-columns h3
{
	margin-top: 0;
	font-family: Tahoma, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9pt;
	/* padding: 3px 6px 3px 6px;
	color: #666666;
	background: #dddddd; */
}

table#cover-columns h4
{
	font-family: Georgia, serif;
	font-size: 16pt;
	font-weight: normal;
	margin: -4px 0 -4px 0;
	line-height: 105%;
}

table#cover-columns td.column1
{
	width: 31%;
	padding: 0 15px 0 0;
	border-right: solid 1px #cccccc;
}

table#cover-columns td.column2
{
	padding: 0 15px 0 15px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}

table#cover-columns td.column3
{
	width: 31%;
	padding: 0 0 0 15px;
	border-left: solid 1px #cccccc;
}

div#navlinks
{
	margin-left: 16px;
	font-family: Tahoma, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 8pt;
	color: white;
	display: inline;
}

div#navlinks a
{
	color: white;
}

span.navbar
{
	font-weight: normal;
	margin: 0 5px 0 5px;
}

p.omid-detail
{
	margin-left: 15px;
	text-indent: -15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
}

p.omid-detail span.cat
{
	color: #777777;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}

p.bodycount-disclaimer
{
	font-style: italic;
	font-family: Georgia, serif;
	font-size: 8pt;
	border-top: solid 1px #cccccc;
	padding-top: 15px;
}

/* drop-down menus */

#nav-container
{
	margin-left: 15px;
}

#nav, #nav ul { /* all lists */
	padding: 2;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	/* width: 6em; */
	font-family: Tahoma, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 8pt;
	color: white;
}

#nav li { /* all list items */
	float: left;
	height: 15px;
	background-color: pink;
	width: 6em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 6em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

