@import url(module/layout_2col_fixed.css);
@import url(module/type.css);
@import url(module/top_nav.css);
@import url(module/rounded_panel.css);
@import url(module/rounded_panel_bg.css);
@import url(module/tables.css);
@import url(module/forms.css);

/* 
	AQUAMAKER
	GLOBAL RULES
*/

body {
	padding				: 0px;
	background			: #8BD3E5;
	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; 
}

hr {
	color: #8BD3E5;
	background-color: #8BD3E5;
	height: 1px;
	border-bottom: 1px dashed #8BD3E5;
}
/*8BD3E5*/