@charset "utf-8";
/* CSS Document */
		
		body {
			background-color: #ffffff;
			margin-top: 0px;
			margin-left: 0px;
			font-family: myriad-pro, trebuchet MS, sans-serif;
			}
	
		h1 {
			font-size: 16px;
			font-weight: 100;
			color: #999;
			margin-bottom: 3px;
		}
	
		a	{
		text-decoration: none;
		}
		
		a:link {color:#ecfeb5; font-size: 30px;}      /* unvisited link */
		a:visited {color:#ecfeb5; font-size: 30px;}  /* visited link */
		a:hover {color:#0596e1; font-size: 30px;}  /* mouse over link */
		a:active {color:#0596e1; font-size: 30px;}  /* selected link */
		
		a.menu:link {color:#93c205; font-size: 20px;}      /* unvisited link */
		a.menu:visited {color:#93c205; font-size: 20px;}  /* visited link */
		a.menu:hover {color:#0596e1; font-size: 20px;}  /* mouse over link */ 
		a.menu:active {color:#0596e1; font-size: 20px;}  /* selected link */
		a.menu span.big { font-size: 26px; }
		a.menu span.hilite { color:#0596e1; }
		a.menu span.dhilite { color:#66c9fc; }
		
		
		a.tam:link    { font-size: 36px; color: #666666;}
        a.tam:visited { font-size: 36px; color: #666666;}
        a.tam:active  { font-size: 36px; color: #666666;}
        a.tam:hover span.normal { font-size: 36px; color: #0596e1;}
		a.tam:link span.hilite { font-size: 36px; color: #0596e1;}
        a.tam:hover span.hilite { font-size: 36px; color: #44dcfd;}
		a.tam:visited span.hilite { font-size: 36px; color: #0596e1;}
		a.tam:active span.hilite { font-size: 36px; color: #0596e1;}
		
		
		a.opacity:hover {	
  			 /* for IE */
  			filter:alpha(opacity=30);
  			  /* CSS3 standard */
  			opacity:0.3;
  			  }
		
		div#slice {
			position: fixed;
			margin: 0px;
			background-image: url(img/slice.jpg); 
			background-repeat: no-repeat;
			background-position: top left; 
			width: 299px;
			height: 495px;	
			}
		
		div#menu {
	     	position: relative;
			line-height: 200%;
			width: auto;
			left: 40px;
			top: 20px;
			float: left;
			}
	
		div#container {
  			margin: 0 auto;
  			width: 1040px;
  			text-align: left;
  			}
	
	
		div#content {
	     	position: relative;
		    float: left;
			width: 600px;
			top: 50px;
			left: 310px;
			}
			
		div#content2 {
	     	position: relative;
		    float: left;
			width: 1040px;
			top: 20px;
			left: 310px;
			}	
	
		div#contact {
	     	position: relative;
		    float: right;
			margin-top: 20px;
			}
