body {
	margin: 0px;
	padding: 0px;
	text-align: center;
/*
	font-size: 10px;
*/
	background:#FFF;		
}




#top {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0px 1px 0px;
	padding-top: 30px;
/*	padding-bottom: 1px;*/

	background-color: #666;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;

	text-align: right;
	vertical-align: bottom;

	
	/*background-image: url("title_name_1.jpg");*/
	/*background-repeat: none;*/
	/*background-position: top right;*/

	/*text-transform: lowercase;*/

	width: 600px;

	height: 33px;
}

#top p {
	margin: 5px;
	padding: 0px;
}




#footer {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
/*	padding-bottom: 1px;*/

	background-color: #666;
	color: #aaa;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	text-transform: lowercase;

	width: 600px;

	height: 11px;
}


ul#footerContents
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#footerContents li a
{
	/*display: block;*/
	/*width: 5em;*/
	color: #aaa;
	text-decoration: none;
}

ul#footerContents li a:hover
{
	color: #fff;
	text-decoration: underline;
}

ul#footerContents .left { float: left; }
ul#footerContents .right { float: right; }





#navcontainer ul
{
	text-align: left;
	padding: 1px 0px 1px 0px;
	margin-top: 0;
	margin-bottom: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: auto;
	margin-right: auto;
	background-color: #999;
	color: white;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
/*
	line-height: 14px;
*/	/* fixes Firefox 0.9.3 */
	
	text-transform: lowercase;
	width: 600px;
}

#navcontainer ul li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	/* matches link padding except for left and right */
}

#navcontainer ul li a
{
/*
	padding-left: 10px;
	padding-right: 10px;
*/	padding: 1px 10px 1px 10px;
	color: white;
	text-decoration: none;
}

#navcontainer ul li a:hover
{
	background-color: #aaa;
	color: #000;
}





#navcontainer2 ul
{
	text-align: left;

	padding: 1px 0px 1px 0px;

	margin-top: 0;
	margin-bottom: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: auto;
	margin-right: auto;
	background-color: #aaa;
	color: white;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
/*
	line-height: 14px;
*/	/* fixes Firefox 0.9.3 */
	width: 600px;
	text-transform: lowercase;
}

#navcontainer2 ul li
{
	display: inline;
	padding: 0;
	padding-left: 0;
	padding-right: 0;
	/* matches link padding except for left and right */
}

#navcontainer2 ul li a
{
/*
	padding-left: 10px;
	padding-right: 10px;
*/	padding: 1px 10px 1px 10px;
	color: white;
	text-decoration: none;
}

#navcontainer2 ul li a:hover
{
	background-color: #999;
	color: black;
}


#navcontainer2 ul li a.wide
{
	text-align: right;
	padding: 1px 20px 1px 20px;
	color: #666;
	text-decoration: none;
}

#navcontainer2 ul li a.wide:hover
{
	background-color: #666;
	color: white;
}





.imageInsertRight {
	float: right;

	margin: 1em;
	/*padding: 0.5em;*/

	clear: right; /* Keeps next image below this one */
	text-align : right;
}

.imageInsertRight img {
	display: block;
	border: 1px solid #666;
	margin: 1px;
	/*padding: 0.5em;*/
}

