/*************************************************************
Porro Associates, LLC Debaters Page style sheet

Written by vitamin
http://www.vitamininc.net/
*************************************************************/


* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #000000 url("/images/d_bkgd.jpg") repeat-x top center;
}

.clear {
	clear: both;
}

div#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 840px;
	height: auto;
}

div#container {
	position: relative;
	width: 840px;
	background: transparent url("/images/denzel.jpg") no-repeat top left;
}

div#lft_col {
	position: relative;
	float: left;
	width: 160px;
	height: 180px;
	background:transparent;
}

div#lft_col h2.download a {
	position: absolute;
	top: 20px;
	left: 30px;
	width: 158px;
	height: 158px;
	background: url("/images/d_production2.jpg") no-repeat 0 0;
	background-image: url(/images/d_production2.jpg);
}

div#lft_col h2.download a:hover {
	background-position: 0 -158px;
}

div#lft_col h2.interview a {
	position: absolute;
	top: 203px;
	left: 30px;
	width: 158px;
	height: 85px;
	background: url("/images/d_interview.jpg") no-repeat 0 0;
	background-image: url(/images/d_interview.jpg);
}

div#lft_col h2.interview a:hover {
	background-position: 0 -85px;
}

div#lft_col span {
	display:none;
}

div#rt_col {
	position: relative;
	float: right;
	padding: 105px 0 0 0;	
	height: 850px;
	width: 360px;
	background: transparent;
	text-align: center;
}

div#rt_col span {
	display:none;
}

div#rt_col ul#pubs {
	position: relative;
	float: left;
	width: 222px;
	padding: 0 0 0 70px;
	list-style: none;
}

div#rt_col ul#pubs li {
	white-space: nowrap;
	display: inline;
}
	
div#rt_col ul#pubs li a {
	display: block;
}

div#rt_col ul#pubs li span {
	display: none;
}

li#pub_wash_post a {
	background: transparent url("/images/d_wash_post.gif") no-repeat center;	
}

li#pub_natjourn a {
	background: transparent url("/images/d_national.gif") no-repeat;	
}

li#pub_wash_bj a {
	background: transparent url("/images/d_wash_bj.gif") no-repeat;	
}

li#pub_examiner a {
	background: transparent url("/images/d_examiner.gif") no-repeat;	
}

li#pub_politico a {
	background: transparent url("/images/d_politico.gif") no-repeat;	
}

li#pub_kojo a {
	background: transparent url("/images/d_kojo.gif") no-repeat;	
}

li#pub_sitelink a {
	background: transparent url("/images/d_clickhere.gif") no-repeat;	
}

li#pub_wash_post a,
li#pub_natjourn a,
li#pub_wash_bj a,
li#pub_examiner a, 
li#pub_politico a, 
li#pub_kojo a { 
	height: 45px;
	width: 222px;
	background-position: 0 -48px;
}

li#pub_wash_post a:hover,
li#pub_natjourn a:hover,
li#pub_wash_bj a:hover,
li#pub_examiner a:hover, 
li#pub_politico a:hover, 
li#pub_kojo a:hover { 
	background-position: 0 0;

}

li#pub_sitelink a { 
	margin-top: 40px;
	height: 48px;
	width: 222px;
	background-position: 0 0;
}

li#pub_sitelink a:hover { 
	background-position: 0 -48px;

}
