
/* ALL PAGES ************************************************ */

/* INDEX PAGE *********************************************** */
.blue-work-area {
	background-color:  #27314e;
}
#col2-index-head-img {
	float: left;
	height: 250px;
	width: 763px;
	background-image: url(../images/index/fish-notebook.jpg);
}

/* ABOUT US PAGE ******************************************** */

/* STANDARD CSS ********************************************* */

.round-corners {
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);

	}
.top-left-rounded-corner {
	-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;	cor
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	}
.shadow{
	border:1px solid silver;
	font:10pt arial;
	position:relative;
	display:inline;
	background:white;
	z-index:100
}
