@charset "utf-8";

body	
	{
	background: url('images/bg1.gif') #6a3e3e;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	}
	
#menu 
	{
	height: 46px;
	background: url('images/menu.jpg');
	}
	
.mainmenu
	{
	margin-left: 5px;
	margin-right: 5px;
	font-size: 8pt;
	color: white;
	font-family: tahoma;
	font-weight: bold;
	text-decoration: none;
	}
	
.mainmenu:hover
	{
	text-decoration: underline;
	}
	
.manastiri
	{
	text-align: center;
	background-color: #5d3333;
	height: 20px;
	font-size: 10pt;
	color: white;
	font-family: Verdana;
	font-weight: bold;
	}
	
td.man
	{
	padding-left: 5px;
	text-align: left;
	height: 15px;
	font-size: 7pt;
	color: #5d3333;
	font-family: tahoma;
	font-weight: bold;
	vertical-align: middle; 
	}
	
a.manmenu
	{
	font-size: 7pt;
	color: #5d3333;
	font-family: tahoma;
	font-weight: bold;
	text-decoration: none;
	}
	
a.manmenu:hover
	{
	color: white;
	}