body
{
     padding:0px;
     margin:0px;
     text-align:center;
     font-family:verdana,sans-serif;
     font-size:10pt;
}
     
#container
{
     width:929px;
     background:red;
     margin:0px auto;
}

#panel-upper
{
     height:46px;
     background-image:url("../img/top.png");
	color:white;
}

#logo
{
     height:138px;
     background-image:url("../img/logo.png");
	position:relative;
}

#logo h1
{
     display:none;
}

#logo a
{
	position:absolute;
	display:block;
	top:18px;
	left:0px;
	width:285px;
	height:98px;
}

#panel-middle
{
     width:929px;
     height:40px;
     background-color:black;
	color:white;
}


#middlebox
{
}

#leftblock
{
     width:218px;
     float:left;
/*      background:black; */
}

#middleblock
{
     width:406px;
     float:left;
}

#rightblock
{
     width:305px;
     float:left;
/*      background:black; */
}

#bigpanel
{
     clear:both;
     height:150px;
/*      background:black; */
}

#footer
{
     position:relative;
     height:94px;
     background-image:url("../img/bottom.png");
     clear:both;
}

#footer a
{
 	position:absolute;
	display:block;
	top:53px;
	left:893px;
	width:35px;
	height:35px;
}

#downblock
{
     background:yellow;
}

.block1box
{
     margin:5px;
     margin-right:0px;
     border:1px solid black;
     background-color:#333333;
     color:#c3c3c3;
}

.block1header
{
     height:25px;
     line-height:25px;
     text-align:left;
     margin:0px;
     padding:0px;
     border-bottom:1px solid #444444;
     margin-bottom:5px;
     background-color:black;
     color:white;
}

.block1header h2
{
     margin-left:3px;
     padding:0px;
     font-size:10pt;
     margin-top:0px;
     margin-bottom:0px;
     font-weight:bold;
}

.block2box
{
     margin:5px;
     border:1px solid black;
     background-color:#333333;
     color:#c3c3c3;
}

.block2header
{
     height:25px;
     line-height:25px;
     text-align:left;
     margin:0px;
     padding:0px;
     border-bottom:1px solid #444444;
     margin-bottom:5px;
     background-color:black;
     color:white;
}

.block2header h2
{
     margin-left:3px;
     padding:0px;
     font-size:10pt;
     margin-top:0px;
     margin-bottom:0px;
     font-weight:bold;
}

.block3box
{
     margin:5px;
     margin-left:0px;
     border:1px solid black;
     background-color:#333333;
     color:#c3c3c3;
}

.block3header
{
     height:25px;
     line-height:25px;
     text-align:left;
     margin:0px;
     padding:0px;
     border-bottom:1px solid #444444;
     margin-bottom:5px;
     background-color:black;
     color:white;
}

.block3header h2
{
     margin-left:3px;
     padding:0px;
     font-size:10pt;
     margin-top:0px;
     margin-bottom:0px;
     font-weight:bold;
}

.block4box
{
     clear:both;
     margin:5px;
     border:1px solid black;
     background-color:#333333;
     color:#c3c3c3;
}

.block4header
{
     height:25px;
     line-height:25px;
     text-align:left;
     margin:0px;
     padding:0px;
     border-bottom:1px solid #444444;
     margin-bottom:5px;
     background-color:black;
     color:white;
}

.block4header h2
{
     margin-left:3px;
     padding:0px;
     font-size:10pt;
     margin-top:0px;
     margin-bottom:0px;
     font-weight:bold;
}

.block5box
{
     margin-left:5px;
     margin-bottom:5px;
     border:1px solid black;
     float:left;
     background-color:#333333;
     color:#c3c3c3;
}

.block5header
{
     height:25px;
     line-height:25px;
     text-align:left;
     margin:0px;
     padding:0px;
     border-bottom:1px solid #444444;
     margin-bottom:5px;
     background-color:black;
     color:white;
}

.block5header h2
{
     margin-left:3px;
     padding:0px;
     font-size:10pt;
     margin-top:0px;
     margin-bottom:0px;
     font-weight:bold;
}

.clear
{
     clear:both;
}

a
{
     text-decoration:none;
     color:white;
}

a:hover
{
     text-decoration:underline;
}

.tooltip
{
	border:1px solid black;
	text-align:left;
	max-width:300px;
}

.tooltip .tip-title
{
	background:black;
	padding:3px;
	font-size:10pt;
	color:white;
	font-weight:bold;
	border-bottom:1px solid #333333;
}

.tooltip .tip-text
{
	padding:4px;
	padding-top:0px;
	background:#222222;
	color:#c3c3c3;
}

.feed
{
	float:right;
	margin-top:-20px;
	margin-right:3px;
}

 .feed a
{
	display:block;
	background-image:url("../img/feed-icon-14x14.png");
	width:14px;
	height:14px;
}
