/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	DOMAIN	::	www.karlmertz.com
##	DESC	::	Default canvas-layout styles...
##	AUTHOR	::	SL
##	DATE	::	07.09.2006
##	NOTES	::	Mainly using padding instead of margin because of stupid IE error when floating...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	MISC DEFAULT STYLES...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
body {
	background-image: url(../_images/gfx/bg_site_marine.gif);
}
a {
	color: #4E7B95;
}
a:hover  {
	color: #666666;
}
.info {
	background-image: url(../_images/gfx/arrow_marine.gif);
}
#header {
	background-image: url(../_images/gfx/bg_header_marine.gif);
}
