/*---------------STRUCTURE--------------------*/
BODY{
	BACKGROUND:#FFF7E4;
	MARGIN:0;
	FONT-FAMILY: Arial, verdana;
	FONT-SIZE: 11px;
	width:1000px;
	}
	
.ff{clear:both}


#top{
	width:960px;
	height:90px;
	}

	#logo{
		display:inline;
		float:left;
		width:530px;
		height:90px;
		}	

	#links1{
		display:inline;
		float:left;
		width:110px;
		border-left:1px solid #444;
		background:#9CF;
		height:90px;
		}

	#links2{
		display:inline;
		float:left;
		width:155px;
		border-left:1px solid #444;
		background:#FCC;
		height:90px;	
		}
	#links3{
		display:inline;
		float:left;
		width:155px;
		border-right:1px solid #444;
		border-left:1px solid #444;
		background:#FF9;
		height:90px;	
		text-align:center
		}	

		
#article{
	clear:both;
	width:1000px;
	border-top: 1px solid #444;
	}
		
#middle{
	width:794px;
	padding:3px;
	float:left;
	}
			
#rightLinks{
	float:left;
	width:150px;
	height:auto;
	text-align:center;
	
	}	
	
	
#bottom{
	width:100%;
	background:#963;
	padding:10px;
	text-align:center
	}
	
/*---------------STRUCTURE TAGS--------------------*/

#top P{ 
	font-size:11px;
	width:330px;
	float:left;
	display:inline;
	height:auto;
	padding: 10px 0 0 0;
	}

#top IMG{ 
	float:left;
	display:inline;
	vertical-align:middle;
	padding:5px 0 5px 0;
	}
	
#top UL{
	margin:0;
	padding:5px;
	list-style-position: inside;
	list-style-image: url(../gif/BDicon.gif);
	line-height:15px;
	}	
	
#bottom UL{
	margin:0;
	}
	
#bottom LI{
	display:inline;
	padding:5px;
	}	
	
#bottom LI A{	
	color:#fff;
	font-size:12px;
	}
	
	
#paypalR{
	background:#ECEC92; 
	padding:2px; 
	background-image:url(gif/donateBG.gif); 
	background-repeat:no-repeat; 
	background-position:bottom right;
	margin-bottom:20px;
	width:140; 
	margin-left:10px;
	}
	
#sponsers{
	width:150; 
	padding:2px;
	margin:0 10px 0 10px; 
	text-align:left; 
	
	}	

#rightLinks SPAN{ 
	width:120; 
	text-align:left; 
	display:block;
	margin-left:10px;
	}
	
#rightLinks .lg{ color:#777; font-size:10px; text-decoration:none;}
	
/*---------------TAGS--------------------*/




H1{
	font-size: 10px;
	color: #630;
	font-weight:bold;
	margin:0;
	}
  
  
A{color:#000		}

A:hover{color:#630;	}
