/**
 *Template Design by Larrett Designs
 *Wawa Ontario Canada
 *July 1 2008 
*/
#all{
	text-align:center;
}
#header{   
       
	height:125px;
	width:900px;
	margin:0 auto; /*center hack*/ \
        
        overflow:hidden;
	}
#logo{
	height:120px;
	width:500px;
	float:left;
	text-align:left;
        overflow:hidden;
	}
#newsflash{
	float:right;
	width:380px;
	height:120px;
	text-align:left;
	overflow:hidden;
	}
#menu{
	width:100%;
}
#page{
	width:900px; /*center hack*/ 
	margin:0 auto; /*center hack*/ 
	text-align:left;
	overflow:hidden;
}
.inside{padding:10px;}



#top{
        margin:10px 0 0 0 ;
	height:100px;
	text-align:left;
}
#bottom{
	height:200px;
	text-align:left;
}
 .left{
	float:left;
	width:49%;
}
 .right{
	float:right;
	width:49%;
}

#leftside{
	float:left;
	width:24%;

}
#bodywrap{
	float:right;
	width:74%;
}

#mainbody {
	float:left;
	width:90%;
}
#rightside{
	float:right;
	width:30%;
}
#footer{
	height:100px;
}

.clr{clear:both;}
