body { 
	background:#ffffff url(images/bgcs.gif); 
	text-align: center; 
	padding: 0; 
	margin: .5em auto; 
	font-size: 12px; 
	font-weight: bolder; 
	line-height: 1.4em; 
	color: #333; 
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
}
#easel {
	width: 67em;
	margin: 0 auto;
	padding: 0;
	clear: both;
}
#canvas {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#main {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	display: inline;
}
a {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#db3718;
	text-decoration:underline;
}
p {
	margin: 1em 0 1em 0;
	padding: 0;
}
h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:3.5em;
	margin-top:1em;
	margin-bottom:.8em;
	color:#000000;
}
div.clear {
	clear: both;
}

.headerbar {
	width: 100%;
	height: 5em;
	position: relative;
	margin: 0 0 1.7em 0;
	padding: 0;
}
div.header_content {
	height: 100%;
	width: 100%;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	vertical-align:middle;
	padding-left:25%;
}
#top_nav { 
	font-size: 1.5em; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bolder; 
	padding-top:1.7em; 
	line-height:1.7em;
	vertical-align: text-bottom; 
}
#top_nav a {
	color: #666;
	text-decoration: none;
	line-height:1.4em;
	vertical-align: text-bottom;
}
#top_nav a:hover {
	text-decoration:none; 
	border-bottom: 1px dotted #333; 
	color: #db3718; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
}


.sidebar {
    /*Any properties you'd want the box to have.*/
    /*Would probably be position, dimension type stuff.*/
    width: 12em;
    height: 42em;
    position: relative;
	float: left;
	margin: 0 1.5em 0 0;
	padding: 0;
	display: inline;
} 
.sidenav {
	/* all your styles for your categories */
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 1.5em 0 0;
	padding: 0;
	color: #db3718;
	font-size:1em;
} 
.sidenav a {
    /* style for side nav sub category */
    font-size:1em;
    color: #666;
    text-transform:none;
    text-decoration:none;
    border-bottom: none;
}
.sidenav a:hover {
	/* style for hover for nav sub category */
	text-decoration:none; 
	border-bottom: 1px dotted #333; 
	color: #db3718; 
}
.sidenav ul {
	margin-left: .4em;
	margin-bottom: 1.1em;
	padding: 0;
}
.sidenav li {
	list-style-type: none;
	margin-left: .4em;
	padding: 0;
}


div.maincontent {
	/*Any properties you'd want the box to have.*/
	/*Would probably be position, dimension type stuff.*/
	width: 53em;
	height: 42em;
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #333;
	display: inline;
	vertical-align:center;
}
div.contentbody {
	margin: 1em 1em 1em 1.45em ;
}
div.footerbar {
    /*Any properties you'd want the box to have.*/
    /*Would probably be position, dimension type stuff.*/
    width: 100%;
    height: 5em;
    position: relative;
	margin: 1.7em 0 0 0;
	padding: 0;
}
div.box_background {
    background-color: white;
    height: 100%;
    opacity: 0.80;
    filter:alpha(opacity=80); /* IE's opacity*/
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    border: 3px solid #333;
}
div.box_contents {
    background-color:transparent;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 101;
	text-align:left;
	padding: .4em;
}



.gallerybreadcrumbs {
	width:100%;
	text-align:left;
	font-size:.8em;
	padding-left:1em;
	padding-top:1em;
	padding-bottom:1em;
	height:3em;
	color:#999;
}
.gallerythumbs {
	clear:both;
	float:none;
	border: 0;
	vertical-align: top;
	text-align: right;
	width: 18em;
	height:5.4em;
}
.gallerythumbs img {
	width: 5em;
	height: 5em;
	border: 0;
	padding: .2em;
}
.gallerythumbs a {
	width: 5em;
	height: 5em;
	border: 0;
	padding: .2em;
}
.imgleft {
	float:left;
}
.imgnone {
	float:none;
}
.gallerylarge {
	float:left;
	text-align:center;
	vertical-align:top;
}
.gallerylarge img {
	text-align:center;
	border:0;
	margin-left:2em;
	margin-top:.2em;
}
.gallerylargecaption{
	text-align:center;
	vertical-align:top;
	font-weight:bolder;
	margin-top:1em;
}
.gallerymore {
	position:absolute;
	bottom:13em;
	left:3em;
	width: 18em;
	text-align:left;
}
.gallerynote {
	position:absolute;
	bottom:3em;
	left:3em;
	width: 18em;
	text-align:left;
}
#footercopyright {
	padding-top:.5em;
}
#footercopyright a {
	font-size:.8em;
	color:#db3718;
	text-decoration:none;
}
#footercopyright a:hover {
	text-decoration:underline;
}
#giclee p {
	font-size:110%;
}
