body,
html {
    margin:0;
    padding:0;
}

body {
	min-width:820px;
	font-family: arial, sans-serif;
	font-size: 84%;
	text-align: center;
}

h3 {
    margin: 0px;
	font-family: georgia, times new roman;
	font-size: 42px;
	font-weight: 700;
	height: 50px;
}

#pageWrap
{
    margin:0 auto;
    width:820px;
    text-align: left;
}

#contentWrap
{
	top: 65px;
}

ul {
	margin-top: 0px;
	list-style: none;
	margin-left: 0;
	padding-left: 0; }

.linkBox {
   margin-bottom: 10px;
}

.linkBox a {
	font-size: 120%;
	text-decoration: none;
	display:block;
	padding: 5px;
	color: #505050;
	border: solid 1px #c0ddc0;
}

.linkBox a:hover {
	color: #C0FFC0;
	background-color: lightslategray;
	text-decoration: none}

#weather {
	font-size: 0.8em;
	color: #505050;
	text-align: left;
	padding: 5px;
	margin-bottom: 10px;
	border: solid 1px #c0ddc0;
}

#liveLink {
	font-size: 200%;
	position: absolute;
	margin-top: 420px;
	margin-left: -635px;
	color: white;
}

#weather #w_temp {
	margin-right: 5px;
	font-weight: 600;
	font-size: 210%;
}

#weather #w_time {
	display:block;
	float:right;
	margin-right: 2px;
	width: 60px;
	line-height: 110%;
}

#weather #w_cond {
	font-size: 110%;
	font-weight: 600;
}

#leftCol {

	float: left;
	width: 162px;
}

#rightCol {
	float: right;
	left: 182px;
	width: 640px;
}

.detailText {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	display:block;
	text-align: center;
	font: Arial, Helvetica, sans-serif;
	}

