body, html {
  	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	font-size: 11px;
	line-height: 1.4em;
	color: #000000;
	font-family: Lucida Sans, Helvetica, Arial, sans-serif;
	/*
		http://www.codestyle.org/css/font-family/FAQ.shtml#lucidafrequency
	*/
}
h1 {
	margin: 18px 0 4px 0;
	padding: 0;
	line-height: 1.2em;   
	letter-spacing: -0.01em;
	font-size: 15px;  
	font-weight: bold;
	color: #333333;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}  
h3 {
	margin: 0;
	padding:7px 0 4px 0;
	line-height: 1.2em;
	letter-spacing: -0.01em;
	font-size: 13px;
	font-weight: bold;
	color: #C4161C;
}
p {
	padding: 0 0 4px 0;
	margin: 5px 0 16px 0;
}
p .strong {
	font-weight: bold;
	color: #000000;
}
a, a:visited, a:active {
	color: #0094DE;
	text-decoration: underline;
}
a:hover {
  	color: #000000;
}
a img {
  	border: 0;
}
.buttonRight {
	float: right;
}

.clearer {
  	clear: both; 
	height: 0px;
	overflow: hidden;
} 
div.shitIE {
  font-size: 0.01em;
}

/*  ************************************************************************ 
 *   LAYOUT ELEMENTS      
 *  ************************************************************************ */
#frame {
  	width: 760px;
	margin: 0 auto;
	padding: 12px 0 10px 0;
	text-align: left;
}
#top {
	position: relative;
	height: 103px;
	background: url(/images/layout/logo.gif) 0px center no-repeat;
}
#top .nextIssue {
	position: absolute;
	top: 3px;
	left: 649px;
}
#pic {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 7px 0;
}

#main {
	margin-top: 3px;
	border-top: 5px solid #000000;
}

#leftCol {
	float: left;
	width: 183px;
}  
#mainCol {
	float: left;
	width: 577px; 
	background: url(/images/layout/maincol_bg.gif) repeat-y;
}

#leftCol .curIssueTitle {
	background: #000000;
	padding: 3px 0 6px 0;
	margin-bottom: 19px;
	text-align: center;
}
#mainCol .mainTitle {
	border-bottom:  1px solid #999999;
	padding: 15px 0 15px 22px;
	background: #ffffff;
}
#mainCol .content {
	float: left;
	width: 391px;
	margin: 0 12px 0 20px;
}
#mainCol .box {
	float: left;
	width: 154px;                                  
	background: #E9E9E9; 
	text-align: center;
}     
#mainCol .box .boxPic {
	margin: 10px 0 15px 0;
}



/*  ************************************************************************ 
 *   FOOTER    
 *  ************************************************************************ */
#footer {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 20px 0 5px 0;
	padding: 9px 0 5px 0;
	/*
	background: url(/images/layout/footer_bullet.gif) 12pc center no-repeat;
	font-size: 14px;
	letter-spacing: -0.01em;
	font-weight: bold;
	text-align: left;
	color: #000000;
	*/
}
#footer .contact {
	color: #999999;
}
#footer a, #footer a:visited, #footer a:active {
  	color: #666666;
	text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

#copyright {
	padding: 3px 0;
	font-size: 10px;
	color: #999999;
	text-align: right;
}
