/* CSS Document */

body {
	background: #039;
	text-align: left;
	padding: 0px;
	margin: 0px;
	}	
	
#title {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    background: white url(5days.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 red;
    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 img {
	margin: 16pt 20px 0px 20px;
	padding: 0px
	}	
img#pic1 {float: left;}
img#pic2 {float: right;}	
img#pic3 {float: left;}
img#pic4 {float: right;}
img#pic5 {float: left;}

.dateline {
    font: 9pt verdana;
    color: #777;
    margin-left: 20px;
    }
.footer p {
    margin: 0;
    padding: 0;
    }

#linklist
	{
	background: #99CCFF;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	}

#linklist h2
	{
	display: inline;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	font: bold 10pt verdana;
	color: red;
	}

#linklist ul
	{
	display: inline;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	}

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

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

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

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