@import url("../common.css");

body {
	color: #FFFFFF;
	background-image: url('../../images/red/bg.png');
	background-color: #6F1111;
}

a {
	color: #F4BDBD;
}

.main {
	background: url('../../images/red/main.png');
}

.mainF {
	background: url('../../images/red/main.png');
}

.mainNav ul li a {
	text-shadow:0 1px 4px #CFCFCF;
}

.mainNav ul li a:hover {
	background: url('../../images/red/button.png') no-repeat;
}

.mainTextTitle {
	text-shadow:0 1px 4px #414141;
}

.mainTextContent {
	text-shadow:0 1px 4px #590E0E;
}

.mainSS {
	background-image: url('../../images/red/bl.png');
}

.mainBtns ul li a {
	text-shadow:0 1px 4px #CFCFCF;
}

.mainBtns ul li a:hover {
	background: url('../../images/red/button.png') no-repeat;
}

.footer {
	text-shadow:0 1px 4px #590E0E;
}

.thumb {
	border: 1px solid #590E0E;
}		

.phototitle {
	color: #590E0E;
 }