/* CSS Basic Document */
body
{
margin:0px;
padding:0px;
background-color:#A17B42;
}
p
{
margin:9px 0px;
}
.body-left-box
{
padding:0px 10px;
}
.home-image
{
border:9px solid #774F48;
}
.home-image:hover
{
border:9px solid #D89400;
}


/* CSS Background Document */
.body-left-bg
{
background:url(../images/body-left-bg.gif) left top repeat-y;
width:148px;
}
.body-right-bg
{
background:url(../images/body-right-bg.gif) left top repeat-y;
width:148px;
}
.header-top-bg
{
background:url(../images/header-top-bg.jpg) left top no-repeat #A17B42;
height:160px;
}
.menu-bg
{
background:url(../images/menu-bg.jpg) left top no-repeat #A17B42;
height:45px;
}
.ekla-gitabitan-bg
{
background:url(../images/ekla-gitabitan-bg.jpg) left top no-repeat;
height:340px;
}
.body-text-bg
{
background:url(../images/body-text-bg.jpg) left top no-repeat;
height:256px;
}
.footer-bottom-bg
{
background:url(../images/footer-bottom-bg.gif) left top repeat-x;
height:51px;
}
.footer-left-bottom
{
background:url(../images/footer-left-bottom.gif) right top no-repeat #A17B42;
height:51px;
}
.footer-right-bottom
{
background:url(../images/footer-right-bottom.gif) left top no-repeat #A17B42;
height:51px;
}
.footer-bg
{
background:url(../images/footer-bg.gif) left top no-repeat #A17B42;
height:48px;
}


/* CSS Text Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4b4b4b;
	text-decoration: none;
}
.top-menu
{
color:#E0B100;
font-weight:bold;
text-decoration:none;
font-size:11px;

}
.top-menu:hover
{
color:#E0B100;
font-weight:bold;
font-size:11px;
text-decoration:underline;
}
.top-menu2
{
color:#000;
font-weight:bold;
text-decoration:none;
font-size:11px;
}
.top-menu2:hover
{
color:#000;
font-weight:bold;
text-decoration:none;
font-size:11px;
}
.brown-link
{
font:bold 12px/18px Arial, Helvetica, sans-serif;
color:#AA5201;
text-decoration:underline;
}
.brown-link:hover
{
color:#AA5201;
text-decoration:none;
}
.body-link
{
color:#0B21C6;
text-decoration:underline;
background-color:inherit;
}
.body-link:hover
{
color:#FFF;
text-decoration:none;
background-color:#0B21C6;
}
.footer-link
{
color:#FFF;
text-decoration:none;
font-size:9px;
}
.footer-link:hover
{
color:#E7DAC7;
text-decoration:underline;
}
.design-link
{
color:#FEFBED;
text-decoration:none;
font-size:11px;
}
.design-link:hover
{
color:#FEFBED;
text-decoration:underline;
}
img
{
border:none;
}