/* CSS Document */

body {
	background-color: #000;
	background-image: none;
	overflow: scroll;
	overflow-x: hidden;
}

#girl_container {
	width: 940px;
	background-image: url(../img/girl/bg_girl2.jpg);
	background-repeat: no-repeat;
	height: 585px;
	margin-right: auto;
	margin-left: auto;
}
#girl_left {
	width: 312px;
	float: left;
	padding-top: 85px;
	padding-left: 18px;
}
#photoBIG {
	border: 2px solid #666;
}
#girl_right {
	float: left;
	padding-top: 110px;
	margin-right: 20px;
}
#girl_prof {
	height: 40px;
	margin-bottom: 31px;
	width: 500px;
	line-height: 1.2;
	margin-left: 60px;
	font-size: 24px;
}
#girl_prof span {
	font-size: 32px;
}
#girl_com {
	width: 530px;
	margin-left: 35px;
	height: 116px;
	margin-bottom: 34px;
	overflow: auto;
	padding: 3px;
	line-height: 15px;
}
#girl_name {
	font-weight: bold;
	color: #FC0;
}
#thum_container {
	width: 540px;
	margin-left: 35px;
	padding-left: 5px;
	height: 115px;
	overflow: hidden;
	margin-bottom: 56px;
}
#thum_container .thum {
	float: left;
	cursor: pointer;
	border: 2px solid #343434;
	margin-right: 5px;
	display: block;
	height: 105px;
	width: 70px;
	padding-right: 10px;
}
#girl_footer {
	clear: left;
	padding-top: 60px;
}
#schedule_wrapper {
	padding-top: 100px;
}
#schedule_container {
	font-size: 12px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	margin-left: 25px;
	width: 560px;
}
.schedule {
	float: left;
	width: 80px;
	text-align: center;
}
.date {
	color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #333;
}
.sun {
	background-color: #8b0000;
}
.sat {
	background-color: #00F;
}
.time {
	font-size: 11px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	padding-top: 3px;
	padding-bottom: 3px;
}
