/* base
-----------------------------------------------*/

body { 
  	background:#996534; 
	padding: 0px;
	margin: 0px;
	color:#ffffff;
	font-family:Verdana;Times;
	font-size: .8em;
}

/* links
----------------------------------------------- */

a {
	color:#996534;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* layout
----------------------------------------------- */

h1, h2, h3 {
	color:#623E1D;
	font-family:Verdana;Times;
	font-size: .9em;
}


/* layout
----------------------------------------------- */

#wrapper { 
	clear:left;
	margin-left: auto;
	margin-right: auto;
	background: #996534;
	width:950px;
	padding-top:0px;
         overflow: hidden;
}

#colWrapper{
	clear:left;
	margin-left: auto;
	margin-right: auto;
	width:950px;
	height:345px;
	padding-top:0px;
	padding-bottom:12px;
	color:#996534;
         BACKGROUND: url(/core_images/background/mainarea_background.jpg) no-repeat center;
}

#colWrapper_gallery{
	clear:left;
	margin-left: auto;
	margin-right: auto;
	width:950px;
	height:500px;
	padding-top:0px;
	padding-bottom:12px;
	background: #FFF;
}



#pageHeader { 
	clear:left;
	margin-left: auto;
	margin-right: auto;
	width:950px;
	padding-top:10px;
	padding-bottom:10px;
         text-align: center;
}

#imageRotation { 
	clear:left;
	margin-left: auto;
	margin-right: auto;
	width:950px;
	padding-top:0px;
	padding-bottom:5px;
         text-align: center;
}

#navigation{
	clear:left;
	margin-left: auto;
	margin-right: auto;
	width:950px;
}

#pagefooter { 
	clear:left;
	float:left;
	width:950px;
	margin:5px;
	text-align:right;
	font-size: .8em;	
}


#colA{
	float:left;
	width:339px;
	height:345px;
	padding-top:4px;
	padding-bottom:12px;
}

#colB{
	float:right;
	width:611px;
	height:345px;
	padding-top:4px;
	padding-bottom:12px;
}

#colA_gallery{
	float:left;
	width:339px;
	height:500px;
	padding-top:4px;
	padding-bottom:12px;
}

#colB_gallery{
	float:right;
	width:611px;
	height:500px;
	padding-top:4px;
	padding-bottom:12px;
}

#inside_text {
	width:560px;
	padding-top:25px;
}

#inside_text_colA {
	width:250px;
	padding-top:25px;
	padding-left:65px;
}


/* Slideshow
----------------------------------------------- */

#slideshow {
    position:relative;
    height:349px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* Lightbox Slideshow
----------------------------------------------- */



