body {
	font-family: Arial, Helvetica, "MS Sans Serif", sans-serif ;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	background-color: #21180F; background-image: url(../images/bgtile.png); background-repeat: repeat-x; background-position: center top;
}

p {	font-size: 12px; line-height: 14px;	color: #ffffff;}
h1{ font-family:Georgia, "Times New Roman", Times, serif; font-size: 26px; line-height: 30px; color: #E3C196; font-weight: normal;}
h2{font-size: 16px; line-height: 20px; color: #ACA36A; font-weight: normal;}

.rub{font-family:Georgia, "Times New Roman", Times, serif; font-size: 26px; line-height: 30px; color: #E3C196;}
.sub{font-size: 16px; line-height: 20px; color: #ACA36A;}

.green{font-size: 14px;  line-height: 16px;	color: #B1AA3C;}
.light{font-size: 14px;  line-height: 16px;	color: #999933;}
.small{font-size: 14px; color: #21180F;}
.centertable{ margin-left: auto; margin-right: auto; text-align: center;}

.footfill { height: 60px; padding-top: 50px; padding-bottom: 20px; background-image: url(../images/footer.png); background-position: center top; background-repeat: no-repeat;} 
.footholder {background-image: url(../images/footertile.png); background-position: center top; background-repeat: repeat-x;}

.news{ width: 350px; height: auto; text-align: left;}
.text{ width: 560px; height: auto; text-align: left;}

a:link {font-weight: normal; color: #B1AA3C; text-decoration: none;}
a:active {font-weight: normal; color: #B1AA3C; text-decoration: none;}
a:hover {font-weight: normal; color: #B1AA3C; text-decoration: underline;}
a:visited {font-weight: normal; color: #B1AA3C;	text-decoration: none;}

a.bottlink:link {font-weight: normal; color: #21180F; text-decoration: none;}
a.bottlink:active {font-weight: normal; color: #21180F; text-decoration: none;}
a.bottlink:hover {font-weight: normal; color: #21180F; text-decoration: underline;}
a.bottlink:visited {font-weight: normal; color: #21180F; text-decoration: none;}

/* menu */
.menu{margin:0; padding:0; width:180px; list-style:none;background:rgb(66,44,24);}
.menu li{padding:0; margin:0 0 1px 0; height:40px; display:block; }
.menu li a{text-align:left; height:40px; padding:0px 5px; font:16px Georgia, "Times New Roman", Times, serif; color:rgb(177,170,60); display:block; background: url(../images/verMenuImages.png) 0px 0px no-repeat; text-decoration:none;}
.menu li a:hover{background: url(../images/verMenuImages.png) 0px -40px no-repeat; color:rgb(227,193,150);}
.menu li a.active, .menu li a.active:hover{background: (../images/verMenuImages.png) 0px -80px no-repeat; color:rgb(227,193,150);}
.menu li a span{line-height:40px;}
