*{
	margin	:0px;
	padding	:0px;
	}

body{
/*
	background-image:url(/public/images/background.jpg);
	background-repeat:repeat-x;
*/
}

img{
	border:0px;
}

/***************************************/

div#container{
	width			:800px;
	height			:100%;
	background		:#fff;
	margin			:0 auto;
}

/***************************************/

div#header{
	height			:82px;
	margin-bottom	:1px;
	background		:white;
	background-image:url(/public/images/header2.jpg);
	background-position:left bottom;
}

/***************************************/

div#m{
	background-image:url(/public/images/seafeather_lb.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

/***************************************/

div#footer{
	clear			:both;
	background		:#fff;
	border-top		:1px solid #888;
	width			:800px;
	margin			:1px auto;
	font-size		:80%;
}

/***************************************/

div#l{
	float			:left;
	width			:200px;
	margin-right	:0px;
}

div#c{
	float			:left;
	width			:400px;
	margin-left		:0px;
/*	border:1px solid red;
	background-color:red;*/
}

div#r{
	float			:right;
	width			:200px;
	margin-right	:0px;
}

/***************************************/

div#cc{
	margin-top		:4px;
	width			:396px;
	height			:164px;
	border:2px solid white;
	background-image:url(/public/images/white.png);
}

div#cl{
	float			:left;
	background-color:blue;
}

div#cr{
	float			:right;
	background-color:yellow;
}

div#cl,
div#cr{
	border-color	:#8080ff;
}

/***************************************/

#ADL{
	margin-left:-1000px;
}


