/*-General-----------------------------------------------*/

html, body {
	margin:0px;
	padding:0px;
	font: 12px arial, tahoma, helvetica;
	margin-bottom: 10px;
}

form {
	display:inline;
	margin:0px;
	padding:0px;
}

a img {
	border:none;
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4, h5, h6, p, div {
	margin:0px;
	padding:0px;
}

.right {
	float:right;
}

.left{
	float:left;
}

/*-Main Layout-------------------------------------------*/

.overall {
	width: 600px;
	background: #fff;
	border: 0px solid #ff0000;
	border-top: 0px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}


/*-Header-------------*/

.header {
	background: #334F67 url(../imgs/digsfish_title.jpg) no-repeat;
	height: 76px;
}

/*-Fish---------------*/
.fish {
	float: right;
	background: url(../imgs/digsfish_fish.jpg) no-repeat;
	height: 100%;
	width: 448px;
}

/*-Menu---------------*/

.menu {
	background: #487396; 
	/*url(../imgs/digsfish_menu_back.jpg);*/
	height: 15px;
	text-align: right;
	padding-right: 5px;
	color: #eee;
}

.menuitem {
	margin-left: 15px;
}

.menuitem A { color: #eee; text-decoration: none; }
.menuitem A:visited { color: #eee; text-decoration: none; }
.menuitem A:active { color: #eee; text-decoration: none; }
.menuitem A:hover { color: #ccc; text-decoration: none; }

/*-Footer-------------*/

.footer {
	background: url(../imgs/digsfish_footer.jpg);
	height: 17px;
}

/*-Content Area-------*/

.body {
	background: #EBF4FC;
	/*url(../imgs/digsfish_body_back.jpg);*/
	padding: 5px;
}

.pagetitle {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

/*-Pop up page-------*/

.pop {
	width: 610px;
	margin: 0;
}

.poptitle {
	background: #334F67 url(../imgs/digsfish_title_sml.jpg) no-repeat;
	height: 41px;
}