html, body, ul, ol, li, p, div, h1, h2, h3, h4, h5, h6, input {
	margin:0px;
	padding:0px;
	list-style:none;
}
html {
	background:#FFF;
}
body {
	padding:20px 0px;
	font-family:arial, sans-serif;
	font-size:13px;
	line-height:1.5em;
}
a:link {
	color:#1653BF;
	text-decoration:underline;
}
a:visited {
	color:#417FD8;
	text-decoration:underline;
}
a:hover {
	color:#BC6915;
	text-decoration:none;
}
a img {
	border:none;
	text-decoration:none;
}
#graybar {
	position:absolute;
	width:100%;
	height:220px;
	top:160px;
	background:#CCCCCC;
}
#outside {
	position:relative;
	top:0px;
	margin:0px auto;
	padding:0px 20px;
	width:900px;
}
#topbar {
	height:400px;
	margin-bottom:20px;
}
#topbar a:link, #topbar a:visited {
	text-decoration:none;
}
#topbar > img {
	position:absolute;
}
#twitter {
	position:relative;
	line-height:1.1em;
	font-size:13px;
	top:30px;
	width:120px;
	height:200px;
	overflow:hidden;
}
#twitter .sig {
	font-size:10px;
	margin-top:5px;
	margin-bottom:10px;
}
#photo, .photo {
	position:relative;
	/* height:400px; */
	height:432px;
	/* width:740px; */
	width:772px;
	margin:-16px;
	background:url('photo_bkg.png');
}
#photo {
	position:absolute;
	top:0px;
	left:160px;
}
#photo img, .photo img {
	position:relative;
	top:16px;
	left:16px;
}
.photocaption {
	position:absolute;
	bottom:23px;
	right:25px;
	font-size:12px;
	line-height:10px;
	color:#FFF;
	text-shadow:#000 0px 0px 4px;
}
.blog {
	width:600px;
}
.header1 {
	margin-top:-265px;
}
.bloghead {
	clear:both;
	color:#1653BF;
	margin-bottom:4px;
	border-top:1px solid #FFF;
}
.bloghead:first-child {
	border-top:none;
}
.bloghead .blogdate, .commenthead {
	font-weight:bold;
	font-size:16px;
}
.bloghead .comments {
	float:right;
}
.bloghead .sig {
}
.bloghead a:link, .bloghead a:visited {
	text-decoration:none;
}
.bloghead a:active {
	text-decoration:underline;
}
.blogtext {
	margin-bottom:3em;
	overflow:auto;
}
* html .blogtext {
	zoom:1;
}
.blogtext .blogtitle {
	font-weight:bolder;
	font-size:14px;
}
.blog p {
	margin-top:.75em;
	text-align:justify;
}
.textfoot {
	color:#1653BF;
	text-align:center;
}
.commenthead {
	margin-bottom:1em;
	color:#1653BF;
}
.blogcomment .sig {
	font-size:10px;
	margin-top:.75em;
	margin-bottom:1.5em;
}
label {
	display:block;
	float:left;
}
#commentform label {
	width:50px;
}
#commentform p {
	line-height:2em;
	clear:left;
}
#commentform p.desc {
	font-size:12px;
	line-height:1.4em;
	margin-top:1em;
}
form.blog label {
	width:110px;
}
form.header1 #content, form.header1 #title, form.header1 #categories, 
	form.header1 #photdate, form.header1 #caption {
	width:590px;
	border:1px solid #CCCCCC;
	padding:4px;
}
form.header1 #title {
	font-weight:bolder;
	font-size:14px;
}
form .options {
	line-height:1.2em;
	width:300px;
	margin-top:20px;
	float:left;
}
form .options p {
	margin-top:0em;
	margin-bottom:.75em;
}
label.check {
	display:inline;
	float:none;
	margin-left:4px;
	line-height:1.3em;
}
#formatting {
	position:absolute;
	right:40px;
	top:200px;
	width:180px;
	display:none;
}
#formatting p:first-child {
	color:#1653BF;
	margin-bottom:1em;
}
#formatting:hover p {
	opacity:1;
}
#navcolumn {
	position:absolute;
	right:40px;
	top:420px;
	width:180px;
}
#navcolumn .sectionhead {
	line-height:2em;
	background:#CCCCCC;
	padding:0px 6px;
	color:#1653BF;
	font-size:14px;
	font-weight:bolder;
}
#navcolumn .sectionhead a:link, #navcolumn .sectionhead a:visited {
	color:#1653BF;
	text-decoration:none;
}
#navcolumn .sectionlinks {
	padding:.5em 0px 1.5em 0px;
	line-height:1.5em;
}
#navcolumn .sectionlinks a:link, #navcolumn .sectionlinks a:visited {
	display:block;
	padding:0px 6px;
	color:#000;
	text-decoration:none;
}
#navcolumn .sectionlinks a:hover {
	background:#E4E4E4;
	color:#BC6915;
}
#navcolumn input {
	width:162px;
	margin:3px 6px 6px 6px;
}
