/* global */

  


    /* image replacement */
        .graphic, #header h1, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

    /* clearfix */

		#content:after, ul:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		#content, ul{
			display:block;
			}
		/*  \*/
		#content, ul{
			min-height:1%;
			}
		* html #content, * html ul{
			height:1%;
			}

    /* // clearfix */
	
	/* HTML Tags */
        a{
			text-decoration:none;
			color:#00758e;
            }
        a:hover{
			color:#999;
            }			
		#container table, input, textarea, select, li{
			font:100% Arial, Helvetica, Sans-Serif;
			line-height:160%;
			color:#333;
			}				
		
		blockquote{
			}
		img{
			border:none;
			}			
		hr{
			display:none;
			}	
		#container table{
			margin:1em 0;
			width:100%;
			border-collapse:collapse;
			}
		#container th,#container  td{	
			padding:2px 5px;
			}	
		#container th{	
			text-align:left;
			}	
		#container li{
			display:list-item;
			}
		cite{
			font-size:17px;
			font-weight:bold;
			}
	
	/* // HTML Tags */	
	
/* // Global */

/* page setup */

	
	.col{
		float:left;
		display:inline;	
		width:299px;	
		margin-left:36px;
		padding:0 0 1em 0;
		}
	.full{
		clear:both;	
		padding:1em 36px;
		}	
	
/* //page setup */

/* header */

	#header h1{
		position:absolute;
		margin:0;
		padding:0;
		width:203px;
		height:110px;
		top:34px;
		left:36px;
		background:url(../images/bg_logo.gif) no-repeat 0 0;	
		}				

/* // header */

/* content */
				
	.left{
		float:left;
		margin-top:.5em;
		margin-right:15px;
		}			
	.left img{
		border:1px solid #e1e1e1;
		border-top:1px solid #e8e8e8e8;
		border-left:1px solid #e8e8e8e8;
		background:#f1f1f1;
		padding:5px;
		}				
			
	/* gallery */
	
		#gallery ul, #gallery li{ 
			margin:0;
			padding:0;
			list-style:none;
			
			}	
		#gallery ul{
			
		}
		#gallery li{ 
			height:180px;
			margin-right: 20px;
			/*overflow:hidden;*/
			}	
			
		#gallery{ 
			margin-left:60px;
			width:886px;
			height:180px;
			}	
		#prevBtn, #nextBtn{ 
			display:block;
			width:60px;
			height:77px;
			position:absolute;
			left:-0px;
			top:121px;
			}	
		#nextBtn{ 
			left:940px;
			}														
		#prevBtn a, #nextBtn a{  
			display:block;
			width:60px;
			height:77px;
			background:url(../images/btn_prev.png) no-repeat 0 0;	
			}	
		#nextBtn a{ 
			background:url(../images/btn_next.png) no-repeat 0 0;	
			}								
	
	/* // gallery */													

	.col strong, .full strong{
		padding:0 2px;
		background:#f1f1f1;
		}
	.col a, .full a{
		font-weight:bold;
		text-decoration:underline;
		}		


	.full ul, .full li{
		margin:0;
		padding:0;
		list-style:none;
		}
	.full li{
		padding:3px 15px;
		background:#f1f1f1;
		margin-bottom:1px;
		}		

/* // content */

