a {
color: #e65500;
font-weight:bold;
}
a:hover {
color: #c40027;
text-decoration: underline;
}
containter {

}

body {
 background: #4a1d0e;
 background-image: url(images/bg.jpg);
 background-repeat: repeat-x;
}

img {
border:0;
}

#container {
width:800px;
}
#top {
width:800px;
height:102px;
}
#logo {
float:left;
width:276px;
height:102px;
background-image:url(images/logo.jpg);
}
#top2 {
float:right;
position:relative;
width:524px;
height:102px;
background-image:url(images/top.jpg);
}
#menu {
width:800px;
height:60px;
background-image:url(images/menu.jpg);
}
div.mpos {
float:left;
}
#content_top {
width:800px;
height:13px;
background-image:url(images/content_top.jpg);
}
#content_box {
font-size: 11px;
color: #5e4b40;
font-family: tahoma;
width:800px;
background-image:url(images/content_bg.jpg);
}

#content_box2 {
font-size: 11px;
color: #5e4b40;
font-family: tahoma;
width:800px;
background-image:url(images/content_bg2.jpg);
}

#text {
position:relative;
padding-top:15px;
margin-left:35px;
margin-right:35px;
font-size: 11px;
color: #5e4b40;
font-family: tahoma;
line-height: 16px;
}
#text_slub {
position:relative;
padding-top:15px;
margin-left:35px;
margin-right:35px;
font-size: 11px;
color: #5e4b40;
font-family: tahoma;
line-height: 16px;
}


#content_bottom {
width:800px;
height:16px;
background-image:url(images/content_bottom.jpg);
}
#footer {
width:800px;
height:54px;

}
#copy {
float:left;
width:221px;
height:54px;
background-image:url(images/copy.png);
}
#rights {
float:right;
width:226px;
height:54px;
background-image:url(images/rights.png);
}



