@charset "utf-8";
/* CSS Document */

#wrapper #content #news h1
{
color:#808080;
font-size:17px;
font-weight:bold;
line-height:20px;
height:20px;
padding:0px;
margin:0px;
}

#wrapper #content #news h2
{
color:#808080;
font-size:14px;
font-weight:bold;
line-height:20px;
height:20px;
padding:0px;
margin:0px;
}

#wrapper #content #news ul
{
list-style:circle;
}

#wrapper #content #news p,
#wrapper #content #news li
{
color:#808080;
font-size:12px;
text-decoration:none;
float:none;
}


#wrapper #content #news a
{
color:#e82533;
font-size:12px;
text-decoration:none;
float:none;
}

#wrapper #content #news a:hover
{
color:#e82533;
float:none;
font-size:12px;
text-decoration:underline;
}

#wrapper #content #news ul
{
}

#wrapper #content #news #newsleft
{
width:500px;
float:left;
}

#wrapper #content #news #newsright
{
width:300px;
float:right;
padding-top:20px;
margin-top:50px;
border-top:1px solid #000;
}

#wrapper #content #news #newsright #newsitem
{
margin-bottom:20px;
}

#wrapper #content #news #newsright #newsitem a
{
color:#E71C24;
font-size:12px;
color:#000;
text-decoration:none;
}
#wrapper #content #news #newsright #newsitem a:hover
{
text-decoration:underline;
}

#wrapper #content #news #newsleft #newsitem
{
display:block;
margin-bottom:20px;
padding-bottom:20px;
}

#wrapper #content #news #newsleft #newsitem #title
{
display:block;
height:50px;
margin-top:10px;
font-size:12px;
font-weight:bold;
color:#E71C24;
color:#000;
}

#wrapper #content #news #newsleft #newsitem #author p
{
display:block;
margin:0px;
padding:0px;
font-size:10px;
font-weight:normal;
}

#wrapper #content #news #prevnext
{width:500px;
height:30px;
border-bottom:1px solid #000;
}

#wrapper #content #news #prevnext a
{
float:right;
margin-left:10px;
text-transform:uppercase;
display:block;
height:30px;
line-height:30px;
}

#wrapper #content #news #prevnext a:hover
{
text-decoration:underline;
}
