/*css.css - Grand Canyon Theme*/

body {
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 12px;
   text-align: center;
   min-width: 841px; /* make slightly wider than wrapper for Netscape*/
   background: #d3caaa url(images/site/bg.gif)  0 0 repeat-x;
   }
   
img, div { behavior: url(iepngfix.htc) }

/* font colors */

a { text-decoration:underline; color: #9e783d;}
h1 { color: #d79a39; }
h2 { color: #9e783d; }
h3 { color: #806945; }

a:visited , a:link { color:#806945; text-decoration:underline;}
a:hover  { color:#583a0a; text-decoration:underline;}


/* Main body wrapper*/
#wrapper{
	width: 841px;
	/*width: 85%;*/
	min-width: 841px;
	max-width: 841px;
	width: expression(document.body.clientWidth > 841? "841px" : "auto");
	margin: 0 auto; 
	text-align: left;
	/*background-color: #dddddd; */
}

/* header*/
#header{
	height: 190px;
	background: url(images/site/head.jpg)  0 0 no-repeat;
}

/* Indside body*/
#body-wrap{
	width: 841px;
	color: #dddddd;
	font-size: 12px;
	background: url(images/site/back.jpg)  0 0 repeat-y;
}

#body-content{
	width: 841px;
	padding: 5px 20px 15px 20px;
	color: #574427;
	font-size: 12px;
	background: transparent;
}

#body-note{
	width: 841px;
	margin-left: 35px;
	margin-right: 15px;
	color: #574427;
	font-size: 12px;
	background: transparent;
}

/* footer */
#footer {
  clear: both;
  height: 109px;
  background: url(images/site/foot.jpg)  0 0 no-repeat;
}

#footer-i {
	height: 100px;
	text-align: center;
	color: #84560d;
	padding: 5px 20px 5px 20px; 
	font-family: Geneva, Helvetica, sans-serif;
    font-size: 11px;
}

#footer-i a{
	text-decoration: underline;
}

#footer-i a:hover{
	color: #583a0a;
	text-decoration: underline;
}

.buttonflip {
	height: 48px;
	width: 750px;
	color: #513407;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	padding: 18px 0px 0px 20px;
	background: #dddddd url(images/site/clip.jpg) 0 0 no-repeat;
}

#albums{
	padding:2px 5px 15px 25px;
}

.frame1{
	height: 125px;
	width: 176px;
	color: #513407;
	padding: 12px 0px 0px 16px;
	background: #dddddd url(images/site/frames/frame1.jpg) 0 0 no-repeat;
}

.frame2{
	height: 130px;
	width: 173px;
	color: #513407;
	padding: 12px 0px 0px 11px;
	background: #dddddd url(images/site/frames/frame2.jpg) 0 0 no-repeat;
}

.frame3{
	width: 193px;
	height: 146px;
	color: #513407;
	padding: 20px 0px 0px 22px;
	background: #dddddd url(images/site/frames/frame3.jpg) 0 0 no-repeat;
}

.frame4{
	width: 177px;
	height: 132x;
	color: #513407;
	padding: 10px 0px 0px 16px;
	background: #dddddd url(images/site/frames/frame4.jpg) 0 0 no-repeat;
}


