@import url(base.css);

#container { width: 710px; margin: 30px; text-align: justify; line-height: 160%; }

#container ul { margin: 10px 0 10px 30px; }
#container li { margin-bottom: 3px; }

h1, h2 { border-bottom: 1px solid #ddd; padding-bottom: 5px; margin: 0 0 5px; color: #C60000; }
h2 { margin-top: 30px; }

#content { width: 520px; float: left; }
#sidebar { width: 150px; float: right; }

#sidebar ul { list-style: none; }
#sidebar li { margin-bottom: 1px;  }
#sidebar li a { color: #000; background: #E5E3E3 url(../i/icon.gif) no-repeat 2px center; padding: 2px 4px 2px 26px; display: list-item; text-decoration: none; }
#sidebar li a:hover { background-color: #C60000; color: #fff; }

.tar { text-align: right; }
.mt30 { margin-top: 30px; }
