#hp, #header, #footer{
	margin: 0 auto 0 auto;
	display: block;
	width:100%;
	clear: left;
}

#header{
	padding-bottom:0px;
    margin-top:2em;
    height: 47px;
}
#header_note{
    font-size: 12px;
    z-index: 1001;
}

#header img{
    padding: 0px;
    position:relative;
    top: 7px;
    left:0px;
    z-index: 1000;
}
#footer{
    margin-top:2em;
    font-size: .8em;
    color: #555;
    text-align: center;
}
#footer img{
    display: inline;
    position: relative;
    top: 7px;
}

a{
	color: #265283;
	text-decoration:none;
}
a:hover{
	color: #7ca6c7;
}
a:visited{
/*	color: #182949;*/
}



#main #pic-of-day img{
	width: 100%;
	height: 234px;

}
#main #pic-of-day span.caption{
	font-family: "Verdana", sans-serif;
	font-size: 0.714285714em;
	line-height: 1.8em;
	margin-bottom: 1.8em;
	color: #666;
}
body{
    padding: 0;
	font-size: 14px;
	line-height: 1.28571429em;
	font-family: "Georgia", "Times New Roman", serif;
	color: #222;
}
.container{
	margin:0em auto;
	padding-top:1px;
	position:relative;
	width:680px;
	/*background: url(/media/images/grid.jpg) repeat-y top center*/
}
.container:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}

.white{
    background-color: #fff
}
.dark{
    background-color: #333;
}

.blue-top{
    
}
/*********** spans **********************/
.span-1{
    width: 15%;
}

.span-2{
    width: 30%;

}
.span-3{
    width: 49%;
}

.span-4{
    width: 65%;
}

.span-5{
    width: 83%;
}
.span-6{
    width: 100%;
}

.column{
    padding: 0 .5em;
    float:left;
}


p{
	font-size:1em;
	margin-bottom: 1.28571429em; 
}
#main #pic-of-day p.caption{
	font-family: "arial", sans-serif;
	font-size: 0.714285714em;
	line-height: 1.8em;
	margin-bottom: 1.8em;
	color: #666666;
}
h2{
	font-size: 1.14285714em;
	line-height: 1.12500em;
	font-weight: bold;
}


.lead h2{
	font-size: 1.71428571em;
	line-height: 1.33333333em;
	margin-top: .2em;
	font-weight: bold;
}
.lead p{
	font-size: 1.14285714em;
	line-height: 1.12500em;
	padding-bottom: 0.442857145em;
	margin-bottom: 0.5642857145em;
}
.byline{
	font-family: "Verdana", sans-serif;
	font-size: 0.714285714em;
	line-height: 1.8em;
	color: #444;
	font-weight: normal;

}
#slides-main{
	width:100%;
	height:10em;
}
.slides{
	width:100%;
	clear:left;
}
.slides li{
	padding: 0 5px 0 6px;
	width: 215px;
	float:left;
}
.slides li img{
	width:206px;
	height:85px;
	margin: .5em 0;
}
.blurb img{
	float:left;
	margin-right:.5em;
	width: 99px;
	height: 90px;
}
