   /* designed by
             yonatan reinberg 
             matthew pinto
	social ink, www.social-ink.net
       2008  */

	   
/* Body Setup */
	   
   body {
  font-family: Garamond, Calibri, Arial, Times;
  background: white; 
  min-width: 895px;
  text-align:center;
  margin-top:0px;
  background-image:url(img/site_background.jpg);
  background-repeat:repeat-x;
   }
   
   
   #wrapper {
   height: 100%;
   width: 895px;
   text-align: left;
   z-index:0;    
   margin-left: auto;
   margin-right: auto;
   position:relative;
   }
   
   
   
/* Structural DIVs */
   
   #rainbow {   
   position: absolute; 
   left: 10px; top: 0px;
   z-index: 1;
   }
   
   #sidebar {  
   position: absolute; 
   /* border: 1px solid red; */
   left: 10px; top: 220px;
   z-index: 1;
   }
   
   #content {
   padding: 10px; 
   position: absolute; 
   left: 280px; top: 210px;
   width: 520px;
   z-index:2;
   }
    
   #copyright {
   left: 20px; top: 500px;
   position: absolute;
   z-index:3;
   
   }

   

/* HR Elements */

		hr.hr1 {
		background-color:#FFFFFF;
		border:2px solid #607184;
		color:#FFFFFF;
		height:5px;
		}

/* Image Elements */	  
	  
	img.floatRight { 
    float: right; 
    margin-left: 8px;
}



/* Text Elements */

p {
  font-family: Garamond, Calibri, Arial, Times;
  font-size: 12pt;
  color: #373737;
  text-align: justify;
}

h2 {
  color: #506277;
  font-family: Garamond, Calibri, Arial, Times;
  font-size: 13pt;
  font-weight: bold;
}

h3 {
  color: #506277;
  font-family: Garamond, Calibri, Arial, Times;
  font-size: 12pt;
  font-weight: bold;
}



li {
	font-size: 12pt;
    padding-bottom: 5px;
}

ul {
	list-style: none;
	background-image: url(img/ul-line.jpg);
	background-repeat: repeat-y;}

}

a {
  text-decoration: none;
    font-size: 12pt;
}

a:link {
  color: #4c94cc;
    font-size: 12pt;
}

a:hover{
	text-decoration:underline;
}

a:visited {
  color: #4c94cc;
    font-size: 12pt;
}

a img {
	border: none;
	}

pre {

  font-family: Arial;
  font-size: 12pt;
}

.alignleft {
	float: left;
	padding-right: 10px;
}