body {
	background-color: black;
}
/* Framework */

div#framework {
	background: #4e4c4d url(../core/black_images/Background.jpg) no-repeat center top;
	height: 745px;
	position: relative;
	top: -5px;
}
/* Navigation */

ul#navigation {
	float: right;
}

ul#navigation li a {
	background: #a7a7a7; /* Old browsers */
	background: -moz-linear-gradient(top,  #a7a7a7 0%, #444444 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7a7a7), color-stop(100%,#444444)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a7a7a7 0%,#444444 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a7a7a7 0%,#444444 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a7a7a7 0%,#444444 100%); /* IE10+ */
	background: linear-gradient(top,  #a7a7a7 0%,#444444 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7a7a7', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	font-family: "Droid Serif", Georgia, serif !important;
}

ul#navigation li a:hover, .homepage li#nav_home a, .aboutpage li#nav_about a, .gallerypage li#nav_gallery a, .servicespage li#nav_services a, .musicpage li#nav_music a, .contactpage li#nav_contact a {
	background: #d64444; /* Old browsers */
	background: -moz-linear-gradient(top,  #d64444 0%, #a43232 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d64444), color-stop(100%,#a43232)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d64444 0%,#a43232 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d64444 0%,#a43232 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d64444 0%,#a43232 100%); /* IE10+ */
	background: linear-gradient(top,  #d64444 0%,#a43232 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d64444', endColorstr='#a43232',GradientType=0 ); /* IE6-9 */
}

div#logo {
	background-image: url(../core/black_images/logo.png);
	height: 84px;
	margin-top: 100px;
}
/* Site basics sidebar */

button.next2 {
	background: url(../core/black_images/ver_prev.png) no-repeat;
}

button.prev2 {
	background: url(../core/black_images/ver_next.png) no-repeat;
}
/* Buttons */

span.prev {
	background: url(../core/black_images/hor_prev.png) no-repeat;
}

span.next {
	background: url(../core/black_images/hor_next.png) no-repeat;
}

button.next_serv_page {
	background: url(../core/black_images/hor_prev.png) no-repeat 0 0;
}

button.prev_serv_page {
	background: url(../core/black_images/hor_next.png) no-repeat 0 0;
}
/* Services */

button.prev_serv {
	background: url(../core/black_images/hor_prev.png) no-repeat;
}

button.next_serv {
	background: url(../core/black_images/hor_next.png) no-repeat;
}
/* Footer */

div#footer_wrapper {
	background-image: url(../core/black_images/footer.jpg);
	background-repeat: repeat-x;
	padding-bottom: 12px;
}
