body {
    color: #ccc;
    margin:0;
    padding:0;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    text-shadow: #fff 0px 0px 0px;
    font-size:12px;
	line-height:1.9em;
    background-color: #000;
}

p {
	text-align:justify;
  }

a {
    display:inline;
    color:#fff;
    border-bottom:1px solid #333;
    padding:0px 1px 0px 1px;
    text-decoration:none;
}

a:hover {
    border-bottom:1px solid #888;
}

h1 {
    font-size: 20px;
    color: #fff;
    margin: 0px;
}


h2 {
    font-size: 15px;
    color: #eee;
    margin: 0px;
}

#sidebar {
    float:left;
    width: 195px;
    margin-top: 25px;
}

#sidebar a.link {
    font-size: 10px;
    line-height: 18px;
}

#news {
    float:right;
    margin-left: 10px;
    padding: 20px;
    padding-top: 5px;
    width: 170px;
    margin-top: 25px;
    line-height: 1.5em;
    border-left: 1px solid #333;
}

.newsItem {

}

.newsDate img {
    margin-right: 10px;
}

.newsDate {
    padding-bottom:10px;
    border-bottom: 1px solid #333;
    color: #888;
    margin-top: 15px;
}

.newsContent {
    padding-top: 5px;
}

#topBar2 {
    background-color: #222;
    height: 15px;
}

#content {
    float: left;
    width: 423px;
    padding: 30px;
}

#content-justified {
    float: left;
    width: 423px;
    text-align:justify;
}

#header {
    margin: 0;
        border-bottom: 1px solid #333;
}
#header a {
    margin: 0;
    padding: 0;
    border: none;   
    outline-style:none;
}

#header a img{
    border: 0px;
    margin: 0px;
}

#contentArea {

}

#page {
    width: 900px;
    margin: auto;
    background-color: #111;
    min-height: 500px;
}

br.clear {
    clear: both;    
}

#footer {
    margin-top: 10px;
    text-align: center;
    font-size: 10px;
    color: #555;
}

#footer a {
    color: #888;
}

.pic-on-right {
float: right;
width: 140px;
margin: 20px 0px 10px 20px;
border-bottom:1px solid #659eb9;
}

.pic-on-left {
float: left;
width: 140px;
margin: 20px 20px 10px 0px;
border-bottom:1px solid #659eb9;
}

.content-image {
margin-left: auto;
margin-right: auto;
text-align:center;
vertical-align:center;
}