/* CSS Document */

body {
	background: white url("images/metal.jpg") repeat;
	text-align: center;
	padding: 0;
	margin: 0;
	}	
	
#title {
    padding: 0px;
    background: white url("images/live_bg.gif") repeat-y;
    font: bold 10pt georgia;
    }
    
#title h1 {
    color: #333;
    margin: 0px 20px 10px 20px;
    padding-top: 10px;
    }
    
#title h2 {
    color: orange;
    margin:10px 20px 20px 20px;
    }

#main {
    margin: 0px;
    padding: 0px;
    background: transparent;
    }
    
#main h2 {
    font: bold 12pt georgia;
    color: #333;
    margin: 30px 20px 10px 20px;
    border-bottom: dotted 1px orange;
    clear: both;
	}

#live {
	margin: auto;
	margin-bottom: 0px;
    width: 800px;
    position: relative;
    background: white url("images/live_bg.gif") repeat-y;
    padding: 0px;
    text-align: left;
    }
#main p {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 14px;
	margin-bottom: 0px;
	padding-top: 0px;
	font: 10pt/14pt georgia;
	color: #555;
	}
#main img {
	margin: 0 10px 0px 10px;
	}	
img#box {float: right; margin-right: 0px;}
img#gps {float: left; margin-left: 0px;}	
img#cradle {float: right; margin-right: 0px;}
img#treo {float: right; margin-right: 0px;}
img#caching {float: left; margin-left: 0px;}

.dateline {
    font: 9pt verdana;
    color: #777;
    margin-left: 20px;
    }
.footer p {
    margin: 0;
    padding: 0;
    }
#linklist ul
	{
	padding: 15px 0px 15px 0px;
	margin: 0px;
	font: 13px verdana;
	color: orange;
	background: transparent;
	text-align: center;
    margin-left: 20px;
    margin-right: 20px;

	}

#linklist li
	{
	display: inline;
	list-style-type: none;
	padding: 0px 10px 0px 10px;
	margin-left: 0px;
	}

#linklist a {
	text-decoration: none;
	color: orange;
}

#linklist a:hover, a:active {
	border-bottom: 1px dotted #aaa;
}

#copyright {
    font: 8pt georgia;
    color: #aaa;
    text-align: center;
    padding-bottom: 10px;
    }