@charset "UTF-8";
/* CSS Document */

<style type="text/css">

body {
	background-image: url();
	background-repeat: repeat-y;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



#main {
	left:0;
	top:0;
	width:800px;
	height:900px;
	background-image: url(images/websample.png);
	background-repeat: repeat-y;
	z-index:1;
	background-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#mainlarge {
	left:0;
	top:0;
	width:800px;
	height:4200px;
	background-image: url(images/websample.png);
	background-repeat: repeat-y;
	z-index:1;
	background-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#logo {
	height: 57px;
	width: 637px;
	position: relative;
	top: 13px;
	left: 70px;
	float: left;
}

#menu {
	left:0px;
	top:0px;
	width:440px;
	height:22px;
	z-index:1;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: auto;
	float: right;
}

#introtext {
	position:relative;
	width:329px;
	height:331px;
	float: right;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#viewissue {
	position:relative;
	left:0px;
	top:0px;
	width:221px;
	height:353px;
	float: left;
	padding-top: 28px;
}
#text {
	position:relative;
	width:640px;
	height:600px;
	float: left;
	padding-top: 50px;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ACACAC;
	line-height: 25px;
}


#logoleft {
	left:0px;
	top:0px;
	width:40px;
	height:22px;
	z-index:1;
	float: left;
	margin: 0;
}

#pastissues {
	position:relative;
	left:0px;
	top:0px;
	width:210px;
	height:340px;
	float: left;
	padding-top: 10px;
}

#pastissuetitle {
	height: 25px;
	width: 637px;
	position: relative;
	float: left;
	padding-top: 50px;
}

a img {border: none; }

</style>

