body{
	background: #ffffff;
	padding:0px;
	margin:0px;
	height: 1000px;
	color:#333333;
}

a img{
	border:none;
	outline:none;
}

#header{
	padding:0px;
	padding-top:5px;
	border:solid #333 0px;
	height:60px;
	width:1000px;
	margin:0 auto;
	margin-bottom:10px;
}
#header img {
	float:left;
}

#header .header_ddl{
	border:solid #333 0px;
	width:280px;
	position:relative;
	top:-25px;
	float:right;
}
#header span{
	font-weight:600;
	font-size:9px;
	font-family:Verdana;
	line-height:18px;
	margin-bottom:3px;
}

#AdChooserDDL{
	width:200px;
	font-family: Verdana;
	font-weight:100;
}

#header .title_date{
	border:solid #333 0px;
	width:85%;
	position:relative;
	top:15px;
}

#header h1 {
	border:solid #333 0px;
	color:#FF2A00;
	font-weight:900;
	font-style:italic;
	font-size:18px;
	width:400px;
	margin:0 auto;
	
	font-family: verdana;
	letter-spacing:2px;
}

.nav_wrap{
	width:1000px;
	margin:0px auto;
	border:solid #333 0px;
}

#nav {
	border:solid 0x #ccc;
	float:left;
	width:360px;
}

#nav ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

.resizer{
	position:relative;
	top:-5px;
	border:solid 0px #ccc;
}

.resizer a{
	background-color:#ffffff;
}

.page_count{
	border:solid 0px #ccc;
	font-weight:300;
	width:150px;
	float:left;
	margin-left:5px;
	margin-top:10px;
}

.main{
	width:1000px;
	margin:0px auto;
	border:solid #333 0px ;
}

.page{
	border:solid  0px #CCC;
	margin:15px auto;
	padding:20px 0px 25px 0px;
	text-align:center;
	background-color:white;	

}

._current{
	margin-top:15px;
}

.page img{
	margin:0 auto;
}

.mag {
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.7); 
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.7); b
	ox-shadow: 0 0 20px rgba(0,0,0,0.7); 
}

.loading { 
	background: #fff url('loading-lightbox-demo.gif') no-repeat 50% 25%;
	height:900px;	
}

a.ad_red
{
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	display: inline;
	background-color: #FFFFFF;
	padding: 0px 2px 0px 2px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
}
a.ad_red:visited
{
}
a.ad_red:hover
{
	border-color:#134674;
	background-color:#EEEEEE;
}
a.ad_red_selected
{
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	display: inline;
	height: 12px;
	width: 80px;
	background-color: #EEEEEE;
	padding: 0px 2px 0px 4px;
	border-style: solid;
	border-color: #134674;
	border-width: 1px;
}
a.ad_red_selected:visited
{
}