body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6d6f71;
	margin: 0em;
	padding: 5em;
	text-align: center;
	background-color: #B7B39E;
	font-size: 11px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

.mainHead{
	color: #b5b253;
	font-size: 18px;
	margin: 0;
	padding: 0;
}



.subHead{
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

strong{
	color: #6d6f71;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	height: auto;
	min-height: 50em;
	_height: 50em;
	padding-bottom: 1em;
}


#header{
	width: 100%;
}

#francie{
	background-image: url(../gfx/francie.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	height: 72px;
}

#artstrip{
	/* nothing to add at this time */
}

#navcontainer{
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	height: 45px;
	background-color: #FFFFFF;
}
#navbar{
	position: relative;
	margin-left: 35px;
}

#artbox{
	width: 100%;
	margin-top: 10px;
	padding: 0px;
	text-align: left;
}


#leftart{
	width: 30%;
	padding-right: 0;
	float: left;
	background: #fff;
	text-align: right;
	
}
#leftartHome{
	width: 10%;
	padding-right: 0;
	float: left;
	background: #fff;
	text-align: right;
	
}

#content{
	width: 50%;
	padding: 1em 0em 0em 0em;
	float: left;
}
#contentHome{
	width: 80%;
	padding: 1em 0em 0em 0em;
	float: left;
}
#rightart{
	position: relative;
	width: 10%;
	padding-top: 1em;
	float: left;
	background: #fff;
}
#rightartHome{
	position: relative;
	width: 10%;
	padding-top: 1em;
	float: left;
	background: #fff;
}

#rightGalleryNav{
	position: relative;
	
}

#footer{
	width: 760px;
	font-size: 9px;
	text-align: right;
	padding-top: 1em;
	margin-left: auto;
	margin-right: auto;
	
}


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
	height: 0; 
 clear: both; 
 visibility: hidden;

 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



td.galleryTable{
	width: 62px;
	border: 1px solid #ffffff;
	height: 62px;
	background-repeat: repeat-x;
}

td.galleryTableSub{
	width: 43px;
	border: 1px solid #ffffff;
	height: 43px;
	background-repeat: repeat-x;
}

.galleryTitle{
	font: normal normal normal 28px/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	position: relative;
}

#galleryContainer{
	padding-left: 4em;
	text-align: center;
	height: 350px;
}

.galleryNav{
	border: 3px solid #ffffff;
}


/* Form Elements */

input, textarea, select {
	border-width: 1px;
	padding: 2px;
	border: 1px dotted #B7B39E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6d6f71;
}

input:focus, textarea:focus, select:focus{
	border-width: 1px;
	border: 1px solid #B7B39E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6d6f71;

}

.buttons{
	background-color: #B7B39E;
	border-width: 1px;
	border: 1px solid #000000;
	color: #000000;
}

.verticaltext {
writing-mode: tb-rl;
filter: flipv flipv;
}

















