/* CSS Document 
SITE COLORS:
#8D3D15 ORANGE
#C4B9A1 DARKER BEIGE
#E5D4B4	BEIGE
#827847 GREEN
#3D1F1F DARK BROWN
#EDE0C5 LIGHT BEIGE (TEXT)
*/
html { 
	overflow: -moz-scrollbars-vertical;
	min-height: 100%; 
	margin-bottom: 1px; 
}

body, select, input, textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3D1F1F;
	background-color:#E5D4B4;
}
img
{
	border:none;
}
img.cg
{
	border:solid 1px #8D3D15;
}
a
{
	color:#8D3D15;
}
a:hover
{
	/*color:#827847;*/
	color:#3D1F1F;
	text-decoration:none;
}
a.brown
{
	color:#3D1F1F;
	text-decoration:none;
	font-size: 11px;
}
a.brown_sel
{
	color:#EDE0C5;
	text-decoration:underline;
	font-size: 11px;
}
a.beige
{
	color:#EDE0C5;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
a.beige:hover, a.beige_sel
{
	color:#3D1F1F;
	text-decoration:underline;
}
.halftone
{
	opacity:0.7;
	filter:alpha(opacity=70);
}
.fulltone
{
	opacity:1.0;
	filter:alpha(opacity=100);
}
#galleryMain
{
	margin-top: 49px;
	margin-left: 61px;
	margin-right: 112px;
}

#mainGalleryImage
{
	width: 360px;
	height: 270px;
	display: block;
}

#galleryListView
{
	margin-right: 50px;
}

#galleryListView DIV
{
	float: left;
	width: 125px;
	height: 94px;
	text-align: center;
	padding: 17px;
}

#galleryListView IMG
{
	width: 125px;
	height: 94px;
	margin: 0;
	padding: 0;
}

#welcome_text {
	font-size: 11px;
}
/***Tony Aslett's clearing hack***/
  .clearing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

  .clearing {
    display: inline-block;
    }

  /* hides from IE/Mac \*/
  * html .clearing { 
    height: 1%;
    }

  .clearing {
    display: block;
    }
  /* end hide from IE-Mac */
  /***end clearing hack***/