body
{
 position: relative;
 top: 0px;
 left: 0px;
 color: #888888;
 background-color: #cde0eb;
 margin: 0px;
 padding: 0px;
 align: center;
 background-image:url(gfx/bg.png);
 background-repeat: no-repeat;
 background-position: top center;
 z-index: 9;
}

#main
{
 position: relative;
 width: 952px;
 height: 730px;
 top: 0px;
 left: 0px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 30px;
 border: none;
 z-index: 4;
}

#content
{
 width: 750px;
 height: 730px;
 position: absolute;
 top: 0px;
 left: 1px;
 text-align: center;
 vertical-align: middle;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #444444;
 background-color: transparent;
 border: none;
 z-index: -100;
}

#side
{
 width: 200px;
 height: 640px;
 position: absolute;
 top: 0px;
 left: 751px;
 overflow: hidden;
 text-align: center;
 vertical-align: middle;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #444444;
 background-color: #ffffff;
 border-left: 2px solid #f68b1e;
 z-index: 2;
}

#side_bot
{
 width: 200px;
 height: 120px;
 position: absolute;
 top: 609px;
 left: 751px;
 overflow: hidden;
 margin: 0px;
 padding: 0px;
 text-align: center;
 vertical-align: middle;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #444444;
 background-color: #ffffff;
 border-top: 1px solid #f68b1e;
 border-left: 2px solid #f68b1e;
 z-index: 2;
}

#madeby
{
 position: fixed;
 z-index: 4;
 bottom: 5px;
 right: 5px;
}

a:link, a:active, a:visited
{
 font-weight: bold;
 color: #40a2ed;
 background-color: transparent;
 text-decoration: none;
}

a:hover
{
 font-weight: bold;
 color: #40a2ed;
 background-color: transparent;
 text-decoration: none;
}

h4
{
 margin: 5px 0px;
 padding: 0px;
 color: #000000;
 background-color: transparent;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 10px; 
}

.facebook
{
	position: relative;
    height: 35px;
    margin: 3px 3px 5px 3px;
    color: #000000;
    border: 1px solid #40a2ed;
}

.fb_pic
{
	position: absolute;
    left: 5px;
    top: 5px;
}

.fb_text
{
	position: absolute;
    left: 35px;
    top: 5px;
    text-align: left;
}

.daily
{
	position: relative;
    margin: 3px 3px 5px 8px;
    color: #000000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #f68b1e;
}

.newsfeed
{
	position: relative;
	height: 564px;
    margin: 0px;
    overflow: auto;
}

.news
{
	position: relative;
    margin: 3px 1px 5px 3px;
    color: #000000;
    border: 1px solid #40a2ed;
}

.news_date
{
	position: relative;
    margin: 0px 2px;
	color: #000000;
	background-color: transparent;
	text-align: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8px; 
	border-bottom: none;
}

.news_topic
{
	position: relative;
    margin: 0px;
    padding: 2px;
	color: #ffffff;
	background-color: #40a2ed;
	text-align: left;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

.news_text
{
	position: relative;
    margin: 2px;
    padding: 5px;
	color: #000000;
	background-color: #d9e5ff;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px; 
}