.imageInsertRight a         { color:#333; font-size: 10px; }
.imageInsertRight a:link    { color:#333; font-size: 10px; }
.imageInsertRight a:visited { color:#333; font-size: 10px; }
.imageInsertRight a:active  { color:#333; font-size: 10px; }
.imageInsertRight a:hover   { color:#333; font-size: 10px; }



/* THUMBNAIL STUFF ------------------------------------------------ */
.thumbnail {
	float: left;
	width: 128px;
	margin: 0 1em 1em 0;

	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}	

.thumbnail img {
	/*border: 1px solid #f00;*/
	margin: 1px;
	display: block;
}

.thumbnail a         { color: #666; text-decoration: none; }
.thumbnail a:link    { color: #666; text-decoration: none; }
.thumbnail a:visited { color: #666; text-decoration: none; }
.thumbnail a:active  { color: #666; text-decoration: none; }
.thumbnail a:hover   { color: #666; text-decoration: underline; }

.clearboth { clear: both; }




.thumbs {             /* container for all thumbs */
	width: 562px;         /* an explicit width is required for WinIE, or it screws up badly */
	margin: 0;
	margin-left: auto;       /* correctly center block element */
	margin-right: auto;
	/*padding: .5em;*/
	overflow: hidden;
	text-align: center;


/*border: 1px solid #0f0;*/

	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}
/*
        width: 582px;
        voice-family: "\"}\"";
        voice-family:inherit;
        width: 582px;
        }
html>body .thumbs {
        width: 582px;
        }
*/



.thumbs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.thumbs ul li {        /* test these rules with various fonts, may need adjusting */
  height: 170px;
  width: 130px;
  float: left;      /* as many as can fit in window width */
  overflow: hidden; /* do not let IE stretch the container */
  text-align: center;
  padding: 5px;
  
/*border: 1px solid #00f;*/
}

.thumbsContainer {
	height: 168px;
	margin: 0;
	margin-top: auto;
	margin-bottom: auto;
	
/*border: 1px solid #00f;*/
}

.thumbs img {          /* image resized in ems to maintain proportions */
  display: block;      /* prevent text from flowing on the side */
  text-align: center;  /* center for IE */
  margin: 0 auto .3em auto; /* center for non-IE */
  padding: 0;
  border: 1px solid #666;

}
hr {                   /* see note about hr in HTML below */
  clear: both;
  height: 0;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
}

.thumbs a         { color: #666; text-decoration: none; }
.thumbs a:link    { color: #666; text-decoration: none; }
.thumbs a:visited { color: #666; text-decoration: none; }
.thumbs a:active  { color: #666; text-decoration: none; }
.thumbs a:hover   { color: #666; text-decoration: underline; }

/* ---------------------------------------------------------------- */




img.borderImage {
	border: 1px solid #666;
	margin: 0.5em;
}

p.workTitle {
	margin: 2px;
	margin-top: 12px;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

p.workDescription {
	margin: 2px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
}




p.title {
	margin: 12px 2px;

	font-size: 16px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}


p.contactInformation {
	margin: 20px 2px 120px;

	font-size: 12px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
}








#frontBox {
	padding: 0px;
	margin-top: 1em;
	margin-bottom: 2px;
	margin-right: auto;
	margin-left: auto;

	/*border: 1px solid #939;*/

	text-align: left;

	width: 600px;
}

h2.galleryTitle {
	font-size: 18px;
	color: #666;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;

	margin: 20px 0;
}
/*
#shadowBox {
	padding: 0px;
	margin: 0 auto 2 auto;

	text-align:center; 
	border: 1px solid #F00;

	width: 600px;
}
*/

.shadowBox {
	margin: 0px auto 0px auto;
	padding: 0px;

	text-align: center;
	
	width: 600px;

	height: 10px;
/*border: 1px solid #f00;*/
}


.workBox {
	padding: 0px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;

/*border: 1px solid #939;*/

	text-align:center; 

	width: 520px;
}

.workBox a         { color: #666; text-decoration: none; }
.workBox a:link    { color: #666; text-decoration: none; }
.workBox a:visited { color: #666; text-decoration: none; }
.workBox a:active  { color: #666; text-decoration: none; }
.workBox a:hover   { color: #666; text-decoration: underline; }

p.workLinks {
	margin-top: 2px;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	font-size: x-small;
	color: #666;
}









#textBoxCenter a         { color: #f6c; font-size: small; }
#textBoxCenter a:link    { color: #f6c; }
#textBoxCenter a:visited { color: #f6c; }
#textBoxCenter a:active  { color: #f6c; }
#textBoxCenter a:hover   { color: #f6c; }











#creditBox {
	padding: 0px;
	margin-top: 2em;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;

	color: #333;
	text-align:right; 

	width: 100%; 
}

.credits {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ccc;

	text-align: right;
}

.credits a:link    { color:#ccc; font-size: 9px; }
.credits a:visited { color:#ccc; font-size: 9px; }
.credits a:active  { color:#ccc; font-size: 9px; }
.credits a:hover   { color:#ccc; font-size: 9px; }


