body {
font-size: 12px;
font-family: sans-serif, arial, Helvetica;
color: #555;
line-height: 22px;
}

html, body, ul, li {
padding: 0;
margin: 0;
list-style: none;
}

a {
color: #de1414;
}
a:hover {
color: red;
text-decoration: none;
}

#container {
width: 960px;
margin: 0 auto;
position: relative;
}

#header {
text-indent: -5000px;
height: 150px;
background: url(images/header.gif) no-repeat 50%;
}

#info {
height: 180px;
width: 300px;
margin: 0 auto;
background: url(images/info_bg.jpg) repeat-x 50% 0;
}
#info .left {
background: url(images/info_left.jpg) no-repeat 0 0;
height: 180px;
}
#info .right {
background: url(images/info_right.jpg) no-repeat 100% 0;
height: 180px;
}
#info .bottom {
background: url(images/info_bottom.jpg) no-repeat 50% 0;
height: 140px;
padding: 20px 25px;
}
#info ul li {
line-height: 24px;
border-bottom: 1px solid #aaa;
}
strong {
color: #000;
}

#content {
margin: 50px 0 10px;
border: 1px solid #ccc;
padding: 20px 20px 0;
-moz-border-radius:10px;
-webkit-border-radius:10px;
_height: 1%;
}
#content .case {
border-bottom: 1px dashed #ccc;
margin: 0 0 20px;
padding: 0 0 10px;
}
.case .case_number {
font-size: 48px;
*height: 1%;
display: block;
width: 70px;
font-weight: bolder;
text-align: center;
padding: 15px 0 15px;
float: left;
color: #ccc;
}
.case .case_info {
width: 620px;
float: left;
}
.case .case_link {
width: 200px;
float: left;
}
.case .cls {
clear: both;
}
.case .inner {
}
.case .flash {
text-align: center;
padding: 10px 0;
}

#footer {
font-size: 11px;
text-align: center;
}
