html {background-color:#f0f0f0;}
body{
	font:72.5%/1.6em Arial, Helvetica, sans-serif;
	color:#333333;
}
h6{
	padding-left:5px;
	font-weight:bold;
	font-size:12px;
	display:inline;
}
#wrapper {
	border: 1px solid #999999;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#3C3C3C;
	width:700px;
	background-color:#fff;
}
#navheader{ text-align:center;padding:5px 2px;}
#artIndex_wrapper {
	border:1px solid #999;
	background:url(../images/InsideIssue_bg.png) repeat-x bottom #fff;
	width:680px;
	margin-left:auto;
	margin-right:auto;
	padding:3px;
}
#artIndex_listing {
	width:677px;
	margin:auto;
	padding-bottom:5px;
	line-height:12px;
}
#artIndex_listing a{
	font-weight:normal;
}
#index_categories {
	padding-left:30px;
	margin-top:5px;
}
#index_other{
	padding-left:30px;
	margin-top:5px;
}
#index_categories a,#index_other a{
	text-decoration:none;
	display:inline;
/*	background:no-repeat url(../images/check.png);*/
	background-position:-25px 0;
	line-height:15px;
	padding-right:25px;
}
#index_categories a:visited,#index_other a:visited{
/*	background-position:100% 50%;  */
	color:#666;
	font-style:italic;
}
#index_categories a:hover,#index_other a:hover{
	background-color:#003c58;
	text-decoration:underline;
	color:#fff;
}
a { color:#000000;font-weight:bold;}
a:visited{	color:#666;font-style:italic;text-decoration:underline;}
a:hover{ 	background-color:#003c58;text-decoration:underline;color:#fff;}
a:active{}
#footer {
	margin-top:5px;
	text-align:center;
	background:url(../images/Footer.jpg) no-repeat center #fff;
	color:#000;
	font-size:10px;
	height:53px;
	padding-top:.25em;
}
.alpha-shadow {
  background: url(../images/shadow1.gif) no-repeat bottom right;
  margin: 10px 10px 0 10px !important;
  margin: 10px 5px 0 5px;
}

.alpha-shadow div {
  background: url(../images/shadow2.png) no-repeat left top !important;
  background: url(../images/shadow2.gif) no-repeat left top;
  padding: 0px 5px 5px 0px !important;
  padding: 0px 5px 2px 0px;
}

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
}
.right{
	float:right;
}
.left{
	float:left;
}
.clear{
	clear:both;
}
.mar_left_bottom_10{
	margin:0 0 10px 10px;
}
.mar_right_bottom_10{
	margin:0 10px 10px 0;
}
