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

body{
	background:url(images/bkg_main.jpg) repeat-x #d4ecfa;
	margin: 0;
}


#mainFrame{
	width: 900px;
	height: auto;
	margin: 0 auto;
}

#logo{
	background: url(images/bookmark_logo.jpg) no-repeat;
	height:106px;
}


#years{
	background: url(images/bookmark_bkg.jpg) no-repeat;
	height:223px;
	text-align:center;
}

#mainNav{
	background: url(images/bkg_nav.jpg) no-repeat;
	height:237px;
}

#copyright{
	background: url(images/bkg_bottom.jpg) no-repeat;
	height:58px;
}

#leftMain{
	background: url(images/main_left.jpg) no-repeat;
	height:566px;
}

#rightMain{
	background: url(images/main_right.jpg) no-repeat;
	height:566px;
}


#issueThumb{
	width: 300px;
	height: 120px;
	background: #CCCCCC;
	padding: 5px;
	border:#666666 dashed 1px;
	font: Arial, Helvetica, sans-serif;
	font-size:14px; 
}


#wrapper{
	padding: 10px;	
	
}







.mainTxt{
	font:Arial, Helvetica, sans-serif;
	font-size:13px;

}

.txtTiny{
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
	color:#333333;

}


a:link {
  color: #000000;
  text-decoration: none;
  font-size:100%;
  text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
  font-size: 100%;
  text-decoration: none;
}


a:hover {
  color: #09F;
  text-decoration: none;
  font-weight:bold;
  text-decoration: none;
}



a:active {
  color: #000000;
  text-decoration: none;
  font-size:100%;
  text-decoration: none;
}






