@charset "utf-8";
/* CSS Document */

body {
	background-color: #030000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 118px;
}
.mainTbl {
	height: 480px;
	width: 800px;
	border: 12px solid #2b0804;
	margin-right: auto;
	margin-left: auto;
	background-color: #0d0000;
	background-image: url(images/mainPicture.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.menu {
	font-weight: bold;
	font-size: 8.5pt;
	color: #a37348;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}


A.menu:link {
    text-decoration: none;
    color: #a37348;
}
A.menu:visited  {
    text-decoration:    none;
    color: #a37348;
}


A.menu:hover    {
    text-decoration: underline;
    color: #d6a171;
}


A.menu:active   {
    text-decoration: none;
    color: #a37348;
}

a:link {
	color: 936b48;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: 936b48;
}
a:hover {
	text-decoration: underline;
	color: d6a171;
}
a:active {
	text-decoration: none;
	color: 936b48;
}