/*---------------------------------------------------------------------------
LAUREL TREE STYLES
version: 	1.1
author:	Angelsmith Photography
email:		karalee@angelsmithphotography.com.au
website:	http://www.angelsmithphotography.com.au
------------------------------------------------------------------------------ */

/*   BODY ELEMENTS------------------------------------------------------------------------*/

BODY { 
	font-family:Arial,Helvetica,sans-serif; 
	line-height:135%;
	margin-top:2%; 
	text-align:center;
	min-width:888px;
	xbackground:#c09698;
	background:#d2b5b4;
	}

	
/*   KEY DIV ELEMENTS --------------------------------------------------------------------------*/

#wrapper {
	position:relative; /* Relative positioning here ensures cross-compatibility between IE and Firefox. */
	width:900px;
	height:551px;
	margin:0px auto;
	border:0;	
	text-align:left;
	overflow:hidden;
}

#polaroidFrame {
	border-left:6px #C59D9B solid;
	border-right:6px #C59D9B solid;
	border-top:6px #C59D9B solid;
	border-bottom:6px #C59D9B solid;
	xbackgroundwhite:#E3DFD4;
	overflow:hidden;
	/* ------ This is the frame for the 750px/456px content holder.  DO NOT specify dimensions to parent; will cause box rendering bug in IE. ------  */
}

#menuContainer {
	border:0;
	height:30px;
	width:888px;
	position:absolute;
	top:515px;
}

#menuItems {
	border:0;
	height:16px;
	text-align:center;
	top:10px;
	width:815px;
	position:relative;
}

#menuItems img {
	border:0;
	margin-right:50px;
}

#header img {
	border:0;
}

.xgallery {
	display:block;
	width:255px;
	height:54px;
	background:#BF9680;
	margin-top:10px; 
	margin-left:10px;
}

.gallery {
	display:block;
	width:110px;
	height:121px;
	background:#fff;
	text-align:center;
	margin-right:5px;
	margin-bottom:10px;
}

.galleryimg {
	border:0;  
}

/*   SUB DIV ELEMENTS --------------------------------------------------------------------------*/

#contentContainer {
	width:888px;
	height:539px;
	border:0;
	float:left;
}

/*   TYPOGRAPHY ---------------------------------------------------------------------------*/

p, div, td {
	font-family:Arial,Helvetica,sans-serif; 
	font-size:11px; 
	color:#613c4e; 
	line-height:135%; 
	text-align:justify;
}

#maintext {
	font-family:Arial,Helvetica,sans-serif; 
	font-size:12px; 
	color:#613c4e; 
	line-height:135%; 
	text-align:justify;
	width:434px;
	height:320px;
	margin-left:263px;
	margin-top:170px;
}

#keywords {
	font-size:1px; 
	font-family:Arial,Helvetica,sans-serif; 
	margin:0px; 
	color:#bfcfb5;
	text-align:center;
}

#copyright {
	font-size:10px; 
	font-family:Arial,Helvetica,sans-serif; 
	margin:0px; 
	color:#C59D9D;
	text-align:left;
}

.title {
	font-size:20px; 
	font-family:Arial,sans-serif; 
	color:#9b5a6e; 
	font-weight:bold;
}

.price {
	font-size:11px; 
	font-family:Arial,sans-serif; 
	color:#fff; 
	font-weight:bold;
}

.highlight {
	background:#AA9E8E;
	margin-top:15px;
	padding:10px;
}

a.gallerytitle {color:#9b5a6e; font-weight:bold; font-size:11px; font-family:Arial,Helvetica,sans-serif; text-align:left;}
a.gallerytitle:hover {color:#9b5a6e; font-weight:bold; font-size:11px; font-family:Arial,Helvetica,sans-serif; text-align:left;}

.transimg {
	border:0;
	cursor:default;
	width:1px;
	height:1px;
}