*{
	margin:0;
	padding:0;
}
body{
	background:url('../images/bg1.gif') top left repeat-x #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#FFF;
}

a, a:visited{
	color:#FFF;

}
#anchor{
	width:1000px;
	margin:0 auto;
	position:relative;
	left:12px;
	top:70px;
}
#drop_shadow{
	background:url('../images/ds.png') bottom right no-repeat;
	width:1000px;
}
* html #drop_shadow{ background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/ds.png'); }
#wrapper{
	position:relative;
	top:-18px;
	left:-12px;
	background:url('../images/bg2.gif') top left repeat-x #666;
	border:1px solid #FFF;
	min-height:580px;
}
#innerWrap{
	background:url('../images/baby.gif') top right no-repeat;
	min-height:580px;
}
#left{
	width:220px;
	float:left;
}
#left_text{
	padding:10px;
}
#right{
	width:776px;
	float:left;
}
#left_content{
	background:url('../images/logo.gif') top left no-repeat;
}
#right_content{
	border-left:1px solid #FFF;
	padding:0 0 20px 0;
	min-height:580px;
}
*html #right_content{
	height:580px;
}
#header{
	background:url('../images/hr.gif') bottom center no-repeat;
	height:84px;
	color:#C486AB;
}
#header h1{
	width:280px;
	padding:8px 10px;
	font-size:2.2em;
	text-align:center;
}
#header p{
	display:none;
}
#header h1 p{
	display:block;
}
#header #address{
	width:200px;
	float:right;
	font-size:1.1em;
	text-align:right;
	line-height:18px;
	font-weight:bold;
	position:relative;
	right:10px;
	top:5px;
}

ul,li{
	list-style:none outside none;
}
#nav{
	padding:145px 0 20px;
}
#footer{
	text-align:right;
margin-right:20px;
}

#footer a{
	text-decoration:none;
}
#ig-menunav{
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	border-top: medium dotted #C486AB;
	border-bottom: medium dotted #C486AB;
}
#ig-menunav li{
	width:220px;
	font-weight:bold;
	text-indent:20px;
}
#ig-menunav li li{
	text-indent:30px;
	font-weight:normal;
}
#ig-menunav li a{
	display:block;
	text-decoration:none;
	padding:2px 0 0 5px;
	width:215px;
}
#ig-menunav li a:hover{
	background:#333;
}

#ig-menunav .ig-menuselected a{
	background:#333;
	color:#C486AB;
}


.divider{
	background:url('../images/divider.gif') repeat-x;
	height:4px;
	line-height:4px;
	font-size:1px;
	width:80%;
	margin:5px auto;
}

#defaultgallerylist_gallery_list_1a table{
	width:80%;
	text-align:center;
}
/**
 * Clr Class fix for adding to elements containing floating elements
 */
.clr:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clr{display:inline-block;}
html[xmlns] .clr{display:block;}
* html .clr{height:1%;}
.clear{clear:both;}


/**
 * Thumbnails
 */
ul.thumbs{
  width:750px;
  float:left;
  list-style-type:none;
  margin:5px 0;
  padding:0; 
}
ul.thumbs li{
  float:left;
  margin:0 3px 3px 0;
/* BW */
  font-size:9px;
/*  color:#9f1f63; */
/*  height:72px;
  width:150px;*/

text-align:center;
  
}
ul.thumbs img{
  border:2px solid #eaeaea;
   border : 0px;
/*  display:block;*/

}

