@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%; 
}

body {
	background-color:#120801;
	margin: 0px;
	padding:0px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
}

a {
	color:#c91a20;
	font-weight:bold;
	font-size:12px;
}

a:link {
	color:#c91a20;
	text-decoration:none;
}

a:visited {
	color:#95050a;
	text-decoration:none;
}

a:hover {
	color:#95050a;
	text-decoration:none;
}

a:over {
	color:#95050a;
	text-decoration:none;
}

p {
	margin-top:0px;
	margin-bottom:5px;
	line-height:20px;
}

h1 {
	font-size:16px;
	font-weight:bolder;
	color:#c91a20;
}

/* LAYOUT */

#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}
 
#inner {
  width: 100%;
  height: 650px;
  position: absolute;
  top: -350px;
  background-image:url(../images/imgLeatherBackground2.jpg);
  background-position:center;  
  padding:25px 0px;
}

#content {
  padding:10px;
  text-align:left;
	
}

ul {
list-style:disc;
}


li {
margin-bottom:10px;
}


h2 {
font-size:12px;
font-weight:bolder;
color:#c91a20;
margin:0px;
}

ul.awards {
list-style:disc;
margin:0px;
}

li.items {
margin-bottom:0px;
margin-left:0px;
}


/* PROFILES */

img.profile {
	padding:5px 5px;
}

img.portrait {
	padding:0px 10px 10px 0px;
}

a.indent {
	padding-left:10px;
}

/* AUDIENCE */

p.source {
	font-size:12px;
	margin-top:15px;
	margin-bottom:10px;
}

/* DIGITAL */

p.digital {
	font-size:9.5px;
	line-height:11px;
}

p.terms {
	line-height:10px;
	font-size:9px;
	text-align:left;
}

p.tv {
	font-size:12px;
	line-height:12px;
}