body {
    margin: 0px;
    background-image: url('images/bg_body.jpg');
    background-repeat: repeat-x;
    background-color: #252525;
    font-family: verdana;
    font-size: 12px;
}
#topmenu_wrapper {
    height: 35px;    
}
#topmenu {
    width: 400px;
    margin: 0px auto;
}
#topmenu ul {
    margin: 0px;
    padding: 0px;        
}
#topmenu ul li {
	float: left;
	list-style: none;
}
#topmenu ul li a {
    font-family: tahoma;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    display: block;
    margin: 0px;
    padding: 10px 5px 5px 5px;
    text-align: center;
    text-decoration: none;
    border-right: 1px solid #000000;
    width: 100px;
    color: #ffffff;
}
#topmenu ul li a:hover {
    text-decoration: underline;
}
#header_wrapper {
    height: 274px;
}
#page_header {
    width: 880px;
    margin: 0px auto;
}
#movie_wrapper {
    clear: both;
}
#slogen {
    float: left;
}
#search_wrapper {
    float: right;
    padding-top: 40px;
}
#footer_wrapper {
    background-image: url("images/footer.gif");
    height: 55px;
}
#footer_wrapper a {
    color: #ffffff;
    text-decoration: none;
}
#footer_wrapper p {
    margin:  0px;
}
#slogen_wrapper h1 {
    text-align: left;
    padding-top: 15px;
    font-family: tahoma;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    margin: 0px;
    color: #ffffff;
}
#slogen_wrapper h2 {
    padding-top: 5px;
    padding-left: 25px;
    font-family: tahoma;
    font-size: 16px;
    font-style: italic;
    margin: 0px;
    color: #ffffff;
}

/*kaTE extend*/
.news_content {
    color: #ffffff;
}
.news_content a {
    color: #BA2A20;
}
.menu_center {
    padding: 0px;
}
.news_content img {
    border: 2px solid #790000;
}
.cat_ul_li {
    border-bottom: 1px dashed #292929;
    list-style-image: url('images/bg_list.gif');
    margin-left: 5px;
}
.prodclass_ul_li {
    border-bottom: 1px dashed #292929;
    list-style-image: url('images/bg_list.gif');
    margin-left: 5px;
}
.float_bg {
    color: #ffffff;
}
.text_content {
    color: #ffffff;
}