@charset "UTF-8";
/* CSS Document */
* {margin:0px; padding:0px;}

html,body {	
	background: url(images/bg.jpg) repeat-x #AA77A6;
	color:#FFF;
	font-size:14px;
	line-height:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#splashbox {
	width:100%;
	margin:auto;
	border:3px solid #b580ae;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#9d538e url(images/contentbg.jpg) repeat-x;
	-moz-box-shadow: 5px 5px 5px #444;
	-webkit-box-shadow: 5px 5px 5px #444;
	box-shadow: 5px 5px 5px #444;
}

#container {
	width:980px;
	margin:0px auto 15px auto;
	/*background:url(images/banner2.gif) 0px 160px no-repeat;*/
}
#top {
	background:url(images/banner.gif) 450px 0px no-repeat;
	height:140px;
}
#banner{
	background:#9d538e url(images/contentbg.jpg) repeat-x;
	height:420px;
}
#banner img {	
	-moz-box-shadow: 5px 5px 5px #444;
	-webkit-box-shadow: 5px 5px 5px #444;
	box-shadow: 5px 5px 5px #444;
}
#nav {
	background:#9d538e url(images/contentbg.jpg) repeat-x;
	height:29px;
	border:3px solid #b580ae;	
	-moz-border-radius: 9px;
	border-radius: 9px;
	margin-bottom: 20px;
	padding-top:5px;
}
#nav a {
	padding:10px;
	font-size:14px;
	line-height:22px;
	text-decoration:none;
	margin-left:10px;
}
#nav a:hover {background-color:#b580ae;}

#content {
	width:670px;	
	float:left;
	border:3px solid #b580ae;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:20px;
	background:#9d538e url(images/contentbg.jpg) repeat-x;
	-moz-box-shadow: 5px 5px 5px #444;
	-webkit-box-shadow: 5px 5px 5px #444;
	box-shadow: 5px 5px 5px #444;
}
#right {
	width:220px;
	margin-left:750px;
 }
.box1 {	
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:15px;
	background-color:#9d538e;
	background-image: url(images/woman3.gif), url(images/contentbg.jpg);
	background-repeat:no-repeat, repeat-x;
	background-position: top right, top left;
	border:3px solid #b580ae;
	margin-bottom:40px;

}
.box2 {
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:15px;
	background-color:#9d538e;
	background-image: url(images/woman2.gif), url(images/contentbg.jpg);
	background-repeat:no-repeat, repeat-x;
	background-position: top right, top left;
	border:3px solid #b580ae;
	margin-bottom:40px;
	}


#location img {float:right; border:none; margin:0px 0px 0px 10px;}
a {	
	color: #FFF;
	text-decoration: underline;
}
a:hover {	
	text-decoration: none;
	}
.box1 a, .box2 a {padding:4px 8px; background-color:#34ACAF;text-decoration:none;font-size:12px; border:1px solid #b580ae;}

p,h2,h3,h4,ol,ul,blockquote	{ margin-bottom:15px;	}
h2 {font-size:19px;font-weight:bold;line-height:21px;}
h3 {font-size: 17px; font-style:italic;	font-weight:bold;margin-bottom:10px;}
h4 {font-size: 16px; font-variant:small-caps;}
ul, ol{	margin-left:25px;}
li {	list-style-type: circle; }

.imagefront	{
	float:right;
	margin:20px;
	border:thin solid #333333;
	}
.imageinright	{
	float:right;
	margin:10px 10px 10px 30px;
	-moz-box-shadow: 4px 4px 4px #444;
	-webkit-box-shadow: 4px 4px 4px #444;
	box-shadow: 4px 4px 4px #444;
	border:1px solid #b580ae;
	}
.imageinleft	{
	float:left;
	margin:5px;
	}
#footer { 
	width:950px;
	margin:10px auto;
	clear:both;
	padding:10px;
	font-size:12px;
	}
	
/* GALLERY */
a img { border: none; }

#muGallery { width:670px; }
#muGallery a {text-decoration:none;}
#gal-img-contain { background-color:#946197; border:1px solid #b580ae;}
#gal-main-img { margin:0; vertical-align:bottom; }
#gal-main-img-link {}
#gal-main-img-link a {text-decoration:underline;}
#gal-controls { background-color:#CCC; padding:4px; text-align:center; margin-bottom:.4em; }
#gal-controls img { margin:1px 6px; width:25px; height:25px; vertical-align:bottom; }
#gal-controls a:focus { outline-style: none; }
#gal-controls a:hover img { border:solid 1px #FFF; margin:0 5px; }
#gal-controls img.current { border:solid 1px #34ACAF; margin:0 5px; }
#gal-headline { font-size: 15px; margin:0 0 .2em 0; line-height:1; font-weight:normal; }
#gal-headline a { text-decoration:none; color:#000; }
#gal-headline a:hover { text-decoration:underline; }
#gal-teaser { font-size: 12px; text-decoration:none; }
#gal-readmore-link {}
#gal-readmore { font-size: .9em; }

