/* reset defaults for browser consistancy */
*  {
   padding:0;
   margin:0;
}

/* add back defaults for some elements */
ul {
   margin-left: 0; 
   padding-left: 30px;
}

p  {
   margin: 1em 0;
}

body {
  color:#061644;
  font-family:tahoma;
  font-size:8pt;
  text-align:center;
  background-color: #ffffff; 
  background-image: url(/themes/layout03/bg.gif);
  background-repeat: repeat-x;

}

#container {
  margin: 0 auto;
  width: 723px;
  text-align: left;
  position:relative;
  background-image: url(/themes/layout03/contentbg.jpg);
  background-repeat: repeat-y;

}

#sidebar {
  color: #061644;
  margin-top: -9px;
  padding-left: 3px;
  padding-right: 3px;
  float: right;
  width: 158px;
  background-color: #A8A892; 
  margin-right: 63px; 
  /* fix for IE margin bug */
  display: inline;
}

#sidebar h1 {
  color:#A8A892;
  background-color:#061644;
  font-size:7pt;
  text-transform: uppercase;
  padding: 1px 5px; 
  margin-top: 9px;
  margin-bottom: 5px;
}

#sidebar a {
  text-decoration:none;
}

#update {
  padding-left:10px;
  font-size: 10px;
}

#update p {
  text-indent: -10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#update a {
  text-decoration:underline;
}

#content {
  padding: 0px;
  float: left; 
  width: 440px;
  text-align: justify;
  background-color: #A8A892; 
  margin-left: 42px;
  /* fix for IE margin bug */
  display: inline;
}

#content h1 {
  text-align: left;
  text-transform: uppercase;
  color:#A8A892;
  background-color:#061644;
  font-size:8pt;
  padding: 1px 5px; 
  margin-bottom: 15px;
}


#footer {
  clear:both;
  height:10px;
  background-image: url(/themes/layout03/contentbg.jpg);
  background-repeat: repeat-y;
}


#nav {
  position: absolute;
  top: 460px;
  left: 41px;
}

#nav ul {
  margin: 0;
  padding: 0;
/*  display: inline; */
  list-style: none;
}

#nav li {
  margin: 0;
  padding: 0;
  float: left;
/*  display: inline-block; */
  width: 60px;
  text-align: center;
  margin-right: 1px;
}

#nav a {
  line-height: 27px;
  display: block;
  width: 100%;
  text-decoration: none;
}

#nav a:link {
  color: #FFFFFF;
  background-color: #A53728;
}

#nav a:hover {
  color: #A53728;
  background-color: #FFFFFF;
}


#snav {
  margin-right: 75px;
  margin-left: 20px;
}

/*
#snav a {
  text-decoration:none;
}
*/

#snav dt {
  font-size:8pt;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 5px; 
  color:#ffffff;
}


#snav dt a {
  color:#ffffff;
  text-decoration:underline;
}

#snav dt a:hover {
  font-weight: bold;
}


#snav dd {
  font-size:8pt;
/*  margin-right: 75px; */
  margin-bottom: 15px; 
}


a {
  background:transparent;
  text-decoration:underline;
}
a:link{
  color:#061644;
}
a:visited{
  color:#061644;
}
a:hover{
  color:#ffffff;
}
a:active{
  color:#ffffff;
}

.gallery {
  text-align: center;
  margin: 0 auto;
  width: 390px;
}

.icon {
  display: inline; /* fix for IE float margin bug */
  height: 140px;
  float: left;
  width: 120px;
  margin: 2px 5px 2px 5px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

div.icon p { margin-top: 5px; }

.wallset {
  text-align: center;
  margin: 0 auto;
  width: 435px;
}

div.wallset td {
  padding:5px; 
  text-align: center; 
  vertical-align:top; 
  font-size: 11px; 
  font-weight: bold;
}

.wall {
  display: inline; /* fix for IE float margin bug */
  height: 160px;
  float: left;
  width: 145px;
  margin: 0;
/*  margin: 2px 2px 2px 2px; */
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}

div.wall p { margin-top: 5px; }
div.wall img { border: 1px solid #000000; }


.thumb100 {
  display: inline; /* fix for IE float margin bug */
  float: left;
  width: 100px;
  margin: 0px 15px 20px 15px;
  text-align: center;
  font-size: 10pt;
  font-weight: bold;
}

div.thumb100 img {
  border: 0;
}

.style8  {font-size: 8px;}
.style10 {font-size: 10px;}
.style11 {font-size: 11px;}
.style12 {font-size: 12px;}
.style13 {font-size: 13px;}
.style14 {font-size: 14px;}
.style15 {font-size: 15px;}
.style16 {font-size: 16px;}
.style17 {font-size: 17px;}
.style18 {font-size: 18px;}
.style20 {font-size: 20px;}
