body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #AB9C85;
	background-color: #1D1D19;
	background-attachment: scroll;
	background-image: url(images/maingraphic.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 10px;
}

A:link {
	text-decoration: none;
	font-weight: bold;
	color: #BE8D2C;
}

A:visited {
	text-decoration: none;
	font-weight: bold;
	color: #BE8D2C;
}

A:active {
	text-decoration: none;
	font-weight: bold;
	color: #BE8D2C;
}

A:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}

IMG {
border:none;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}



/* LAYOUT ELEMENTS */

.Navigation{
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-size: 9px;
	text-align: center;
}

.PushBlock1{
	height: 75px;
	width: 400px;
 	margin-right: auto;
	margin-left: auto;
}

.PushBlock2{
	height: 20px;
	width: 400px;
 	margin-right: auto;
	margin-left: auto;
}

.MainBlock{
	width: 400px;
 	margin-right: auto;
	margin-left: auto;
}h1 {
	font-size: 24px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}

.LinkBlock A {
	text-decoration: none;
	font-weight: bold;
	color: #B0986D;
}

.LinkBlock A:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}


.ImageLink{
 	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

P.Highlight{
	color: #AB9C85;
	text-align: right;
}

.Highlight{
	color: #D5CECE;
	text-align: right;
}

