html {
	background: #cccccc url(/style/site_bg.gif) repeat-x;
}

body {
	color: #666666;
}

img {
	display: block;
}

h1 {
	font-weight: bold;
	text-transform: uppercase;
	margin: .5ex 0 1em 0;
}

p {
	margin: 0 0 1em 0;
}

a, a:link, a:visited {
	color: #666666;
}

a:hover, a:active {
	color: #3399FF;
}

#doc3 {
	margin: 0 10%;
}

#hd {
	background: url(/style/site_logo.gif) no-repeat;
	height: 27px; 
	border-bottom: 3px double #cccccc;
}

#ft {
	height: 13px;
	font-size: 77%;
}

ul#topnav {
	float: right;
	text-transform: uppercase; 
	font-size: 85%;
	margin: .8em 0 0 0;
}

ul#topnav li {
	float: left;
	padding: 0 1em;
	border-left: 1px solid #cccccc;
}

ul#topnav a, ul#topnav a:link, ul#topnav a:visited {
	display: block;
	text-decoration: none;
	color: #666666;
}

ul#topnav a:hover, ul#topnav a:active {
	text-decoration: underline;
	color: #3399FF;
}

ul#topnav a.selected, ul#topnav a.selected:link, ul#topnav a.selected:visited {
	color: #3399FF;
}

ul#subnav {
	float: right;
	text-transform: uppercase; 
	font-size: 85%;
	margin: .1em 0 0 0;
}

ul#subnav li {
	float: left;
	padding: 0 1em;
	border-left: 1px solid #cccccc;
}

ul#subnav a, ul#subnav a:link, ul#subnav a:visited {
	display: block;
	text-decoration: none;
	color: #666666;
}

ul#subnav a:hover, ul#subnav a:active {
	text-decoration: underline;
	color: #3399FF;
}

ul#subnav a.selected, ul#subnav a.selected:link, ul#subnav a.selected:visited {
	color: #3399FF;
}

.frame {
	margin: 10px auto; 
	background: #ffffff;
	border: 1px solid #999999;
	border-collapse: collapse; 
}

.frame img {
	margin: 2px; 
}

.photo-caption {
	color: #666666;
	font-size: 85%;
	padding: 0.5ex;
	text-align: center;
}

.home-content {
	margin: 1em 0;
}

#blog-contents {
	float: right; 
	width: 20%;
	font-size: 85%;
}

#blog-contents h1 {
	margin: 0 0 1ex 0;
}

.blog-links {
	margin: 0 0 1em 0;
}

.blog-links li {
	margin: 0 0 0 1.5em;
	list-style-type: disc;
}

.date-header {
	margin: .5ex 0 0 0;
	font-size: 120%;
	font-weight: bold;
}

.post-title {
	font-weight: bold;
	text-transform: none;
}

#page-text {
	width: 78%;
	margin: 0 2% 0 0;
}

.post {
	border-bottom: dotted 1px #666666;
	margin: 0 0 1em 0;
}