 
#pagewidth{ 
 width:100%;  
}
 
#header{
 position:relative; 
 float:left;
 height:110px; 
  
 width:100%;
} 



#logo_left {
	position: relative;
	float:left;
	width:316px;
	color: #333333;
	height:auto;
	}
	#header_text{
	position:relative;
	float:left;
	width:auto;
	padding-left:20px;
	padding-top:50px;
	}
	#logo_right{
	position: relative;
	float:right;
	
	width:356px;
	color: #333333;
	height:auto;
	}
	
	h2.header {
	   margin : 0px 0px 0px 0px;
		font-family: New Century Schoolbook Bold, Verdana, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bolder;
		color:green;
		line-height : 100%;
		text-align:left;
		padding-top: 0px;
		padding-bottom: 0px;
		}
		#search_container{
		/*width:80%;*/
		width:85%;
		position:relative;
		float:left;
		text-align:center;
		padding-left:15%;
		}
		
		
		
		#welsh_search {
	position:relative;
	float:left;
	width: auto;
	color:#FF0000;
	height:25px;
	padding-top: 2px;
	margin-bottom: 15px;
	text-align: left;
    padding-right:20px;
	}
	
	#irish_search {
	float:left;
	position:relative;
	width:auto;
	/*color: #333333;*/
	color:#008000;
	height:25px;
	padding-top: 2px;
	margin-bottom: 15px;
	text-align: left;
     padding-right:20px;
	}
	#current_search {
	float:left;
	position:relative;
	width:auto;
	/*color: #333333;*/
	color:#008000;
	height:25px;
	padding-top: 2px;
	margin-bottom: 15px;
	text-align: left;
    padding-right:20px;
	}
	#artist_search {
	float:left;
	position:relative;
	width:auto;
	/*color: #333333;*/
	color:#008000;
	height:25px;
	padding-top: 2px;
	margin-bottom: 15px;
	text-align: left;
    
	}


  #left_content{
	float: left; 
 	position: relative; 
 	width:14%;
	color: #333333;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 0px;
	border-right: 1px solid #990000;
	/*line-height: 150%;	*/
		line-height: 175%;
	margin: 0 0 0 0;
	}
 
#index_maincol{
float:left; 
 position:relative; 
 padding-left:10px;
 padding-right:10px;
 text-align:justify;
 width: 68%;
  }
  #maincol{
float:left; 
 position:relative; 
 padding-left:10px;
 padding-right:10px;
 text-align:justify;
 width: 73%;
  }
 #right_news{ 
 float: left; 
 	position: relative; 
 	width:10%;
	height:400px;
	color: #333333;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 0px;
	/*border-left: 1px solid green;*/
	border: 1px solid green;
	text-align:center;
	/*line-height: 150%;	*/
		line-height: 175%;
	margin: 0 0 0 0; 
 }
 .news_headlines{
color:red;
font-weight:bold;
font-size:102%;
 }
 
 
 #art_thumbs{
 width:100%;
 position:relative;
 float:left;
 text-align:center;
 padding-left:20px;
 }
 .art_thumbs{
 width:140px;
 position:relative;
 float:left;
 text-align:center;

 }
 
 #all_galleries{
 position:relative;
 float:left;
 width:100%;
 }
 
 .firefox_fix{
 clear:both;
 }
 #showcase_container{
 position:relative;
 float:left;
 width:98%;
 padding-left:5px;
 }
 .showcase_text{
 width:100px;
 position:relative;
 float:left;
 text-align:justify;
 }
 .showcase_pics{
 position:relative;
 float:left;
 
 }
 
 #gallery_tour{
 position:relative;
 float:left;
 /*width:400px;*/
 /*height:350px;*/
 text-align:center;
 padding-left:50px;
 padding-right:20px;
 }
 
 .gallery_thumbnail{
 position:relative;
 float:left;
 /*width:150px;*/
 text-align:center;
 margin-left:10px;
 padding-bottom:10px;
 }
 
 #event_details{
 position:relative;
 float:left;
 width:100%;
 }
 #event_text{
  position:relative;
 float:left;
width:450px;
 }
   #event_pics{
  position:relative;
 float:left;

padding-left:10px;
 }
 
 #back{
 position:relative;
 float:left;
 width:100%;
 text-align:center;
 }
 
  .about_container{
 position:relative;
 float:left;
 width:100%;
 clear:both;
 margin-left:10px;
 margin-bottom:10px;
 }
 
 .img_left{
  position:relative;
 float:left;
margin-right:20px;

 }
 .img_right{
  position:relative;
 float:right;
margin-right:20px;
 }  
 

 
 .contact_container{
 width:240px;
 position:relative;
 float:left;
 
 }
 
#footer{
 height:50px; 
 
 clear:both;
 text-align:right;
 } 
 .Wales{
 font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 110%;
	font-weight: bold;
	color: red;
	line-height:150%;
 }
 .Ireland{
 font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 110%;
	font-weight:bold;
	color:green;
	line-height:150%;
 }
 
 .Neutral{
 color:#333333;
 }

 
 /* *** 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 */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
