/* common */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-image: url(../images/bg_main.gif);
 background-position: top center;
 background-repeat: no-repeat;
 background-color: #ebd482;
 font-size: 13px; 
 line-height: 160%;
 font-family: Arial, Helvetica, sans-serif;
 color: #555555;
} 
a{
	color: #00696A;
	text-decoration: none;
}
a:hover{
	color: #FF593C;
	text-decoration: underline;
}
#pagewidth{ 
 width:954px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:198px; 
 width:100%;
} 
#header h1{
	text-indent: -9999px;
	height: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#nav{
 position:relative; 
 height:100px;
 width:100%;
 background-color: #fff;
 padding: 0;
margin: 0;
 } 
#wrapper{
	background: White url(../images/bg_01.jpg) repeat-y scroll left;
}
h2.hide{
	display: none;
}
h2.show{
	font-size: 20px;
	line-height: 130%;
	background-image: url(../images/bg_h2.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 30px;
}
#leftcol{
 width:27%; 
 float:left; 
 position:relative;
  padding-right: 5px;
  }
#leftcol div img{
	padding: 6px 5px 0px 50px;
}

#leftcol ul{
	margin-top: 6px;
	list-style-type: none;
}
#leftcol li{
	line-height: 160%;
}
#leftcol li a{
	background-color: transparent;
	background-image: url(../images/dot_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#leftcol li a:hover, #leftcol li a:active{
	background-image: url(../images/dot_01a.gif);
}
#maincol{  
 float: right; 
 display:inline; 
 position: relative; 
 width:68%; 
 background: White url(../images/bg_01.jpg) repeat-y scroll right;
 padding: 0px 20px 10px 0px;
 }
#maincol ul{
	list-style-type: none;
	margin-top: 10px;
}
ul.def li{
	list-style: none outside url(../images/play2.gif);
}
#maincol ul li{
	line-height: 160%;
	}
#maincol ul li a{
   padding-left: 20px;
	background-image: url(../images/play.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	}
#maincol ul li a:hover, #maincol ul li a:active{
	background-image: url(../images/play2.gif);
}
#cola{
	width: 45%;
	float: left;
}
#colb{
	width: 48%;
	float: right;
}
#footer{
 height:58px; 
 clear:both;
 background: #ebd482 url(../images/bg_02.jpg) no-repeat scroll top left;
 padding-top: 38px;
 text-align: center;
 color: #333333;
 font-size: 12px;
 } 
  
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/* pages */
/* index */

 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol,#header,#nav{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
