/* CSS Document */
* {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

body{
	background: white;
	color: #000000;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 10px;
}

#container{
	border: 1px solid #aaaaa9;
	clear: both;
	min-height: 685px;
	margin: 0 auto;
  margin-bottom: -10px;
	width: 742px;
}

#header, #subheader{
	clear: both;
	margin: 0;
	width: inherit;
}

#header{
	background: url(/images/v3/hdr_masthead.jpg) no-repeat;
	clear: both;
	height: 134px;
	margin-bottom: 10px;
}

#subheader{
	background: url(/images/v3/hdr_banner.gif) no-repeat;
	clear: both;
	height: 17px;
}

#content, #content2{
	float: left;
	min-height: 515px;
	vertical-align: top;
	padding-top: 10px;
}

/* Rt. Column Styles */
#content{
	background: url(/images/v3/caption_best_place.gif) bottom left no-repeat;
	border-left: 1px solid #bdbdbe;
	color: #666666;
	width: 306px;
}

/* Left Column Styles */
#content2{
	padding: 10px 0 17px 2px;
	width: 433px;
}

#content p{
	font-size: 12px;
	line-height: 13px;
	margin: 0 10px 10px 10px;
	text-align: left;
	width: 290px;
}

#past_issue_container, #current_issue_container{
	float: left;
	display: inline;
	margin: 0;
}

#past_issue_container{
	width: 118px;
	margin: 0 10px;
}

#past_issue_container .past_issue{
	width: 118px;
	height: 161px;
	margin: 0 0 10px;
	clear: both;
}

#current_issue_container{
	width: 256px;
}

.current_issue{
	border: 0;
	float: left;
	height: 342px;
	width: 256px;
	clear: both;
	margin-bottom: 13px;
}

#media_kit_link{
	clear: both;
	height: 102px;
	margin-bottom: 10px;
	width: 256px;
}

#contact, #distribution{
	float: left;
}

#distribution{
	width: 193px;
}

#contact{
	margin: 54px 60px 0 10px;
	width: 246px;
	float: left;
	clear: both;
}

#contact h5{
	background-color: #c31f41;
	color: #FFFFFF;
	font-size: 13px;
	height: 18px;
	padding: 1px 0 0 0;
	margin-bottom: 5px;
}

#contact p{
	font-size: 12px;
	margin: 0 0 7px 0;
}

#contact p span{
	color: #000000;
}

#contact p a{
	color: #666666;
	text-decoration: none;
}	

#footer{
	background-color: #c31f41;
	clear: both;
	height: 29px;
	margin: 3px auto;
	width: 741px;
}

#copyright{
	clear: both;
	height: 15px;
	margin: 0 auto;
	width: 745px;
}

#copyright span{
	color: #000000;
	font-size: 9px;
}


