* { margin : 0 ; padding : 0 ; }
body { width : 100% ; }
#my_body { 
	position : relative ;
	text-align:center;
	margin: 0 auto;
	width : 1000px ;
	height: auto;
}


td.sidebar2{
background-image:url(../img/sidebar2.gif);
background-repeat:repeat-y;
}

td.sidebar{
background-image:url(../img/sidebar.gif);
background-repeat:repeat-y;
}

td.cont{
padding:10px;

}

#my_header {
height : auto ;
 width : 100% ;
 text-align:left;}
#my_footer { width : 100% ;height: auto; }
#my_contents { width : 100% ;height: auto; }

div.headmenu{
text-align:right;
}

body,table,tr,td,div {
	/*font-family: "Osaka-UI", "MS UI Gothic";*/
	font-size: 9pt;
	line-height:15pt;
}

div.newsandevent {
width: 100%;
text-align:center;
}

div.newsandevent div {
width: 440px;
margin: 5px;
background-color: #FFFFFF;
text-align:left;
float: left;
}

div.newsandevent div.bana {
width:95%;
padding: 5px;
text-align:center;
float: left;
}

div.menu1{
background-image:url(../img/menubar1.gif);
background-repeat:repeat-y;
font-size:20px;
padding:20px;
text-align:left;
font-weight:bold;
}

div.menu2{
background-image:url(../img/menubar2.gif);
background-repeat:repeat-y;
font-size:14px;
padding:10px;
text-align:left;
font-weight:bold;
border-bottom: 6px #CCCCCC solid;

}

div.allrightimg {
float: right;
padding: 10px;
}

div.allleftimg {
float: left;
padding: 10px;
}

div.catalog {
border:1px solid #CCCCCC;
}

div.sidebar {
background-color:#FFFFCC;
padding: 10px;
}

ol.pp1 {
list-style-type: decimal;
list-style-position: outside;
margin: 10px 50px;
}
ol.pp2 {
list-style-type: upper-alpha;
list-style-position: outside;
margin: 0 0 0 1em;
padding: 0;


}
ul.ppsq {
list-style-type: square;
list-style-position: outside;
margin: 0 0 0 1em;
padding: 0;

}


.clearboth {
clear: both;
}

.clearLeft {
clear: left;
}