<!--
 A:link {text-decoration:none; color: white;} 
 A:visited {text-decoration:none} 
 A:link img, a:visited img, a:hover img {
 border: none;
 text-decoration: none;
}
-->

*    { margin:0; padding:0; }
		html { font-family:sans-serif; font-size:100%; }
		
body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#topframe{
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: #FF9900 url("images/toplightimg.png") repeat-x top left;
color: white;
}

#guestandrss{
float: right;
padding: 0px;
color: #333333;
padding-right: 5px;
}


#maincontent{
position: fixed; 
top: 100px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0px; /*Set right value to WidthOfFrameDiv*/
bottom: 30px;
overflow: auto; 
background: #fff;
color: #999999;
}

#bottomframe{
position: absolute; 
bottom: 0; 
left: 0; 
width: 100%; 
height: 30px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: white;
color: #999999;
}

#networklist li { list-style-type:none; }


.bottominnertube{
padding-bottom:5px;
padding-left: 25px;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

.netimage {
display:block;
margin-left:auto;
margin-right:auto; 
}

* html body{ /*IE6 hack*/
padding: 130px 0px 0px 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* t{
color: #FF9900;
}
/////////////////////////////////////////////////////

#modernbricksmenu{
padding: 0;
padding-top: 10px;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
width: 100%;
font: bold 11px Arial;
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 0px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: right;
padding-right: 10px;
display: block;
color: #999999;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: white; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: #FFCC00; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
color: white;
background-color: #FF9900; /*Brown color theme*/ 
border-color: #FF9900; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 3px;
line-height: 5px;
background: #FF9900; /*Brown color theme*/ 
}

#menugreet{ 
float: left;
margin: 0;
padding: 0;
color: #999999;
}

.commentbox{
margin: auto;

background-color: #cccccc;
width: 900px;
padding: 10px;
color: #333333;
}

.commentfooter{
background: url(images/arrow.png) 150px 0 no-repeat; 
padding-left: 200px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 100%;
color: #cccccc;
}

.networktable{

}



