@import url(pages.css);

/* general template styles */
#headeraquatic {
	height: 91px;
	background: url(../graphics/system/Aquatic_header.jpg) no-repeat;
	margin-bottom: 92px;
}

#mainlogoaquatic {
	position: absolute;
	z-index: 1;
	margin: 11px 0 0 -23px;
	width: 293px;
	height: 158px;
	font-size: 0;
	line-height: 0;
	background: url(../graphics/system/Aquatic_main_logo.png) no-repeat;
}

* html #mainlogoaquatic {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/system/Aquatic_main_logo.png',sizingMethod='scale');
}

/* homepage template styles */
#homecolumn {
	padding: 15px 15px 20px 15px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}

/* standard template styles */
#column1 {
	width: 152px;
	padding: 0 10px 0 15px;
	border-right: 1px solid #CCC;
}

#column2 {
	width: auto;
	padding: 0 25px 0 12px;
}

#column2content {
	min-height: 250px;
	height: auto !important;
	height: 250px;
}


