body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ffffff;
	margin:0px;
}
a img{
	border:none;
}
/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 905px;
	text-align: left;
	margin:0px auto;
	background-image:url(../images/content-bg-m.gif);
	background-position:center top;
	background-repeat:repeat-y;
}
#header{
	clear:both;
	border-bottom:2px solid #003366;
	height:100px;
	background-image:url(../images/top-nav-bg-m.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	position:relative;
}
#header-warp{
	background-image:url(../images/bg_02-m.png);
	background-position:top;
	height:292px;
}
.content{
	clear:both;
	padding:10px 70px;
}
.photo-main{
	clear:both;
	padding:10px 0px;
}

.album-main-photo{
	padding-bottom:11px;
	_padding-bottom:8px;
	vertical-align:top;
	background-image:url(../images/photo-shade-m.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.photo-title{
	text-align:center;
	padding:10px 0px;
	color:#b35900;
}
.photo-title span{
	color:#000000;
}
.footer{
	clear:both;
	background-image:url(../images/footer-m.gif);
	background-position:top center;
	background-repeat:no-repeat;
	padding-bottom:30px;
}
.footer-left{
	width:400px;
	padding-left:70px;
	padding-top:30px;
	font-weight:bold;
}
.footer-left span{
	color:#FFFFFF;
}
.footer-left a{
	color:#FFFFFF;
	text-decoration:none;
}
.footer-left a:hover{
	color:#000000;
}
.hurryup{
	width:300px;
	text-align:center;
	padding-right:30px;
	padding-top:20px;
	font-weight:bold;
}
.hurryup span{
	color:#FF0000;
	text-decoration: blink;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.wdt1{
	width:220px;
}
.marg-rt1{
	margin-right:30px;
}
.home-search{
	padding-left:10px;
	width:400px;
	height:30px;
	float:right;
}
.search-input{
	width:200px;
	border:1px solid #ccc;
}
.pagination {
	padding: 3px;
	margin: 3px;
}
.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #3C3B3B;
	text-decoration: none; /* no underline */
	color: #C98B20;
}
.pagination a:hover, .pagination a:active {
	border: 1px solid #C98B20;
	color: #C98B20;
}
.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #3C3B3B;
	font-weight: bold;
	background-color: #3C3B3B;
	color: #FFF;
}
.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #ccc;
	color: #555555;
}

/********************************************
   Clear Fix
********************************************/ 
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
