/* Insert the basic stylesheet */

@import url(basic.css);

/*
Background colour:  #ebb13d;	was: #ebb13d;
Underlying colour: #df421e		was: #df421e;
*/

/*************************Layout***********************************/

body {
	background-image: url('../design/corner-youth-ensemble.jpg');
	background-repeat: no-repeat;
	background-position: -10px 150px;
	background-attachment: fixed; 

}

/*************************Top-navigation***********************************/

#top {
	background-color: #ebb13d;
	border-color: #df421e;
	}

.navigation {
	border-color: #df421e;
	}

.navigation button {
	color: #df421e;
	background-color: #ebb13d;
	font-weight: bold;
	}

.navigation button:hover {
	background-color: #df421e;
	}
	
.title {
margin-top: 10px;
padding: 0;
}


/*************************Body***********************************/


.menu {
	background-color: #ebb13d;
	}

.menu:hover {
	background-color: #df421e;
}

.menu a {
	color: white;
}

.menu a:hover{
	color: #ebb13d;
}


.submenu a:hover {
	background: url('../design/orange_arrow-trans.png') no-repeat left center;
	}

/*Text */
h1, dt, th {
	color: #df421e;
	}

h2 {
	color: #ebb13d;
	}


/*Pictures */

#menu_left, input, textarea .picture_right, .picture_left, .line {
	border-color: #df421e;
	}


/*******************************Footer**************************************/

#footer {
	border-top: solid 1px #df421e;
	}
.footer, .footer a {
	color: #df421e;
	}
