body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-size: 76%;
	font-family: Verdana, Arial, Sans-serif;
}
#container {
	width: 765px;
	padding: 0;
	margin: 0;
}
h1 {
	position: absolute;
	background: url("/filter-mini/h1_phonesmousesm.gif") top left no-repeat;
	width: 340px;
	margin: 0;
	padding: 0;
	height: 220px;

}
h2 {
	background: url("h2_latest.gif") top right no-repeat #fff;
	width: 300px;
	top: 40px; 
	float: right;
	width: 600px;
	height: 50px;
	margin: 45px 0 0 0;
	padding: 0;
}
h2#previous {
	background: url("h2_previous.gif") top right no-repeat #fff;
}
h2#contact {
	background: url("h2_contact.gif") top right no-repeat #fff;
}
h2#where {
	background: url("h2_where.gif") top right no-repeat #fff;
}
h2#street {
	background: url("/filter-mini/h2_street.gif") top right no-repeat #fff;
}
h1,h2 {
	text-indent: -5000px;
}
p#footer {
	clear: both;
	color: #6F6D30;
	font-size: .9em;
	margin: 10px 0 10px 30px;
	padding: 5px 0;
	border-top: 1px solid #999;
}

/*NAVIGATION
****************/
ul#nav_primary {
	clear: right;
	list-style: none;
	margin: 0 0 10px 290px;
	text-align: right;
	left: 220px;
	border-bottom: 1px solid;
	padding: 0 0 5px 0;
}
ul#nav_primary li {
	padding: 0 5px;
	margin: 0;
	font-size: .9em;
	display: inline;
}
a {
	text-decoration: none;
}
ul#nav_primary a, ul#nav_preissues a {
	text-transform: uppercase;
}
a:link {
	color: #2F6EBF;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #999
}
a:hover {
	color: #2E4E7F;
	text-decoration: underline;
}

/*Latest Issue
*****************/

fieldset {
	padding: 10px;
	margin: 10px 0 0 0;
	font-size: .8em;
	border: 1px solid #CFCDB5;
}
form {
	padding: 0;
	margin: 10px 0 0 0;
}
input {
	font-size: 1em;
}
input#button {
	width: 2em;
}

#latest_issue {
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
}
#latest_issue img {
	border: 1px solid #CFCDB5;
	margin: 0 0 10px 0;
	padding: 5px;
}
#content_latest{
	margin: 90px 330px 0 30px;
	color: #000;
	padding: 0 0 10px 0;
}
#content_latest p, #content_previous p {
	margin: 10px 0;
	line-height: 1.5em;
	font-size: .9em;
}
#content_latest h3 {
	padding: 10px 0 0 0;
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 0;
}
#content_latest h4.download, #content_previous h4.download {
	text-align: center;
	padding: 10px 0 0 0;
	font-size: 1.1em;
}
#content_latest h4 a:link, #content_latest h4 a:visited, #content_previous h4 a:link, #content_previous h4 a:visited {
	padding: 10px;
	background-color: #2E4E7F;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.2em;
	text-decoration: none;
}
#content_latest h4 a:hover, #content_previous h4 a:hover {
	background-color: #000;

}

#content_latest h4.title {
	border-bottom: 1px solid;
	padding: 0 0 5px 0;
	margin: 10px 0;
	font-size: 1em;
}
/*PREVIOUS ISSUES
**********************/

#content_previous, #content_where {
	float: right;
	width: 460px;
	margin: 0;
	padding: 0;
}

ul#nav_preissues {
	margin: 130px 0 0 40px;
	padding: 0;
	list-style: none;
	width: 230px;
	position: absolute;
}

ul#nav_preissues li {
	padding: 3px 0;
}
#content_previous h3, #content_where h3 {
	padding: 10px 0 0 0;
	text-transform: uppercase;
	font-size: 1em;
	text-align: left;
	margin: 0;
}
#content_previous h4 {
	/*clear: both;*/
	margin: 10px;
}

h4.title {
	text-align: left;
	color: #2A4D7C;
}

#content_previous img {
	float: left;
	margin: 10px 10px 10px 0;
	border: 1px solid #CFCDB5;
	padding: 5px;
}

#content_previous .item_issue {
	clear: both;
	border-top: 1px solid;
	padding: 10px 0;
}

/*mini on the street
************************/

#street {
	float: right;
}

#street img {
	padding: 5px;
	border: 1px solid  #CFCDB5;
	margin: 5px;
}

#street p#intro {
	position: relative;
	left: 215px;
}

p.street_photos {
	padding: 0;
	margin: 70px 0 0 0;
}

/* where to find
*************************/
#content_where dl {
	clear: left;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
}

#content_where h3 {
	border-bottom: 1px solid #D1E5EF;
	padding: 10px 0 5px 0;
}

#content_where dt {
	margin: 0;
	padding: 0 5px 5px 0;
	color: #2A4D7C;
	float: left;
	text-align: right;
	width: 6em;
}

#content_where dd {
	font-size: .9em;
	border-left: 1px solid #D1E5EF;
	margin: 0 0 0 8em;
	padding: 0 0 3px 10px;
}