/* CSS Document */

body {
	background: #555;
	text-align: left;
	padding: 0px;
	margin: 0px;
	}	
	
#title {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    background: white url(roadtrip.jpg) no-repeat;
	width: 800px;
	height: 160px;
    }
    
#title h1 {
    font: bold 10pt georgia;
    color: #333;
    margin: 0px 20px 10px 20px;
	display: none;
    }
    
#title h2 {
    color: grey;
    margin:10px 20px 20px 20px;
    }

#main {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    background: white;
	width: 800px;
	text-align: left;
    }
    
#main h2 {
    font: bold 12pt georgia;
    color: #039;
    margin: 20px 20px 10px 20px;
    border-bottom: dotted 1px #555;
    clear: both;
	}

#live {
	margin: 0px 0px 0px 140px;
    width: 800px;
    position: relative;
    background: white;
    padding: 0px;
    }
#main p {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 16px;
	margin-bottom: 0px;
	padding: 0px;
	font: 10pt/17pt georgia;
	color: #555;
	}
#main li {
	font: 10pt/17pt georgia;
	color: #555;
	}
#main img {
	margin: 16px 20px 0px 20px;
	padding: 0px
	}	
img#pic1 {float: left;}
img#pic2 {float: left;}	
img#pic3 {float: right;}
img#pic4 {float: left;}
img#pic5 {float: right;}
img#pic6 {float: left;}
img#pic7 {float: right;}
img#pic8 {float: left;}
img#pic9 {float: right;}

.dateline {
    font: bold 10pt/17pt georgia;
    color: #039;
    }
    
.footer p {
    margin: 0;
    padding: 0;
    }

#linklist
	{
	background: #F5F81C;
	padding: 5px 0px 5px 20px;
	height: 1em;
	}

#linklist h2
	{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	font: bold 10pt verdana;
	color: #039;
	}

#linklist ul
	{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	}

#linklist li
	{
	display: block;
	float: left;
	list-style-type: none;
	font: 10pt verdana;
	padding: 0px;
	margin: 0px 0px 0px 20px;
    color: #039;
	}

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

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

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