* {
  margin: 0;
  padding: 0;
}
body {
  /*background-color: #333137;*/
  color: #000000;
  font-family: "Lucida Sans", Verdana, Arial, sans-serif;
  font-size: 62.5%;
  background-image: url(images/bg3.png);
	background-position: top center;
background-attachment: scroll;
background-repeat: repeat-y;
	margin:0;
	padding:0;

}
a {
  color: #333137;
  /*text-decoration: none;*/
}
a:hover {
  color: #333137;
  text-decoration: underline;
}
a img {
  border: none;
}

#wrapper {
  font-size: 1.3em;
  width:912px;
 background-color: #333137;
  	margin:0 auto 0 auto;

  }

/* HEADER */
  #header {
    background: #333137 ; /* url(images/header.gif); */
    /*float: center;*/
    height: 101px;
	width: 912px;
	/*width: 100% ;*/ 
  }
  
  #header h1 {
    font-family: Arial, sans-serif;
    font-size: 2.3em;
    padding-left: 6%;
    padding-top: 17px;
	
  }
  #header h1 a {
    color: #333137;
  }
  #header h1 a:hover {
    text-decoration: none;
  }
  #header h1 span {
	/*color: #bbb;*/

  }
  #header img {
   float: left;
  }
  
  
/* NAV */
  #nav {
    margin-right: 8%;   
  }
  #nav ul {
    float: right;
    list-style-type: none;    
  }
  #nav ul li {
    font-size: 1.1em;
    float: left;
  }
  #nav ul li a {
    color: #333137;
    margin: 5px 0;
    padding-left: 19px;
    padding-right: 15px;
  }
  #nav ul li a:hover {
    background: #000000 url(images/bullet.png) no-repeat;
    color: #333137;
    text-decoration: none;
  }
  
/* CONTENT */
  #content {
    clear: both;
    float: left;
	width:812px;
    margin: 0px 20px 0px 30px;  
    /*margin: 10px 8%;*/  
	/*width: 100%;/*susa added*/*/
  }
  #content h2 {
    color: #333137;
    font-size: 1.1em;
    font-weight: normal;
    height: 31px;
    margin: 20px 0 1px 0;
    padding: 2px 0 0 48px;
    text-align: center;
  }
  #content p {
    margin: 8px;
    line-height: 20px;
    /*padding-left: 20px;*/		
    /*text-align: justify;*/
  }
  #content ul {
    list-style-image: url(images/bullet.gif);
    margin-left: 70px;
    margin-top: 10px;
  }
  #content ul li {
    padding-bottom: 6px;
    padding-left: 4px;
  }
  #content ul li a {
    top: -1px;
    /*position: relative;*/
  }
  #content .template-box {
    padding-left: 20px;
    padding-top: 20px;
  }
  #content .template {
    /*float: left;*/    
    margin: 15px 15px;
  }
  
    #content .template2 {
    /*float: left;*/    
    margin: 10px 10px;
  }
  
  
  
  #content .template a img {
    border: 5px solid #333137;
    
  }
	 #content .template2 a img {
    border: 5px solid #333137;
    
	
  }
  #content .template a:hover img {
    border: 5px solid #333137;
  }

  #content .template2 a:hover img {
    border: 5px solid #333137;
  }

div.pictures {
    /*margin: 15px 15px;*/
	padding: 4px;
   	background-color: #333137;
	text-align:center;


}
div.pictures img {
	border: 1px solid #000;

	}
div.pictures p {
	background-color: #b8b8b8;
	margin: 2px 2px 2px 2px !important;
	color: #000000;
  border: 1px solid #fff;
  text-indent: 0px;
	font-family: "Times New Roman", serif;
	padding: 2px;
  padding-left: 0px;
	font-size: .9em;
	
	
}




/* FOOTER */
  #footer {
    background: #333137 url(images/footer.gif);
        height: 91px;
		float: left;
    margin-top: 20px;
    padding-top: 9px;
    text-align: center;
    width: 912px;
  }
  #footer div {
    display: inline;
    margin-top: 15px;
    padding: 0 15px;
  }
