*{
	margin:0;
	padding:0;
	border:0;
	}
	body{
	background-image:url(img/bg.gif);
	background-repeat:inherit;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	width:100%;
	height:100%;
	/*background:#FFFDEB;*/
	}
	#wrapper{
	width:1024px;
	height:100%;
	margin:0px auto;
	padding:10px;
	/*background:#F9F7ED;
	*/
	}
	#navigation{
	width:1022px;
	height:30px;
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	}
	#header{
	border:1px solid #FFFFFF;
	height:80px;
	width:725px;
	background-image:url(img/birdyheader_new4.png) ;
    background-repeat:no-repeat;
	
	/*border:1px solid #ffffff;*/
	}
	/*#left-corner{
	margin-left:744px;
	width:296px;
    height:140px;
	position:absolute;
	background:#FFFDEB;*/
	
	#content{
	/*margin-top:10px;*/
	padding-botom:10px;
	
	}
	#content div{
	padding:10px;
	float:left;
	background:#F9F7ED;
	margin-bottom:5px;
	}
	#content-left{
        margin-top:0px;
	width:182px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	}
	#content-main{
	/*margin-left:10px;*/
        margin-top:0px;
	width:502px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	}
	#content-right{
	padding-botom:10px;
	padding:10px;
	float:right;
	background:#F9F7ED;
	margin-bottom:5px;
	/*margin-left:10px;*/
	width:276px;
	border-top:4px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	}
	
	
	#footer{
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #ffffff;
	padding:10px;
	width:1002px;
	height:50px;
	background:#F9F7ED;
	background-image: url(img/footer.png);
	background-repeat:repeat-x;
	background-position:bottom;
	
	}
	#bottom{
	clear:both;
	text-align:right;
	}
     
