/* CSS Document */


body{
background-color:#D16C36;
background-image:url(layout/bg.jpg);
background-repeat:repeat-y;
height:572px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
background-position: top center;
font-size: 13px;
/* code to center container in IE */
text-align: center; 
}


a:link, a:active, a:visited{
text-decoration:none;
color:#000000;
}

a:hover{
color:#D16C36;
text-decoration:none;
}


#container{
background-image:url(layout/middle.jpg);
background-repeat:repeat-y;
padding: 0px;
width:780px;
border:4px solid black;
/* code to center container in Mozilla */
margin: 0 auto;
}

#banner{
background-color:#FFFFFF;
/*background-image:url(layout/banner.jpg);
background-repeat:no-repeat;*/S
width:780px;
height:232px;
}


#content{
margin:5px 5px 5px 237px;
text-align:left;
min-height:500px;
}


#footer{
font-size:10px;
font-weight:bold;
height:13px;
text-align:right;
}


#menu{
float:left;
width:190px;
text-align:left;
margin-left:5px;
font-weight:bold;
}

#menu a:link, a:active. a:visited{
text-decoration:none;
color:#000000;
}

#menu a:hover{
color:#D16C36;
text-decoration:none;
}


/*CLASSES*/

.indent{
display:block;
}

.photoleft{
float:left;
margin:10px 10px 10px 10px;
border:4px solid #000;
}

.photoright{
float:right;
margin:10px 10px 10px 10px;
border:4px solid #000;
}

.largewaiver{
float:left;
margin:10px 10px 10px 10px;
}

.print{
background-color:#D16C36;
color:#FFFFFF;

}

.here{
background-image:url(images/carabiner.jpg);
background-repeat:no-repeat;
background-position:right;
}

