#bodyid{
background:url('img/bg.png') repeat-x top left;
padding:0;
margin:0;
text-align:center;
}
#page{
background:#fff;
width:1000px;
margin:0 auto;
}
#menu{
width:1000px;
border-collapse:collapse;
font-size:18px;
font-weight:bold;
color:#fff;
}
#menu a{
color:#fff;
text-decoration:none;
width:100%;
}
#menu a:hover{
color:#5ff;
}
#menu td{
border:1px solid #999;
border-top-width:0;
background:#000 url('img/menubg.png') repeat-x top left;
padding:3px 10px;
text-align:center;
width:20%;
}
#main{
width:1000px;
padding:0 0 10px 0;
font-size:1.0em;
}
#topimage{
border:1px solid #999;
width:1000px;
height:250px;
background:url('img/top.jpg') repeat-x left top;
}
#topimage h1{
color:#fff;
font-size:2.4em;
font-weight:bold;
letter-spacing:4px;
text-align:right;
padding:50px;
margin:0;
}
#left{
width:240px;
float:left;
border:1px solid #555;
border-bottom-width:0;
margin:10px 0;
padding:0;
text-align:left;
}
#sideimage{
border:1px solid #999;
background:url('img/side.jpg') repeat-y top left;
width:240px;
height:800px;

}
#sideimage td{
padding:10px 10px 30px 10px;
}
#sideimage ul{
list-style-type:none;
margin:0;
padding:0;
}
#sideimage li{
font-weight:bold;
color:#fff;
font-size:1.0em;
margin:0;
padding:7px 0;
}
#sideimage li a{
color:#fff;
text-decoration:none;
}
#sideimage li a:hover{
color:#99a;
}
#right{
width:750px;
float:right;
margin:0;
padding:10px 0 5px 0;
}
#right h2{
background:#000;
border:1px solid #000;
color:#fff;
padding:5px 0;
font-size:1.6em;
margin:0 0 0 10px;
text-align:center;
}
.txt{
font-weight:normal;
border:1px solid #000;
border-top-width:0;
margin:0 0 10px 10px;
padding:10px 10px 3px 10px;
text-align:left;
color:#000;
font-size:1.0em;
line-height:120%;
}
.txt p{
margin:0 0 10px 0;
}
