a.button {
	display: block;
	background-color: transparent;
	background-image: url(/images/Template/blankbutton1.jpg);
	background-repeat: no-repeat;
	width: 207px;
	height: 33px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	line-height: 33px;
	color: black;
}

a.left_nav {
    float: left;
}

a.right_nav {
    float: right;
}

div.search {
	display: block;
	padding: 20px 0 0 20px;
}

td.world {
    padding: 0 10px 0 10px;
}

a.issueCover {
	color: black;
    text-decoration: none;
}

a.issueCover:hover {
    color: white;
}

div.coverImage {
    display: none;
}

h4.frontPage {
    margin-bottom: 0;
}