/* LAYOUT */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #171717;
	color: #FFFFFF;
	margin-top: 0px;
	}

a {
	color: #FF0000;
	text-decoration: underline;
	}

#wrapper { 
	margin-top: 0px; 
	width: 100%; 
	text-align: center;
	}
	
#featureFlash {
	}
	
#alternateContent {
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align: center;	
	}
	
#archiveWrapper {
	margin: 0px auto;
	padding: 20px;
	width: 1160px;
	height: 260px;
	border: 1px solid;
	border-color:#000;
	background-color: #000;
	background-image : url(/features/images/archiveBG.jpg);
	background-position : top;
	background-repeat : repeat-x;
	position: relative;
	}
	
#archiveWrapperSml {
	margin: 0px auto;
	padding: 20px;
	width: 930px;
	height: 260px;
	border: 1px solid;
	border-color:#000;
	background-color: #000;
	background-image : url(/features/images/archiveBG.jpg);
	background-position : top;
	background-repeat : repeat-x;
	position: relative;
	}

.archiveYear {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #222222;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	float: left;
	}
	
.issueBox {
	margin-right: 8px;
	padding: 5px 5px 5px 5px;
	width: 270px;
	height: 180px;
	border: 1px solid;
	border-color:#000;
	background-color: #373737;
	background-image: url(/features/images/issuesBG.jpg);
	background-repeat : repeat-x;
	float: left;
	position: relative;
	}

.issueRow {
	clear: both;
	}

.cover {
	margin-bottom: 12px;
	}

.issueName {
	font-size: 12px;
	padding: 0px 2px 0px 0px;
	float: right;
	}

.launchBut {
	margin-top: -1px;
	padding-left: 4px;
	float: left;
	}

.launch {
	font-size: 12px;
	color: #FFF;
	padding-left: 2px;
	position: relative;
	float: left;
	clear: both;	
	}
	
.launch a {
	color: #FFF;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	

