* {
padding:0;
margin: 0;
}
body {
background:url('images/rahnbg.jpg') repeat-x black;
font:14px arial;
}


a {
color: #33ffff;
}
a:hover {
color:#078efe;
text-decoration:none;
}

a img {
border:0;
}

#container {
width:850px;
text-align:center;
margin: 10px auto;
}

#header {
height:218px;
width:850px;
background:url('images/rahnheader3.jpg') no-repeat;
}

#nav {
margin-top:-3px;
margin-bottom:5px;
}
#nav ul {
list-style:none;
}
#nav li {
float:left;
}
#nav li a {
padding:5px 15px;
color:white;
font-size:16px;
display:block;
text-decoration:none;
border:1px solid white;
border-top:0;
}
#nav li a:hover {
text-decoration:underline;
background:#333;
color:white;
}
#nav li a.current {
border:1px solid white;
border-top:0;
padding:8px 10px 5px;
background:#111;
}

#left {
width:560px;
float:left;
color:white;
text-align:left;
}

#left span.title {
font-size:18px;
font-weight:bold;
border:1px solid white;
border-left:0;
border-top:0;
padding:5px 10px;
position:relative;
left:20px;
}



#left_top {
width:560px;
height:20px;
background:url('images/maintop.jpg') no-repeat;
}
#left_body {
width:560px;
background:url('images/mainsides.jpg') repeat-y;
}
#left_bottom {
width:560px;
background:url('images/mainbottom.jpg') no-repeat;
height:20px;
}

#content_l {
padding:0 20px 20px;
}
#content_r {
padding:0 10px 10px;
margin-top:-15px;
}
#content_b {
padding:20px 30px;
color:white;
text-align:left;
line-height:17px;
}
#content_b span.title {
font-size:18px;
font-weight:bold;
border:1px solid white;
border-left:0;
border-top:0;
padding:5px 10px;
position:relative;
left:20px;
}

#content_b span.title2 {
font-size:14px;
font-style:italic;
}

#content_b p {
text-indent: 40px;
text-align:justify;
margin-top:10px;
}

#right {
width:260px;
float:right;
color:white;
text-align:left;
}
#right_top {
padding:12px 0 13px 20px;
width:260px;
color:black;
position:relative;
background:url('images/righttop.jpg') no-repeat;
}
#right_body {
width:260px;
background:url('images/rightsides.jpg') repeat-y;
}
#right_top span {
position:relative;
z-index:100;
font-size:20px;
}
#right_bottom {
width:260px;
background:url('images/rightbottom.jpg') no-repeat;
height:22px;
margin-bottom:5px;
}

#big_top {
width:750px;
height:14px;
background:url('images/bigtop.jpg') no-repeat;
}
#big_sides {
width:750px;
background:url('images/bigsides.jpg') repeat-y;
}
#big_bottom {
background:url('images/bigbottom.jpg') no-repeat;
height:14px;
width:750px;
}


.clear {
clear:both;
height:1px;
}

/* PODCAST Table style */

#pc_table {
border:1px solid white;
}

#pc_table tr.top td {
background:#111;
text-align:center;
}

#pc_table td {
padding:5px;
font-size:12px;
}
#pc_table tr.even td{
background:#222;

}
#pc_table tr.odd td{
background:#333;

}



