@import url("content.css");
/* Imported Styles
----------------------------------------------- 
 Common Part
----------------------------------------------- */
* {
margin:0;
padding:0;
}

body {
color:#662316;
background:#7d4835;
font-family:Tahoma, Arial, Verdana;
font-size:11px;
}

div {
scrollbar-face-color:#b48f63;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#FFFFFF;
scrollbar-3dlight-color:#b48f63;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color: #DEDED9;
scrollbar-darkshadow-color:#D1D1CB;
}

.clear {
clear:both;
font-size:0%;
line-height:0%;
height:0px;
}

h1 span, h2 span {
display:none;
}

#all_left {
background:url(../images/all_left.gif) repeat-y 0% 0%;
width:1065px;
margin:0 auto;
}
#all_right {
background:url(../images/all_right.gif) repeat-y 100% 0%;
width:1065px;
}
#all_top {
background:url(../images/all_top.gif) no-repeat 0% 0%;
width:1065px;
}
#all_bottom {
background:url(../images/all_bottom.gif) no-repeat 0% 100%;
width:977px;
padding:33px 44px 42px 44px;
}
#main_tile {
background:url(../images/main_tile.gif) repeat-y 0% 0%;
width:977px;
}
#main_tile {
background:url(../images/main_bg.jpg) no-repeat 0% 0%;
width:977px;
}


/* =Misc(links)
----------------------------------------------- */
a {
color:#662316;
text-decoration:underline;
}

img {
border:none;
}

/* =Header
----------------------------------------------- */
#menu {
background:url(../images/menu.gif) no-repeat 0% 0%;
padding:4px 0 0 0;
height:17px;
width:705px;
margin:9px 0 10px 0;
font-family:Arial, Helvetica, sans-serif;
font-family:12px;
}
#menu img{
margin:0 14px 2px 14px;
}
#menu a{
color:#fffcc8;
text-decoration:none;
}




/* =Content
----------------------------------------------- */
#content {
width:760px;
}

.cont_title {
background:url(../images/cont_title.gif) repeat-x 0% 100%;
padding:0 0 4px 23px;
font-size:12px;
font-weight:bold;
margin:0 0 3px 0;
width:682px;
}



/* =Footer
----------------------------------------------- */
#footer {

font-size:10px;
padding:1px 0 7px 322px;
}

/* =my
----------------------------------------------- */
.bold {
   font-weight:bold;
}