/* Insert the basic stylesheet */

@import url(basic.css);

/*
background color: #BA2020 #961919
title color: #BA2020 
border color: #B6BAC2 #ECECEC
*/

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

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

}

.title {
margin: 0;
padding: 0;
}
/*************************Top-navigation***********************************/

#top {
	background-color: #961919;
	border-color: #D4D4D4;
	}


.navigation {
	border-color: #D4D4D4;
	}

.navigation button {
	color: #D4D4D4;
	background-color: #961919;
	font-weight: bold;
	}

.navigation button:hover {
	background-color: #D4D4D4;
	}


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

#menu_left { 
	border-color: #D4D4D4;
	}

.menu {
	background-color: #D4D4D4;
	}

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

.menu a {
	color: #961919;
}


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

/*Text */
h1 {
	color: #961919;
	}

/* Forms */
input, textarea {
	border-color: #D4D4D4;
	}
	
.form button {
	color: #961919;
	background-color: #D4D4D4;
	}

.form button:hover {
	background-color: #961919;
}

.newstitle {
	color: #961919;
	background-color: #D4D4D4;
}

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

#footer {
	border-top: solid 1px #961919;
	}

.footer, .footer a {
	color: #961919;
	}
