body
{
	background-color: #F0F0F0;
	margin: 5;
	padding: 0;
	text-align: center;
	overflow-y: scroll;
	
}

#main
{
	width: 996px; /*1008 - 2(1)border - 2(5) margin = 1008 - 12 = 996*/
	height: 558px; /*602 - 2(1) border - 2(5) margin = 602 - 12 = 590*/
	margin: 0 auto;
	border: 1px solid #333333;
	background-color: #A50122;
	position: relative;
	
	text-align: left;
}

#logo
{
	position: absolute;
	bottom: 15px;
	right: 50px;
	width: 104px;
	height: 17px;
	background-image: url(/_images/logo_warner.gif);
	background-repeat: no-repeat;
}

#logo img
{
	width: 102px;
	height: 16px;
}


#nav
{
	position: absolute;
	bottom: 12px;
	left: 30px;
	font: 8pt verdana;
	line-height: 20pt;
	z-index: 100;
}

#nav a
{
	color: #FFF;
	text-decoration: none;
	margin-right: 18px;
	padding-bottom: 3px;
	
	border-bottom: none;
}

#nav a.mainActive, #nav a.mainActive:hover
{
	font-weight: bold;
	border-bottom: 2px solid #FFF;
}

#nav a:hover
{
	border-bottom: 1px solid #FFF;
}


#subnav
{
	position: absolute;
	right: 30px;
	top: 55px;
	width: 160px;
	text-align: right;
	font: 8pt verdana;
	color: #FFF;
}

#subnav_left
{
	position: absolute;
	left: 30px;
	top: 55px;
	width: 160px;
	text-align: right;
	font: 8pt verdana;
	color: #FFF;
}

#subnav a
{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-right: 3px;
	border-right: 2px solid #A50122;
	border-bottom: none;
}

#subnav a.subActive, #subnav a.subActive:hover
{
	font-weight: bold;
	padding-right: 3px;
	border-right: 2px solid #FFF;
}

#subnav a:hover
{
	padding-right: 4px;
	border-right: 1px solid #FFF;
}


#photos, #photos_right
{
	position: absolute;
	top: 30px;
	left: 30px;
	width: 125px;
	height: 400px;
}

#photos_right {
	right: 40px;
	left: auto;
}
#photos img, #photos_right img
{
	width: 125px;
	height: 120px;
	background-color: #FFF;
	margin: 0;
	margin-bottom: 52px;
	border: 1px solid #000;
}

#peopleinfo
{
	position: absolute;
	top: 30px;
	left: 30px;
	width: 170px;
	height: 400px;
	text-align: left;
	
	font-family: trebuchet ms, verdana;
}

#peopleinfo img
{
	border: 1px solid #000;
}

#leftcol
{
	position: absolute;
	top: 30px;
	left: 30px;
	width: 180px;
	height: 500px;
	text-align: left;
	
	font-family: trebuchet ms, verdana;
}

#content, #contentFull, #contentNarrow, #contentFullLeft, #contentFullLeftTop
{
	position: absolute;
	left: 215px;
	top: 52px;
	width: 575px;
	height: 490px;
	
	color: #FFF;
	font-family: Garamond;
	
	overflow: hidden;
}

#contentFull
{
	left: 207px;
	width: 700px;
	line-height: normal;
}

#contentNarrow
{
	left: 230px;
	width: 560px;
}

#contentFullLeft
{
	left: 30px;
	width: 750px;
}

#contentFullLeftTop
{
	top: 10px;
	left: 20px;
	width: 750px;
	height: 532px;
}

a
{
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	text-decoration: none;
}

a:hover
{
	border-bottom: 1px solid #FFF;
}

h1
{
	margin: 0;
	margin-bottom: 15px;
	font-family: garamond;
	font-size: 22pt;
	font-weight: normal;
}

h1 span.smallHeading
{
	font-size: 12pt;
}

h2
{
	margin: 0;
	margin-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

p, li {
	font-size: 9pt;
	text-align: justify;
	/*line-height: 1.4em;*/
	line-height: 12.5pt;
	
	margin: 0;
	margin-bottom: 10px;
}

li
{
	margin-bottom: 5px;
}

td
{
	color: #FFF;
}

div.scrollBoxOuter
{
	overflow-y: scroll;
	overflow-x: hidden;
	height: 400px;
	/*
	scrollbar-base-color: #A5112F; 
	scrollbar-arrow-color: #DAD483;
	*/
}
div.scrollBoxInner
{
	margin-right: 10px;
}

img.floatRight
{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	border: 1px solid black;
}

form
{
	margin: 0;
}
