body{		font-size: 100%;	margin: 0;	padding: 0;	font-family: Arial, Helvetica, sans-serif;	background-image: url('../images/background.gif');	background-repeat: no-repeat;	background-position: top center;	background-color: #CDD52A;}h1{	font-size: 1.4em;	color: #333;}h2{	font-size: 1.3em;	color: #333;}a:link, a:hover, a:visited{	color: #c06;}#site{	width: 960px;	}#site #header{	width: 960px;	height: 100px;	padding-top: 10px;}#site #header .title{	float: left;}#site #header .nav{	float: right;	padding-left: 20px;	width: 570px;	background-image: url('../images/nav-background.gif');	background-repeat: no-repeat;	background-position: center left;}	*html #site #header .nav	{		width: 601px;	}#site #header .nav ul{	padding: 0;	margin: 0;}#site #header .nav ul li{	margin: 7px 5px 0 5px;	float: left;	list-style-type: none;}	*html #site #header .nav ul li	{		margin-top:10px;	}#site #header .nav ul li a:link, #site #header .nav ul li a:hover, #site #header .nav ul li a:visited{	font-size: 0.8em;	color: #999;	text-decoration: none;}#site #header .nav ul li a:hover{	color: #c06;}#site .banner{	margin-top: 5px;	margin-bottom: 10px;	/*display: none;*/}	*html #site .banner	{		margin-bottom: 0;	}#site #content{	text-align: left;	width: 960px;	background-image: url('../images/box-background.png');	background-repeat: repeat-y;	background-position: top center;	/*background-color: #FFF;*/}#site #content .main{	font-size: 0.8em;	color: #666;	padding: 0 20px 0 20px;	float: left;	width: 640;}	*html #site #content .main	{		padding: 15px 20px 0 25px;	}#site #content .main .flickr_photos a img{	color: #FFF;}#site #content .side{	float: right;	width: 240px;}	*html #site #content .side	{		padding-top: 30px;		width: 245px;	}#site #content .side div{	font-size: 0.85em;	line-height: 1.4;	color: #666;}#site .top_frame{	background-image: url('../images/box-top.png');	background-repeat: no-repeat;	background-position: top center;	/*background-color: #FFF;*/	height: 11px;	width: 960px;	clear: both;}	*html #site .top_frame	{		background-position: bottom center;	}#site .bottom_frame{	background-image: url('../images/box-bottom.png');	background-repeat: no-repeat;	background-position: bottom center;	/*background-color: #FFF;*/	height: 50px;	width: 960px;	clear: both;}#footer{	clear: both;	padding: 20px 0 20px 0;	font-size: 0.6em;	color: #333;}.header{	/*border: 1px solid #F00;*/	font-size: 2em;	font-weight: bold;	color: #999;	width: 340px;	float: left;}.dates{	color: #c06;	font-size: 2em;}.redbold{	color: #c06;	font-weight: bold;}/*******************************************************//* HTML HACKS*******************************************************/@media screen and (-webkit-min-device-pixel-ratio:0) {	/* Safari 3.0 and Chrome rules here */		#site #header .nav ul li	{		margin: 10px 5px 0 5px;	}}