body{margin: 0; padding: 0; font-family: sans-serif; font-size: 13px; color: #666; background-color: #333; background-image: url('design/bg.png'); background-repeat: repeat-x; background-position: top;}
#container{margin: auto; width: 1000px;}
#web{width: 100%; background-color: #FFF; float: left;}

#header{width: 100%; min-height: 180px; _height: 180px; color: #FFF; background-color: #90C000; border-bottom: 4px solid #90C000; float: left;}
#menu{width: 100%; min-height: 80px; _height: 80px; color: #CCC; background-image: url('design/menu.png'); background-repeat: repeat-x; background-position: top; text-align: center; float: left;}
#time{width: 100%; border-bottom: 1px dashed #EFEFEF; float: left;}
#content{width: 100%; min-height: 620px; _height: 620px; float: left;} #content .left{width: 990px; border-right: 1px dashed #EFEFEF; float: left;} #content .right{width: 250px; float: right;}
.content-header{width: 100%; min-height: 280px; _height: 280px; background-image: url('design/hory.jpg'); float: left}
#footer{width: 1000px; min-height: 90px; _height: 90px; color: #CCC; background-color: #333; background-image: url('design/footer.png'); background-repeat: no-repeat; text-align: center; margin: auto; clear: both; }
#footer a{color: #CCC;} #footer a:hover{color: #FFF;}

.block{margin-bottom: 20px; width: 220px; color: #728142; background-color: #E9F2CC; background-image: url('design/block-bottom.png'); background-position: bottom; background-repeat: no-repeat;}
#menu ul{margin: 0; padding: 0;}
#menu li{display: inline;}
#menu a{padding: 15px 20px 15px 20px; font-weight: bold; background-image: url('design/menu-link.png'); background-repeat: repeat-x; background-position: top; color: #666; text-decoration: none;}
#menu a:hover{background-image: url('design/menu-link-hover.png'); text-decoration: underline;}

#content .left a{padding: 3px; color: #666;}
#content .left a:hover{color: #FFF; background-color: #00C0FF; text-decoration: none;}

h2{font-size: 44px; text-align: right; color: #C9DDFE;}
h3{margin: 0; font-size: 28px; font-weight: normal; color: #90C000;}
h4{font-size: 20px; color: #728142;}
h5{margin: 0; padding: 3px 3px 3px 10px; color: #728142; background-image: url('design/h4.png'); background-position: center left; background-repeat: no-repeat;}

p{line-height: 200%;}

.bar{padding: 0 10px 0 10px; color: #999;}
.edge{padding: 15px;}
#menu .edge{padding: 25px 10px 25px 10px;}
.content-header .edge{margin: 50px;}

#time strong{}

.link{padding: 5px 0 5px 0; display: block; color: #728142; background-image: url('design/arrow.png'); background-position: center right; background-repeat: no-repeat;}
.link:hover{text-decoration: none;}
