/* 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:#000000;
  font-family:verdana;
  font-size:8pt;
  text-align:center;
  background: #e6e7e8;
  background-image: url(/themes/layout02/bg.jpg);
/*  background-position:absolute;
  background-attachment:fixed;
*/
  background-repeat: repeat-x;

}


#container {
  margin: 0 auto;
  width: 917px; 
  text-align: left;
  position:relative;
}


#sidebar {

  text-align: left;

/*  padding-left: 2px;
  float: left;
  width: 225px;
*/
}

#sidebar a {
  text-decoration:none;
}

#sidebar h1 {
  color:#1ebcee; 
  font-family:verdana;
  font-size:9pt;
  font-weight:bold;
  background:#696969;
  word-spacing: 4px;
  line-height:1.5em;
  padding:5px; 
  border-bottom:5px solid #a0eb02;
/*  width: 225px; */
  margin-top: 9px; 
  margin-bottom: 5px;

}

#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-right: 45px;
  float: right;
  width: 465px;
*/
  text-align: justify;
  margin-top: 4px;

}

#content h1 {
  text-align: left;
  color:#e72b60;
  background-color:#000000;
  font-size:14pt;
  padding: 4px 5px;
  margin-top: 9px; 
  border-bottom: 10px solid #e72b60;
  margin-bottom: 15px;
}


#footer {
  clear:both;
/*  background-color:#e6e7e8;
  height:15px;
*/
}


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

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

#snav dt {
  font-size:10pt;
  padding: 2px 5px 2px 5px;
  margin-bottom: 2px;
  color: #e72b60;
  background-color:#000000;
  border-bottom: 3px solid #e72b60;
}


#snav dt a {
  color:#e72b60;
  text-decoration:none;
}
#snav dt a:hover {
  font-weight: bold;
}


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


a {
  background:transparent;
  text-decoration:underline;
}
a:link{
  color:#000000;
}
a:visited{
  color:#000000;
}
a:hover{
  color:#4c5064;
}
a:active{
  color:#000000;
}

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

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

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

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

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: 160px;
  margin: 0;
/*  margin: 2px 2px 2px 2px; */
  text-align: center;
  font-size: 10px;
  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 11px 20px 11px;
  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;}
