body{
text-align: center;
background-color: #000;
background-image: url('images/bg.gif');
}
.wrapper{
text-align: left;
margin: 0 auto; 
width: 960px;
}
.content{
background-color: #F9F9F9;
}
.content_wrapper{
border-bottom: solid 1px;
min-height: 75px;
background-color: #F9F9F9;
}
.header{
color: #fff;
background-color: #fff;
background-image: url('images/banner.jpg');
height: 250px;
border: dotted 2px #fff;
}

/* text */
a{
color: #02243C;
}
a:hover{
text-decoration: none;
}
.title{
color: #005DB3;
font-size: 20px;
margin: 0px;
font-family: garamond;
}
.title:hover{
text-decoration: none;
}
p.date{
font-size: 12px;
margin-top: -22px;
text-align: right;
}
h3, a.alanj{
font-size: 14px;
font-family: courier new;
letter-spacing: 1px;
color: #565656;
margin: 0px;
}
hr{
width: 950px;
}
/* rounded corners */
.rtop, .rbottom{
display:block;
background:#03304f;
}
.rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#F9F9F9;
} 
.r1{margin: 0 5px} 
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{
margin: 0 1px;
height: 2px; 
}