.top_bg {
	background-image: url(img/top_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.bott_bg {
	background-image: url(img/bott_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.mid_bg {
	background-image: url(img/mid_bg.gif);
	background-repeat: repeat-y;
	background-position: bottom;
}
.left_plate {
        position:absolute;
        top:50px; 
        left:40px;
	border:0px;
	margin:0px;
	padding:0px;
        z-index:10;
}
.name_plate {
        position:absolute;
        top:47; 
        left:850;
        z-index:10;
}
.left_plate_bg {
        background-image: url(img/left_plate_bg.png);
        background-repeat: repeat-y;
        background-position: bottom;
}
.counter_plate_bg {
        background-image: url(img/counter_plate_bg.gif);
        background-repeat: no-repeat;
        background-position: center center;
}
.head1 {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        color: #996600;
        text-decoration: none;
        letter-spacing: 4px;
}
.text1 {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        text-align: left;
        color: #330000;
        text-decoration: none;
}
.address {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        text-align: center;
        color: #330000;
        text-decoration: none;
}
.selected_left_menu {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        color: #990000;
        text-decoration: none;
}
.left_menu {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        color: #330000;
        text-decoration: none;
}
.bott_menu {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        color: #C0A062;
        text-decoration: none;
}
a {
	text-decoration: none;
}
img {
	border: none;
}