/* *****************************
	Stylesheet for Mesh and Lace
	by Belay Development
	Created MT, 02/2008
****************************** */



/* GENERAL 
******************************* */

body,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote { 
	margin:0;
	padding:0;
	border: 0;
}

body,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,p,blockquote { 
	line-height: 1.5em;
}

select {min-width: 1.5em;}	/* Firefox Fix */

* {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.rollover {cursor: pointer;} /* Use this class on an img or input to have it swap on/off folders in path */

a img {border: 0;}

.png {behavior: url("/includes/pngbehavior.htc");} /* For non-background transparent PNGs */

.clear {clear: both;}

/* LAYOUT
*********************** */

body {
	background: #F49A9A;
	text-align:center;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
}

#bg_left {
	background: #F49A9A;
}

#bg_right{
	background: url(/media/bg_right.jpg) #F49A9A repeat-x;
}

#main {
	width: 734px;
}

/* Home Page */

#home {
	background: #F49A9A;
	width: 734px;
}

#home_content {
	background: url(/media/bg_home.jpg) #F49A9A no-repeat;
	height: 357px;
	width: 734px;
}

#home_content td{
	vertical-align: top;
}

#girls {
	padding: 26px 0 0 84px;
	height: 177px;
}

#news {
	padding: 65px 50px 0 24px;
	height: 177px;
}

#news h1{
	color: #cc462d;
	font-size: 11px;
	line-height: 1.1em;
}

#news p{
	font-size: 11px;
	line-height: 1.1em;
}

#footer {
	color: #ffffff;
	font-weight: bold;
	padding: 17px 0 5px 3px;
}

#footer a{
	color: #ffffff;
	font-weight: bold;
	padding-left: 8px;
}

/*  Internal Pages */

#about {
	width: 734px;
	background: url(/media/border_middle.jpg) repeat-y;
}

#about table{
	padding: 10px 40px 0 33px;
	
}

#about p{
	padding: 5px 22px 0 0;
	line-height: 2em;
}

#gallery {
	background: url(/media/border_middle.jpg) repeat-y;
	width: 734px;
}

#gallery table{
	margin: 0 0 0 54px;
}

.thumb {
	padding: 0 50px 40px 0px;
}

.thumb div{
	text-align: center;
}

.pdf_thumb {
	padding-bottom: 8px;
}

.pdf_thumb img {
	border: 1px solid #f69999;
}

