
body
{
	background:url(../images/background.png) left top repeat-x;
	background-color:#89898B;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body,table,textarea,input
{
	font-family:Tahoma;
	font-size:13px;
	color:#282828;
}
textarea,input
{
	color:black;
}
a
{
	color:#FF7200;
	text-decoration:underline;
}
a:hover
{
	text-decoration:none;
}
a:actived
{
	color:#6D4B30;
}
img
{
	border:0;
}

h1,h2,h3
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#282828;
	background:url(../images/hline.png) left bottom no-repeat;
	padding:0 0 4px 5px;
}
h1
{
	color:black;
	font-size:23px;
	margin:10px 10px 20px 0;
}
h2
{
	font-size:20px;
	margin:15px 10px 10px 0;
}
h3
{
	font-size:16px;
	margin:10px 10px 7px 0;
}

p,center,li
{
	margin:5px 0 7px 0;
}

table.main table.maintopmenu
{
	background:url(../images/main_topmenu_bg.png) center center repeat-x;
	background-color:#FF830F;
}
table.main table.maintopmenu a
{
	display:block;
	float:left;
	color:black;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	font-weight:bold;
	margin:0 5px;
	padding:10px 5px;
}
table.main table.maintopmenu a:hover
{
	background-color:white;
	color:black;
}
table.main table.maintopmenu a.selected
{
	background-color:#1A1A1A;
	color:white;
	text-decoration:none;
}
table.main div.mainleftmenu
{
	margin-top:10px;
	border-right:1px solid #DBDBDB;

}
table.main div.mainleftmenu a
{
	display:block;
	color:black;
	margin:0 10px 0 10px;
	padding:5px 10px 5px 20px;
}
table.main div.mainleftmenu a:hover
{
	background-color:#efefef;
}
table.main div.mainleftmenu a.selected
{
	background-color:#1A1A1A;
	color:white;
	text-decoration:none;
}
table.main div.mainleftmenu a.selected:hover
{
	background-color:#1A1A1A;
}
table.main td.mainmiddle
{
	background:url(../images/bagira.jpg) left bottom no-repeat;
	background-color:white;
}

table.main table.mainbottom
{
	background:url(../images/main_bottom_bg.png) left top repeat-x;
	background-color:#121212;
	color:white;
	font-size:11px;
}

table.main .content div.body
{
	padding:10px 20px 30px 20px;
}

table.main .content div.body img
{
	border:2px solid #1A1A1A;
}


