/* CSS Document */
html{
	height:100%;
	margin:0;
	padding:0;
}
body{
	background-color: #FFCCFF;
	height:100%;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

#container{
	width:639px;
	height:auto;
	margin:0 auto;
	padding:0;
}
p{
padding:0;
margin:0 0 5px 0;
}
#top{
	width:639px;
	height:237px;
	background-color: #FFF;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
#face{
	float:left;
	width:239px;
	height:237px;
	background-image: url(images/banner1_01.jpg);
}
#itsagirl{
	float:left;
	width:400px;
	height:237px;
	background-image: url(images/banner2_02.gif);
}
#main{
	float:left;
	width:619px;
	height:auto;
	background-color: #FFF;
	padding-left:20px;
	margin:0;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;

}
.nextpage{
	float:right;
	font-size: 10px;
	color: #cccccc;
	padding:0;
	margin-top:0;
	margin-right:5px;
	display: block;
}
.nextpage a {
	color: #666666;
	text-decoration: none;
}
.nextpage a:hover {
	text-decoration: underline;
}
.columnone{
	width:151px;
	height:auto;
	float:left;
	padding:0;
	margin:0;
}
.smallbox{
	width:131px;
	height:auto;
	float:left;
	border:1px solid #cccccc;
	margin-top:5px;
	margin-bottom:5px;
	padding:10px;
}
.smallbox ul{
	padding:15px;
	margin:0;

}
.smallbox li{
	padding:0;
	margin:0;

}

.block{
	width:133px;
	height:60px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	padding:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-image: url(images/block.gif);
	text-align: center;
	background-repeat: no-repeat;
	font-weight: bold;
}
.columntwo{
	width:431px;
	height:auto;
	float:left;
	padding:0;
	margin-left:10px;
	margin-top:0;
}
.heading{
	float:left;
	width:421px;
	height:auto;
	border:1px solid #cccccc;
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
	font-size: 14px;
}
.gallery{
	width:431px;
	height:auto;
	float:left;
	border:1px solid #cccccc;
	padding:0 0 5px 0;
	margin:0;
	list-style: none;
}
.gallery a{
	margin:0;
	padding:0;
	text-decoration:none;
}
.gallery a:hover img{
	width:129px;
	height:101px;
	position: relative;
	top: 9px;
	left:-3px;
	margin:0;
	padding:0;
	text-decoration:none;
	z-index: 1;
}
.gallery a:hover .tall{
	height:127px;
	width:100px;
	position: relative;
	top: -3px;
	left:12px;
	margin:0;
	padding:0;
	text-decoration:none;
	z-index: 1;
}
.gallery ul{
	padding:0;
	margin:0;
	list-style:none;
}
.gallery li img{
	width:84px;
	height:65px;
	position: relative;
	top: 30px;
	left: 22px;
	border:2px solid #fff;
}
.gallery .tall{
	height:84px;
	width:65px;
	position: relative;
	top: 20px;
	left: 29px;
	border:2px solid #fff;
	padding:0;
	margin:0;
}
.gallery .larger{
	height:271px;
	width:271px;
	padding:2px;
	margin-top:5px;
	margin-left:5px;
	float:left;
	border:2px solid #FFCCFF;
}
.gallery li{
	width:127px;
	height:127px;
	background-color: #FFCCFF;
	float:left;
	margin-top:5px;
	margin-left:5px;
	padding:5px;
}
.gallery .large{
	width:269px;
	height:269px;
	background-color: #FFCCFF;
	float:left;
}
.footer{
	float:left;
	font-size: 10px;
	color: #cccccc;
	color:#FFCCFF;
	padding:0;
	margin-top:0;
	margin-right:5px;
	display: block;
}
.footer a {
	color: #666666;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: underline;
}
