@charset "UTF-8";
/* CSS Document */

body {
	background: #f8e000;
	background-image: url(../images/bg_home.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #f8e000;
}


.oneColFixCtr #container {
	background-image: url(../images/bg_content_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.apexTag {
	background-image: url(../images/home_transparentOval.png);
	background-repeat: no-repeat;
	background-position: center;
}

.oneColFixCtr #homeAbstractsLeft {
	background-image: url(../images/bg_home_abstract.png);
	background-repeat: no-repeat;
	color: #FFFFFF;	
}

.oneColFixCtr #homeAbstractsRight {
	background-image: url(../images/bg_home_abstract.png);
	background-repeat: no-repeat;
	color: #FFFFFF;	
}



.oneColFixCtr #homeAbstractsLeft a {
	color: #f8e000;	
}

.oneColFixCtr #homeAbstractsRight a {
	color: #f8e000;	
}

.oneColFixCtr #homeButtons ul li {
	background-image: url(../images/home_button.gif);
	background-repeat: no-repeat;
}

.oneColFixCtr #homeButtons ul a {
	background-image: url(../images/home_buttonFish.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	color: #fff;
}