body {
	background: #F0F0F0;
	font-family: "Lucida Grande", arial, helvetica, verdana, 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: 20px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	background: #fff;
}

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

.content-nav {
	text-align: center;
}

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

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

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

#sidenav a:hover {
	color: #666;
	text-decoration: none;
}

#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;
}

#mainindex {
	float: left;
	width: 463px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 10px;
	padding: 0 5px 15px 15px;
}

#main {
	overflow: hidden;
	background: #fff;
	margin-bottom: 5px;
	padding: 15px;
	width: 770px;
}

#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-style: bold;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #fff;
	background: #fc0;
	margin-top: 15px;
	text-transform: uppercase;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

h2 { 
	font-size: 13px;
	font-style: normal;
	margin-top: 15px;
	color: #39c;
	text-decoration: none;
	padding: 0;
}

h2 a:link, h2 a:active, h2 a:visited { 
	font-size: 13px;
	font-style: normal;
	margin-top: 15px;
	color: #39c;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	padding: 0;
}

h2 a:hover { 
	color: #fc0;
	background: none;
}

.comments {
font-size: 10px;
color: #999;
}

.comment-footer {
font-size: 10px;
color: #999;
}

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

#comments {
	border-top: 1px dotted #666;
}

.comment {
	color: #666;
	border-bottom: 2px solid #f0f0f0;
}

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;
	text-decoration: underline;
	background: #39c;
}

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

