@charset "utf-8";
/* CSS Document */

body {font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	     font-size: 13px;
		 background-color: #1AB3D6;
	     background-image: url(images/gradient1.jpg);
		 background-repeat: repeat-x;
	     line-height: 120%;}
		 
		 
div#crate {background-color: #FFFFFF;
               margin: auto;
			   border-style: solid;
			   border-left-width: 2px;
			   border-right-width: 2px;
			   border-bottom-width: 3px;
			   border-top: none;
			   border-color: #058877;			   
			   width: 850px;
              }
			  
div#header {background-color: #058877;
                  background-image: url(images/glassgem.jpg); 
                  width: 850px;
				  height: 174px;   
                }
				
/*div#subnav  {float: left;
                   margin-right: 20px;
				   margin-top: 100px;}*/
				   
div.nav {position: relative;
              margin-top: 10px;
              margin-right: auto;
			  margin-bottom: 20px;
			  margin-left: auto;
			  font-size: 13px;}

				
div#topnav {marign-left: auto;
                  margin-right: auto;
                  margin-top: 7px;
				  margin-bottom: 20px;
				  font-size: 12px;
				  width: 400px;
                 }	
				 
div#navinside  {float: right;
                      margin: 150px;
					  }		
					  
div#info  {width: 98%;
              margin: auto;
			  font-size: 10px;
			  padding-top: 10px;
			  padding-bottom: 15px;
			  }
			  
div#copyright  {float: left;
					  }
					  
div#me  {float: right;
			 } 					  	   
				 
#content  {width: 90%;
                margin: auto;
               }
			   
p  {line-height: 130%;
    }
	
p.tagline {font-size: 18px;
               text-align: center;
			   color: #f0ad28;
			  }	
			  
p.workshop  {text-indent: 0px;}

p.workshop2  {text-indent: 0px;
                     margin-left: 40px;}
	
h1  {font-size: 19px;
       color: #AA3C47;
	   padding: 10px;
	   line-height: 130%;}
	   
tr.gallery  {font-size: 13px;
               font-weight: bold;
			   }
	   
.martin  {color: #058877;
             font-weight: bold;}
			 
.greendk  {color: #036256;
             font-weight: bold;}
			 
.red  {color: #aa3c47;
         font-weight: bold;
		 }
			 
.navbold  {font-weight: bold;
               padding-right: 10px;
               padding-left: 10px;}
			   
			 
a  {font-weight: bold;
      text-decoration: none;}
	  
a:link {color: #aa3c47}
a:visited {color:#2287a5;}	  
	  
	  
a.header {padding-right: 10px;
               padding-left: 10px;}	
			   
a.subheader {margin-right: 75px;
                   position: relative;
				   top: 8px;} 		 


img#imggem1  {float: left;
                     padding: 6px;
					 margin-left: 15px;}
				 
img#imggem2  {float: right;
                     padding: 6px;
					 margin-right: 10px;}
				 
.bold  {font-weight: bold;}




				 
