body {
	background: #F0F0F0;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a, a:link, a:active, a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background: #666;
	text-decoration: none;
}
div {
	font-size: 11px;
}

#wrap {
	width: 800px;
 	margin:0 auto;
 	text-align:left;
}

#logo {
	width: 100%;
	color: #000;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	background: #fff;
}

#flickr {
	width: 100%;
	background: #fff;
	overflow: hidden;
	margin-bottom: 5px;
}

#nav1 {
	background: #fff;
	color: #000;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.topnav a, #topmenu a:link { color: #000; text-decoration: none;}
.topnav a:active { color: #fc0;}
.topnav a:hover { color: #000; background: #fc0; text-decoration: none;}

#sidenav {
	float: left;
	width: 180px;
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 120%;
}

#sidenav a, #navcol a:link, #navcol a:active {
	color: #666;
	text-decoration: none;
}

#sidenav a:hover {
	color: #fff;
	background: #fc0;
}

#sidenav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
line-height: 130%;
}

#sidenav ul li a{
	font-size: 11px;
	font-weight: normal;
	padding-left: 2px;
}

#sidenav ul li a:link, #menu ul li a:active {
	font-size: 11px;
}

#sidenav ul li a:hover {
	color: #fff;
	background: #fc0;
}

#main {
	float: right;
	width: 570px;
overflow: hidden;
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

#main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
line-height: 130%;
}

#main ul li a, #main ul li a:link, #main ul li a:active, #main ul li a:visited{
	font-size: 11px;
	font-weight: normal;
	padding-left: 2px;
color: #39c;
text-decoration: none;
}

#main ul li a:hover {
	color: #fff;
	background: #39c;
}


#pagefooter {
	background: #fff;
	clear: right;
	margin-top: 3px;
	margin-bottom:20px;
	width: 100%px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
	padding-top: 3px;
	padding-bottom: 3px;
}

h1 {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background: #f0f0f0;
	margin-top: 15px;
}

h2 {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin-top: 15px;
}

h2 a, h2 a:link, h2 a:active { 
	color: #fff;
	background: #fc0;
	text-decoration: none;
	padding-left: 3px;
}

h2 a:hover { 
	color: #666; 
	background: #fc0;
	text-decoration: none;
}

.comments {
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: .1em;
color: #666;
border-bottom: 1px solid #39c;
}

p {
	font-size: 11px;
	color: #333;
}

p a, p a:link, p a:active, p a:visited {
	color: #666;
	text-decoration: underline;
}

p a:hover {
	color: #fff;
	background: #666;
	text-decoration: none;
}

.posted {
	font-size: 10px;
	color: #666;
} 

.posted a, .posted a:link, .posted a:active, .posted a:visited{
	font-size: 10px;
	text-decoration: none;
	color: #39c;
}

.posted a:hover {
	color: #fff;
	background: #39c;
}

.blogpost {
color: #333;
line-height: 150%;
	padding-bottom: 10px;
	border-bottom: 2px solid #F0F0F0;
}
