body{
margin:0;
padding:0;
height: 100%;
font-family:Arial, Helvetica, sans-serif;
}

a:link {
COLOR:#030;
}
a:visited {
COLOR:#900;
}
a:hover {
COLOR:#006;
}

#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/

}
#topsection{
background: #ffffff;
height: 100px; /*Height of top section*/
width:1000px;
}



/*spacing for page*/

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
text-align:center;
}
#contentwrapper{
float: left;
width: 1000px;
}

#contentcolumn{
margin: 0 0 0 0; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
max-width: 1000px;
float:left;
}


/*body content styles*/

#leftcolumn{
	margin: 0;
	float:left;
	width:580px;
}
#spacecolumn{
	margin: 0;
	float:left;
	width:20px;
}
#rightcolumn{
	margin: 0;
	float:right;
	width:400px;
}

#spacerow{
	margin:0;
	float:left;
	width: 960px;
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	height:15px;
	border-top: 1px dotted #6C6; 
}

#spacerow_leftonly{
	margin:0;
	float:left;
	width: 580px;
	margin-top:10px;
	height:15px;
}
#spacerow_rightonly{
	margin:0;
	float:left;
	width: 400px;
	margin-top:10px;
	height:15px;
}

/*tagline with social media and issue data*/

#announcement{
	float:left;
	width:400px;
	height:25px;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:15px;
	text-transform:uppercase;
	text-align:center;
	color:#900;
	padding-bottom:3px;
}

#tagline{
	float:left;
	width:425px;
	height:25px;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	text-transform:uppercase;
	text-align:right;
	color:#900;
	padding-bottom:3px;
}
#socialmedia {
	float:right;
	text-align:right;
	width:125px;
	height:25px;
	padding-bottom:3px;
}



#volume{
	float:left;
	width:490px;
	height:25px;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	color:#900;
	padding-bottom:3px;
}

#issue_left{
	float:left;
	width:280px;
	color:#000;
	font-weight:bold;
	text-align:left;
	padding:5px;
	border-bottom:#030 solid thin;

}

#issue_right{
	float:left;
	width:280px;
	color:#000;
	font-weight:bold;
	text-align:right;
	padding:5px;
	border-bottom:#030 solid thin;

}

.enter{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#030;
}

/* FOOTER */
#footer{
background: #ffffff;
height: 30px; 
width:1000px;
}


#copyright{
	float:left;
	width:500px;
	height:25px;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	color:#CCC;
	padding-bottom:3px;
}
#left_foot_blank {
	float:left;
	width:250px;
	height:25px;
	padding-bottom:3px;
}
#right_foot_blank {
	float:left;
	text-align:right;
	width:250px;
	height:25px;
	padding-bottom:3px;
}
