body{
	margin: 0;
	background: #f4f4f4 url(../images/bg3.jpg) repeat-x 0 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #696363;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}

h2 {
   color:#000000;
}

h2 a{
   text-decoration:none;
   color:#000000;
}

h2 a:hover{
   text-decoration:underline;
   }
   
.photos {
	float: left;
	width: 166px;
	height: 166px;
	border: 1px solid #7e7b7b;
	margin: 0 10px 10px 0;
	text-align: center;
	overflow: hidden;
}

.photorow {
   width:498px;
}


.photo-frame {
	width: 323px;
	height: 430px;
	background: url(../_images/photo-frame.gif) no-repeat 0 0;
}

.small-cover {
	float: left;
	width: 103;
	height: 140;
	border: 1px solid #7e7b7b;
	margin: 0 0px 0px 0;
	text-align: center;
	overflow: hidden;
}

.med-cover{
	border:2px solid #757373;
    height:235px;
	margin: 0 0px 0px 0;
    overflow:hidden;
    padding:1px;
    width:173px;	
	/*background: #FFFFFF;*/
}

.med-cover a {
	float: left;
	height: 235px;
	width: 173px;
	padding: 2px;
}
.med-cover a:hover {
	background: #FF6600;
}

.title {
	text-align:left;
	font-size:13px;
	color:#CCCCCC;
	font-weight:bold;
	text-transform:uppercase;
	background:#666666;
	padding:0x 0px 20px 0px;

}

.model {
	text-align:center;
	font-size:11px;
	color:#FF6600;
    line-height:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin: 1px 2px 0px 0px;
	background:#333333;
	padding:1px 0px 1px 0px;
}

.model A:link {
	color: #FF6600;
	text-decoration: none;
}
.model A:visited {
	color: #FF6600;
	text-decoration: underline;
}
.model A:hover {
	color:#FF6600;
	text-decoration: underline;
}

.cover-title {
	text-align:center;
	font-size:10px;
	color:#ffffff;
    line-height:11px;
	font-weight:normal;
	text-transform:normal;
	border: 1px solid #333333;
	background:#666666;
	padding:2px 5px 1px 10px;

}

h3{
   font-size:12px;
   line-height:13px;
   padding:1px 0 0 8px;
   color:#fff;
}

.photobox {
	width: 283px;
	height: 382px;
	border: 1px solid #f4f2f2;
	float: left;
	margin: 0px 0px 0 19px;
	display: inline;
}
.photobox a {
	float: left;
	width: 275px;
	height: 374px;
	padding: 4px;
}
.photobox a:hover {
	background: #d90c0c;
}

.copyright {
	font-family: Verdana;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	text-align: center;
}
.copyright A:link {
	color: #666666;
	text-decoration: underline;
}
.copyright A:visited {
	color: #666666;
	text-decoration: underline;
}
.copyright A:hover {
	color:#666666;
	text-decoration: none;
}