/* CSS Document */


body 	{
		
		text-align:center;
		background-image: url('bg.jpg');
		background-repeat: repeat;
		background-attachment: fixed;
		background-position:center; 
		font: normal 14px/1.4em Georgia, "Times New Roman", Times, serif;
		
	

		margin: 0px 0px;
		color:#666666;
		}



#container{
align:center;
width: 850px;
margin:0 auto;
 
}

#header{
width: 750px;
height:247px;
 float: left;
}

#left{
	float:left;
	width: 500px;
	padding:0px;
	text-align:left;
	padding-top: 10px;
	padding-left:25px;
	
}

#left1{
	float:left;
	width: 700px;
	padding:0px;
	text-align:left;
	padding-top: 10px;
	padding-left:25px;
	
}


#right{
float:right;
width: 280px;
padding-right: 20px;
padding-top: 10px;
margin: 0px ;
text-align:left;
display: inline;

}

#right1{
float:right;
width: 240px;
padding:10px 5px 5px 60px;
margin:0px;
text-align:left;
display: inline;


}


#footer{
clear: both;

width: 850px;

}		

.floatimgleft {
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}		




/*
 * HEADERS
 */

h1, h2, h3, h4
{
	font-family: georgia, arial;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color:#666666;
}

h1
{
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 0px;
}

h2
{
	font-size: 21px;
	line-height: 21px;
	margin-bottom: 10px;
}

h3
{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
}

h4
{
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
}



/*li {
	list-style-image: url(arr.gif) ;
	}
*/
/* ---[ links ]------------------------------- */

a:link {
	color: #4BA920;
	
	
	}
a:visited {
	color: #4BA920;
	
	
	}
a:hover {
	color: #666;
	
	}
	



.popular_txt
{
	
	color:#666666;
	font-family: georgia, arial;
	font-size: 12px;
	line-height: 19px;
}


a.popular_txt:link {
	color: #4BA920;
	font-style:italic;
	
	}
a.popular_txt:visited {
	color: #666;
	font-style:italic;
	
	}
a.popular_txt:hover {
	color: #4BA920;
	font-style:italic;
	}