@import url(module/layout_1col_fixed.css);
@import url(module/topnav.css);
@import url(module/sidenav.css);
@import url(module/type.css);

/* 
	MUFF
	GLOBAL RULES
*/

body {
	padding				: 0px;
	background			: url(../../images/page_bg.gif);
	color				: #000000;
	margin				: 0;
	text-align			: center;	 
	font-family			: Arial, Geneva, sans-serif;
	font-size			: 76%;
	/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
}

div	{
	border				: none;
	margin				: 0px;
	padding				: 0px;
}

img { 
	border: 0; 
}