/* modified from dynostyle2 1201 
NOTE: Gallery uses different version (due background?)
*/
BODY {
	FONT-WEIGHT: normal; MARGIN: 0px 0px 0px; 
	font-family: Tahoma, Geneva, sans-serif;
	color: #4D4D4D; font-size: 12px;
	}


div.box200pix { border: solid; border-width: 0.05em; padding: 0.5em; width: 200px; align: center; }

/* body 1201  */

BODY 
	A:link { color: #A52A2A; text-decoration: none; }
	A:visited { color: #4D4D4D; text-decoration: none; }
	A:hover { color: #800000; }
	A:active { color: #4D4D4D; text-decoration: none; }

img { border: 0; }

hr { border: 0.5; width: 90%; }

.shadow2
	{
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);
	}

/* Supersimple 1208 */

#header {

	padding: 15px 0 15px 15px;
}

#content {
	padding: 15px 0 0 0;
    	min-height: 100%;
    	height:     auto !important;
    	height:     100%;
    	overflow: auto;
	}
	#main-content {
		margin-left: 175px;
		max-width: 778px;

	}

#sidebar {
	width: 160px;
	float: left;
	padding: 0 0 0 0px;
	}

	#sidebar ul {
		list-style: inside;
	}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	}

@media screen and (max-width: 1024px)
	{
	img.bg 
	{ left: 50%; margin-left: -512px; }
	}

#page-wrap { position: relative; width: 960px; margin: 0px auto; padding: 20px; background: white; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; }



/* arles 1202 */
.img-caption 
	{
  width: 800px ; 
  text-align:left;
  margin-left: auto ; 
  margin-right: auto ;

/* for arles templates for tables */
.center
{align:center;}
.left
{align:left;}

.centermiddle
{
vertical-align:middle;
align: center;
}


.centered-cell {
  text-align: center;
}

table.center {
    margin-left:auto; 
    margin-right:auto;
  }
  


/* TABLES */

table.fullwidth 
	{ border:0px; width:100%; }
	
table.container_main 
	{ border:0px; width:960px; margin: auto; }
	/* note there is # call with similar specs 1201 */

table.98per
	{ border:5px; width:98%; }

table.footer 
	{
	a. color: #ffffff;
	font-size: 10px;
	border-width: 0px;
	border-color: #d5d9e5;
	background-color: #d5d9e5;
	}


table.footer th 
	{
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border-color: gray;
	background-color: #d5d9e5;
	}

table.footer td 
	{
	border-width: 0px;
	padding: 0px;
	color: #808080;
	font-size: 10px;
 	text-decoration: none;
	background-color: #d5d9e5;
	}

td.left {text-align:left;}
td.center {text-align:center;}
td.right {text-align:right;}



/* FONTS & SIZES */

.thumbnail_title 
	{
  	text-align: center;
  	font-size: 10px;
	}

.copyright 
	{
	font-size: 9px;
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}

/* size10gray 1201  */
.size10gray { color: #4D4D4D; font-size: 10px; }
.size10gray A:link { color: #4D4D4D; text-decoration: none; }
.size10gray A:visited { color: #4D4D4D; text-decoration: none; }
.size10gray A:hover { color: #CC0000; }
.size10gray A:active { color: #4D4D4D; text-decoration: none; }
	

/* size12gray 1201  */
.size12gray { color: #4D4D4D; font-size: 12px; }
.size12gray A:link { color: #4D4D4D; text-decoration: none; }
.size12gray A:visited { color: #4D4D4D; text-decoration: none; }
.size12gray A:hover { color: #CC0000; }
.size12gray A:active { color: #4D4D4D; text-decoration: none; }

/* size14  */
.size14gray { color: #4D4D4D; font-size: 14px; }
.size14red { color: #FF0000; font-size: 14px; }

/* size18gray 1201  */
.size18gray { color: #4D4D4D; font-size: 18px; }


/* BOXES & BORDERS */

div.box822px
	{
	width:822px;
	padding:0px;
	border:0px solid gray;
	margin:0px;
	background-color:white;
	}

div.box100whitegray
	{
	width:120px;
	padding:10px;
	border:1px solid gray;
	margin:0px;
	background-color:white;
	}

div.box100blackgray
	{
	width:100%;
	padding:0px;
	border:1px solid gray;
	margin:0px;
	background-color:black;
	}


div.boxthin { border: solid; border-color: #c0c0c0; border-width: 0.02em; padding: 0.5em; }
div.box100 { border: solid; border-width: 0.05em; padding: 0.5em; width: 100%; }
div.box200px { border: solid; border-width: 0.05em; padding: 0.5em; width: 200px; align: center; }