/* Color Scheme */
/*
Rust: #8e2b19;
Brown-gray: #696352;
Gold: #f4dd97;
Dark Gray Text: #333333;
Tan Text: #866112;
Maroon: #6e1213;
Puke Brown caption text: #ad8738;
*/



html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

body {
	background-color:#f4dd97;
	font-size: 10px
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

a {
	color: #6e1213;
	text-decoration:underline;
}

a:hover {
	color: #696352;
}

h1 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#8e2b19;
	margin: 0;
	padding-bottom: 5px;
}

h2 {
	font-size: 16px
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin: 0;
	padding: 8px 0;
}


h3, .content_page_headline {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-bottom: 5px;
}

h4 {
	font-size: 0.9em;
	font-family: Arial;
	color: #8CA1AA;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 8px;
}

p  {
	margin: 0;
	padding-bottom: 8px;
}

hr {
	clear: both;
	height: 1px;
	border-top: solid 1px #999999;
}

img {
	border: none;
}

td{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
}


#wrapper {
	margin: 0 auto;
	margin-top:5px;
	margin-bottom:5px;
	width:800px;
}

.outter_table, .outter_table td {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}

.header {
	width:800px;
}

.header_left {
	width:228px;
	height:161px;
}

.header_right {
	width:572px;
	height:161px;
	background-image:url(http://telluridemuseum.org/images/header_right.jpg);
	background-repeat:no-repeat;
}

#top_nav {
	height: 15px;
	margin-top:115px;
}

#top_nav_link {
	width:85px;
	float:left;
	font-weight:bold;
	color:#f4dd97;
	text-transform: uppercase;
	text-align:center;
	display:block;
	font-size:12px;
}

#top_nav_link_active {
	width:85px;
	height: 20px;
	float:left;
	font-weight:bold;
	color:#f4dd97;
	text-transform: uppercase;
	/*background-color:#4c0c02;*/
	background-image:url(http://telluridemuseum.org/images/main_nav_tab_bkgrd.jpg);
	background-repeat:no-repeat;
	text-align:center;
	margin-bottom:0px;
	font-size:12px;
}


#top_nav_link a, #top_nav_link_active a {
	color:#f4dd97;
	text-decoration: none;
	text-transform: uppercase;
}

#top_nav_link a:hover, #top_nav_link:hover{
	color:#f4dd97;
	background-image:url(http://telluridemuseum.org/images/main_nav_tab_bkgrd.jpg);
	background-repeat:no-repeat;
	height:20px;
	display:block;
}

#top_subnav {
	clear:both;
	margin:0 auto;
	/*width:572px;*/
	height:25px;
	/*margin-top:136px;*/
	background-color:#4c0c02;
	color:#f4dd97; 
	text-align:left;
}

#top_subnav_links {
	padding-top:5px;
	font-size:10px;
	display:block;
}

#top_subnav a {
	color:#f4dd97;
	text-decoration:none;
}

#top_subnav a:hover {
	color:#f4dd97;
	text-decoration:underline;
}


.frame_wrapper {
	height:631px;
	width:262px;
}

.square_frame {
	height:318px;
	width:262px;
	background-image:url(http://telluridemuseum.org/images/square_frame.jpg);
	background-repeat:no-repeat;
}

.square_frame_text {
	color:#333333;
	margin-top:220px;
	margin-left:10px;
	margin-right:70px;
	background-image:none;
	text-align:center;
	overflow:hidden;
}


.oval_frame {
	height:313px;
	width:262px;
	background-image:url(http://telluridemuseum.org/images/round_frame.jpg);
	background-repeat:no-repeat;
}

.oval_frame_text {
	color:#333333;
	margin-top:150px;
	margin-left:103px;
	margin-right:0px;
	background-image:none;
	text-align:center;
	overflow:hidden;
}


.content_home {
	height:631px;
	width:538px;
	background-image:url(http://telluridemuseum.org/images/content.jpg);
	background-repeat:no-repeat;
}

#content_home_text  {
	margin-left:65px;
	margin-right:10px;
	margin-top:20px;
	color:#866112;
}

#content_home_text td {
	color:#866112;
}

.img_caption {
	color:#ad8738;
	font-size:10px;
	text-align:right;
	margin-right:105px;
	margin-top:10px;
	text-transform:uppercase;
}


.content_bottom{
	width:800px;
	background-image:url(http://telluridemuseum.org/images/repeater_full_horiz.jpg);
	background-repeat:repeat-y;
	color:#866112;
}

.content_bottom td {
	color:#866112;
}

/*#content {
	padding-right: 14px;
	padding-left: 10px;
	background-color:#FFFFFF;
	font-size: 12px;
	font-family: Arial;
}*/


#footer {
	clear: both;
	font-size: 10px;
	margin-top:25px;
}

.footer_text{
	color:#6e1213;
	margin-left:5px;
	padding-bottom:10px;
}

.footer_text a{
	color:#6e1213;
	text-decoration:underline;
}

