/* CSS Document */

/**** Colors ***

#C1911E - text gold
#D4B755 - text light gold
#7C9D40 - purchase green

*** ****/

/* hide from ie on mac \*/

html {
	height: 100%;
	
}

#flashcontent {
	height: 100%;
	overflow: hidden;
}

/* end hide */
	
	
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	
	text-align: center;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	
	color: #C1911E;
	background-color: #FFFFFF;
}

.wrapper {
	position: relative;
	/*
	margin-left: -400px;
	left: 50%;
	padding: 0px;
	*/
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
	width: 800px;
	height: auto;
	
	background-color:#FFFFFF;
}
#mid_wrapper {
	position: relative;
	top: 3px;
	background-image: url(images/gallerynav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.template_table td {
	vertical-align: top;
}
td#left_head {
	width: 236px;
	height: 47px;
}

td#right_head {
	width: 494px;
}

td#left_foot {
	width: 508px;
	height: 48px;
	background:url(images/nav_bottom.jpg) top left no-repeat;
}

td#right_foot {
	width: 222px;
	background:url(images/copyright_right.jpg) top left no-repeat;
	color: #D4B755;
}

a:link {
	color: #C1911E;
	text-decoration: none;
}

a:visited {
	color: #C1911E;
	text-decoration: none;
}

a:hover {
	color:#8D6125;
	text-decoration: none;
}

a:active {
	color: #C1911E;
	text-decoration: none;
}