/* <fb:comments href="http://www.desifriel.com" num_posts="3" width="450"></fb:comments>*/  

body,td,th {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

body {

    background-color:#003300;
	background-image: url(images/eternal-sky-wide-green.jpg); background-repeat: no-repeat; background-attachment: fixed;
	margin: 20px 0px 0px 0px;	
	
}

/* The CSS element below controls the look of layers */ 

#newslayer {

	position:absolute;
	width:480px;
	height:430px;
	z-index:1;
	overflow: auto;
	visibility: visible;

}

#welcomelayer {
	
	position:absolute;
	width:480px;
	height:430px;
	z-index:2;
	overflow: auto;
	visibility: visible;

}

#biographylayer {
	
	position:absolute;
	width:480px;
	height:480px;
	z-index:3;
	overflow: auto;
	visibility: visible;

}

#facebooklayer {

	position:absolute;
	width:480px;
	height:600px;
	z-index:1;
	overflow: auto;
	visibility: visible;

}

/* The CSS element below controls the rounded areas of page elements */ 

.roundedcorners-pages {

     background-color: #A2B134;
	 border:0px solid #999;
     -webkit-border-radius: 15px 15px 15px 15px;
     -moz-border-radius: 15px 15px 15px 15px;
     border-radius: 15px 15px 15px 15px;
	 -moz-box-shadow: #000 5px 5px 5px 25px;
     box-shadow: #000 5px 5px 25px;
	  	
}

.roundedcorners-features {

     background-color: #A2B134;
	 width: 400px;
	 border:0px solid #999;
     -webkit-border-radius: 15px 15px 15px 15px;
     -moz-border-radius: 15px 15px 15px 15px;
     border-radius: 15px 15px 15px 15px;
	 -moz-box-shadow: #000 5px 5px 5px 25px;
     box-shadow: #000 5px 5px 25px;
	  	
}

.roundedcorners-images {

     background-color: #A2B134;
	 width: inherit;
	 border:0px solid #999;
     -webkit-border-radius: 15px 15px 15px 15px;
     -moz-border-radius: 15px 15px 15px 15px;
     border-radius: 15px 15px 15px 15px;
	 -moz-box-shadow: #000 5px 5px 5px 25px;
     box-shadow: #000 5px 5px 25px;
	  	
}

/* The CSS elements below control the appearance of any links on the site */  

a:link {
	
	color: #360;
    font-weight:bold;
	text-decoration: underline;
			
}

a:visited {
	
	color: #360;
	font-weight:bold;
	
}

a:hover {
	
	color: #360;
	font-weight:bold;	
	
}

a:active {
	
	color: #360;
	font-weight:bold;
		
}

/* The CSS element below controls text appearance */ 

.maintext {

    font-weight:normal
}

.maintextboldsmall {

    font-weight:bold;
	font-size: 10px;
	color: #360;
}

.linkspacertext {

    font-size: 12px;
	color: #FFF;
}

.warningtext {

    font-size: 10px;
	color: #FFF
}

.imagesubtitles {

    font-size: 10px;
	font-weight:bold;
	color: #360
	
}


/* The CSS elements below control the search engine visibility of text headers */  

.h1 {

    font-size: 20px;
	font-weight: bold;
	color: #006600;

}

.h2 {

    font-size: 16px;
	color:#006600;
    font-weight: bold;
}

.h3 {

    font-size: 12px;
	color:#006600;
    font-weight: bold;
}



.copyrighttext {

	font-size: 10px;
	font-weight: normal;
	color: #FFF;
}


/* The CSS element below controls the opacity of table content */ 

.opacity {

	opacity:1.0;
	filter:alpha(opacity=100);	
}

/* The CSS element below reverses the text of an email address to prevent spam */ 

.backwards {

	unicode-bidi:bidi-override;
	direction: rtl;
		
}

/* The CSS elements below control the look of form objects */ 

.formtextboxes { 

    font-size: 11px; 
	font-weight: normal;
	color:#666;
	background-repeat: no-repeat;
    background-color: #eeeeee;
	border: 2px;
    width: 200px;
	height: 20px;
	
	
}

.formcommentsarea {

	font-size: 11px; 
	background-color: #eee; 
	color:#666;
	border: 0px;
	width: 200px;
	height: 120px;
	
	
}

.narrowformdropdownboxes { 

    font-size: 11px; 
	background-repeat: no-repeat;
    background-color: #eee;
	color:#666; 
	border: 0px;
    width: 200px;
	height: 17px;	
	
}

.formbuttons {

    color:#FFF;
	font-size: 12px;
	font-weight: bold; 
    background-color: #360;
	border: 1px solid #333;
	width: 100px;
	height: 20px;
	
}

/* The CSS element below controls the appearance of scrolllbars */ 

.layerscrollcolour {

	scrollbar-base-color: #A2B134;
	scrollbar-arrow-color: #FFF;
	scrollbar-3dlight-color: #A2B134;
    scrollbar-track-color: #A2B134;
    scrollbar-darkshadow-color: #A2B134;
    scrollbar-face-color: #360;
    scrollbar-highlight-color: #A2B134;
    scrollbar-shadow-color: #A2B134	

}

/* The CSS elements below control the border appearance around tables */ 


.tableborderall {

	border: 1px double #360;
	
}
