@charset "utf-8";

body {
	color: #69787c;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 0.85em;
	margin-top: 0px;
	background-attachment: scroll;
	background-image: url(images/bg_hex.jpg);
	background-repeat: repeat;
}
h1 {
	font-size: 1.4em;
	color: #b1000d;
}
h2 {
	font-size: 1.2em;
	color: #b1000d;
}
h3 { 
	font-size: 1.0em;
	color: #b1000d;
}
h4 { 
	font-size: .85em;
	color: #b1000d;
}
img {
	border:none;
}

#whiteFade {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1200px;
	background-image:url(images/white_fade.png);
	background-repeat: repeat-y;
	background-position: center top;
	overflow:auto;
}
#lines {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 1180px;
	overflow:auto;
	background-image: url(images/background_lines.png);
	background-repeat: no-repeat;
	background-position: center 17px;
}
#spatter {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1180px;
	background-image: url(images/spatter_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:auto;
}

#content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	overflow:auto;
}
#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	height:115px;
	padding-top:15px;
}
#girlsHome {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width:866px:

}
#girl_image {
	width: 160px;
	float: left;
}

#girl_info {
	width: 820px;
	float: left;
	padding-left:10px;
	padding-right:10px;
	margin-bottom: 20px;
}
#current_image {
	width: 850px;
	height: 550px;
	float:left;
	text-align:center;
}
#image_menu {
	width: 150px;
	height: 550px;
	float:left;
	text-align:center;

}
#image_menu img{
	padding-top: 10px;
}
#gallery {
	background-image: url(images/gallery_bg.gif);
	background-repeat: no-repeat;
	background-position: 650px -6px;
}

#galIndex img{
	padding: 20px;
}
#preloadImages {
	display:none
}
#footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #dce6e2;
	font-size: .8em;
	width: 600px;
	text-align: center;
	padding-left: 200px;
	line-height: 1.6em;
}
#footer a {
	padding-right: 10px;
	color: #69787c;
}


.red {
	color: #b1000d;
}
.bluegrey {
	color: #69787c;
}
.leftImg {
float: left;
padding-right: 20px;
}

#clear {
clear:both;
}


