BODY { 
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 12px; 
line-height: 16px; 
color: orange; 
/*margin: 0px 0px 0px 0px;*/
margin: 10px , 10px, 0px,0px;
background-color:black;
/*margin:50px 0px; padding:0px;
text-align:center;*/
font-family:verdana,ms sans serif;
}

/* unvisited link */
a:link {
    color: orange;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: orange;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: yellow;
    text-decoration: underline;
}

/* selected link */
a:active {
    color: orange;
    text-decoration: none;
}

hr
{
 backgound:orange;
 color:orange;
 width:75%;  
 text-align:left;
 height:5px;
}

#time
{

}
#arrllogo
{
	position:fixed;
	top:25px;
	left:700px;
	z-index: 80;
	background-color: black;

}

#logo
{
	position:fixed;
	top:0px;
	left:10px;
	background-color: black;
	z-index: 3;
	width: 650px;
	height: 160px;
	padding: 10px;
}

#maininfo
{
	position: relative;
	top: 175px;
	z-index: 1;

}

#myclock
{
	disply:inline-block;
}

#rssfeed
{
	position: relative;
	top: 300px;
	border-radius: 5px;
    border: 1px solid orange;
    /*background: #73AD21;*/
    background: black;
    box-shadow: 5px 5px 5px orange;
    padding: 20px; 
    width: 650px;
    height: 100%;
    display: none; 
}


#infolinks
{
	position: relative;
	top: 10px;
	display: block;
}

#header
{

}
#infowrapper
{
	position: relative;
	top: 300px;
}

#wrapper
{
	background-color:pink;
}
#main
{
	background-color:cyan;
	float:left;
}
#nav
{
	float:left;
	background-color:yellow;
	position:relative;
	width:200px;
	height:50px;
	display:inline-block;
}

#sheetheader
{

}

#sheet
{
background-color: black;
border-style: solid;
border-color: orange;
border-width: 1px;
width: 1500px;
/*height: 100px;*/
}
#maininfo
{
	padding: 15px;
	
}

.limetbl
{
	/*border-right-style: solid;*/
	/*background-color: pink;*/
	/*border:1px;
	border:solid;
	border-color: lime;*/
}

table.limetbl td
{
	/*border-right-style: solid;*/
	/*background-color: pink;*/
	/*border:1px;
	border:solid;
	border-color: red;*/
}

table
{
	/*border-right-style: solid;*/
	/*background-color: pink;*/
	/*border:1px;
	border:dashed;
	border-color: yellow;*/
}

#pinktbl
{
	/*border:1px;
	border:solid;
	border-color: pink;	*/
}