/* CSS Document */



*{
margin: 0;
padding: 0;
}



body {
background-image:url(images/wall.gif);
}

#wrapper{
margin: 0px auto;
width: 812px;
font-size: 90%;
color: #3f3f3f;
background-color:#FFFFFF;
border-left:1px solid #929292;
border-right:1px solid #929292;
text-align:center;
}

#wrapper a, a:visited{
text-decoration: none;
color: #333399;
}

#wrapper a:hover{
color:#990000;
}

/*---------------Header start---------------*/
#header{
width:810px;
margin:0px 1px 0px 1px;
border-top: solid 10px #333399;
}

#header #logo{
height: 66px;
margin:20px 15px 0px 15px;
background-image: url("images/logo02.jpg");
background-position:right;
background-repeat: no-repeat;
}

#header #logo h1{
text-indent: -10000px;
}

#header #adress{
height: 35px;
line-height: 35px;
text-align: right;
color: #808080;
font-size: 95%;
margin-right:15px;
}

/*---------------Header end-----------------*/

/*---------------Main stert-----------------*/
#main{
width: 780px;
margin:20px 15px 10px 15px;
text-align:left;
}

/*---------------Menu start-----------------*/
#menu{
float: left;
width: 196px;
margin-right: 20px;
margin-bottom: 20px;
border: solid 1px #333399;
}

#menu h3{
height: 30px;
background-color: #333399;
background-image: url("images/menu.jpg");
background-position: 50% 50%;
backgorund-repeat: no-repeat;
text-indent: -10000px;
}

#menu ul{
list-style-type: none;
font-size: 95%;
color: #333399;
margin:0px 0px 0px 5px ;
padding:0;
}

#menu ul li {
margin: 10px 0px;
padding:0px 0px 5px 15px;
border-bottom: dotted 1px #006699;
background-image:url(images/bullet_menu.gif);
background-position:left top;
background-repeat:no-repeat;
}

#menu ul ul{
font-size: 90%;
margin: 0px;
}

#menu ul ul a, a:visited{
color: #585858;
}

#menu ul ul li{
border: 0;
background-image:none;
padding:0px 0px 0px 0px;
margin:3px 0px 0px 0px;
}

/*---------------Menu end-------------------*/

/*---------------Contents start-------------*/
#contents{
float: left;
width: 558px;
background-color: #ffffff;
margin-bottom: 20px;
}

#contents h2{
text-align: left;
border-style: ridge;
border-width: 0 10px;
border-color: #393A97;
background: #e3e3ff;
padding:10px 0px 10px 15px;
font-size:110%;
}

#contents h3{
color:#363636;
text-align: left;
padding:20px 0px 10px 10px;
font-size:100%;
border-bottom: dashed 2px #9e9e9e;
}

#contents #contens_txt {
width: 558px;
margin-top:12px;
border: solid 1px #232323;
letter-spacing: 0.3px;
line-height:1.15em;
}



#contents #contens_txt p{
margin:15px;
text-indent: 1em;
font-size: 90%;
line-height:1.4em;
}

#contents #contens_txt ul{
list-style-type: none;
margin:10px;
}

#contents #backnumber_txt {
width: 558px;
margin-top:12px;
border: solid 1px #232323;
letter-spacing: 0.3px;
line-height:1.15em;
background-color:#F9FAF4;
}

#contents #backnumber_txt h4{
color:#363636;
text-align: left;
padding:10px 0px 10px 10px;
font-size:100%;
}

#contents #backnumber_txt ul{
list-style-type:disc;
color:#363636;
text-align: left;
margin:0px 0px 0px 30px;
font-size:100%;
padding-bottom:20px;
}

#contents #backnumber_txt ul li{
padding-bottom:5px;
}

#contents table{
margin:0;
font-size: 90%;
line-height:1.4em;
}


/*---------------Contents end---------------*/


/*---------------Main end-------------------*/



/*---------------Footer start---------------*/
#footer{
clear: both;
width: 810px;
height: 50px;
background-color: #333399;
color: #ffffff;
line-height: 14px;
text-align: right;
margin-left:1px;
}

#footer span{
margin: 10px 10px 0px 0px;
}
/*---------------Footer end------------------*/
