/* ----- Text Formatting ----- */

/* ----- Gallery Title Text ----- */

h1 {
font-family: "lucida console",monospace;
font-size: 12px;
color: #ffffff;
font-weight: normal;
margin-top:0px;
margin-left:0px;
margin-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
text-align:center;
}

h2 {
font-family: "lucida console",monospace;
font-size: 18px;
color: #5b4526;
font-weight: normal;
margin-top:0px;
margin-left:5px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
text-align:center;
}

h3 {
font-family: "lucida console",monospace;
font-size: 18px;
color: #ffffff;
text-decoration:none;
font-weight: normal;
margin-top:5px;
margin-left:5px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
text-align:center;
}

h4 {
font-family: "lucida console",monospace;
font-size: 16px;
color: #ffffff;
font-weight: normal;
margin-top:20px;
margin-left:5px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
text-align:center;
}

h5 {
font-family: "lucida console",monospace;
font-size: 12px;
color: #ffffff;
font-weight: normal;
margin-top:0px;
margin-left:0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
text-align:center;
}


a:link {color:#765a32; text-decoration:none}      /* unvisited link */
a:visited {color:#765a32; text-decoration:none}  /* visited link */
a:hover {color:#ffffff; text-decoration:none}  /* mouse over link */
a:active {color:#765a32; text-decoration:none}  /* selected link */

body {background:#000000 url("bg.jpg") no-repeat fixed center top;}

/* ----- IMAGE SETTINGS ----- */

div.img
  {

  border:0px solid #0000ff;
  padding:1.5px;
  float:left;
  }
div.img img
  {
  display:inline;
  border:1px solid #5b4526;
  }
div.img a:hover img
  {
  border:1px solid #ffffff;
  }








/* ----- CONTAINERS ----- */


#master { 
width:600px;
min-height:20px; /* for modern browsers */
height:auto !important; /* for modern browsers */
background: url() repeat-y;
background-color: transparent;
padding:0px;
margin-top:0px;
margin-left:auto;
margin-right:auto;
margin-bottom:0px;
border:0px solid;
border-color: #5b4526;
}

/* ----- HEADER ----- */



#header {
width:600px;
min-height:200px;
height:auto; 
overflow:hidden;
background: url(banner.jpg) repeat-y;
background-color: #000000;
padding-top:0px;
padding-bottom:0px;
margin-top:0px;
margin-left: auto;
margin-right: auto;
margin-bottom:0px;
border:1px solid;
border-color: #5b4526;
text-align: left;
}

/* ----- Contact Bar ----- */



#contact {
width:600px;
min-height:20px;
height:auto; 
overflow:hidden;
background: url() repeat-y;
background-color: #000000;
padding-top:0px;
padding-bottom:0px;
margin-top:0px;
margin-left: auto;
margin-right: auto;
margin-bottom:0px;
border:1px solid;
border-color: #5b4526;
text-align: left;
}


#box1 { 
width:600px;
min-height:25px;
height:auto; 
overflow:hidden;
background: url() repeat-y;
background-color: #000000;
padding:0px;
margin-top:0px;
margin-left: auto;
margin-right: auto;
margin-bottom:0px;
border:1px solid;
border-color: #5b4526;
text-align: center;
}

#total { 
width: 150px;
min-height:50px;
height:auto; 
overflow:hidden;
background: url() repeat-y;
background-color: #000000;
padding:0px;
margin-top:0px;
margin-left: auto;
margin-right: auto;
margin-bottom:0px;
border:0px solid;
border-color: #5b4526;
text-align: center;
}


/* ----- 3ColumnDiv ----- */

#sub_columnl { 
float: left;
width:263px;
min-height:300px;
height:auto; 
overflow:hidden;
background: url() repeat-y;
background-color: #000000;
padding-top:0px;
padding-bottom:0px;
margin-top:1px;
margin-left:1px;
margin-right:0px;
margin-bottom:1px;
border:1px solid;
border-color: #5b4526;
text-align: left;
}


#sub_columnr { 
float: right;
width:263px;
min-height:300px;
height:auto; 
overflow:hidden;
background: url() repeat-y;
background-color: #000000;
padding-top:0px;
padding-bottom:0px;
margin-top:1px;
margin-left:0px;
margin-right:1px;
margin-bottom:1px;
border:1px solid;
border-color: #5b4526;
text-align: left;
}

#sub_columnm { 
width:263px;
min-height:300px;
height:auto; 
overflow:hidden;
background: url() repeat-y;
background-color: #000000;
margin-top:1px;
margin-left: auto;
margin-right: auto;
margin-bottom:1px;
border:1px solid;
border-color: #5b4526;
text-align: left;
}


/* ----- FOOTER ----- */



#footer {
width:600px;
min-height:100px;
height:auto; 
overflow:hidden;
background: url(footer.jpg);
background-color: #000000;
padding-top:0px;
padding-bottom:0px;
margin-top:0px;
margin-left: auto;
margin-right: auto;
margin-bottom:0px;
border:1px solid;
border-color: #5b4526;
text-align: left;
}


