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

body{
background-color:#333333;
margin:0px;
margin-top:40px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}

a:link, a:visited{
color:#000000;
text-decoration:none;
}

a:hover{
color:#000000;
text-decoration:underline;
}

div.content-area{
width:848px;
height:186px;
background-color:#333333;
background-image:url(header.gif);
margin-left:auto;
margin-right:auto;
background-repeat:no-repeat;
}

#links-area{
width:754px;
height:20px;
background-color:#FFFFFF;
margin-right:auto;
margin-left:auto;
border-bottom:3px solid #000000;
padding-left:10px;
}

div.left-link{
width:60px;
height:20px;
margin-right:10px;
float:left;
text-align:center;
}

div.right-link{
width:60px;
height:20px;
margin-left:10px;
float:right;
text-align:center;
}

div.welcome-message{
height:20px;
float:left;
margin-right:20px;
}

div.header-end{
width:764px;
height:3px;
background-color:#000000;
margin-left:auto;
margin-right:auto;
}

div.home-link{
width:60px;
height:19px;
float:left;
text-align:center;
padding-top:1px;
}

div.other-link{
width:70px;
height:19px;
float:right;
text-align:center;
padding-top:1px;
}

img.rss-icon{
margin-bottom:-2px;
}

div.spacer{
height:20px;
}

div.content-back{
width:768px;
overflow:hidden;
margin-left:auto;
margin-right:auto;
background-image:url(blue_scans.gif);
background-repeat:repeat;
}

div.content-white{
width:728px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:10px;
overflow:hidden;
background-color:#FFFFFF;
padding:10px;
}

div.article-title{
font-size:28px;
border-bottom:1px solid #000000;
float:left; 
width:500px;
height:38px;
}

div.article-content{
padding-top:45px;
text-align:justify;
}

div.article-comments{

width:228px;
float:right;
border-bottom:1px solid #000000;
height:38px;
}

textarea.comment{
width:400px;
height:150px;
}

span.italic{
font-style:italic;
font-size:10px;
}
