body {
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, sans-serif;
	letter-spacing: 0.03em;
	font-weight: normal;
	background-color: #FFFFFF;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}
p {
	color:#666666;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, sans-serif;
	letter-spacing: 0.03em;
	font-weight: normal;
}
.spacer {
	clear:both;
}
.commentsBlock {
	height: 100px;
	width: 400px;
	margin-top: 40px;
	margin-bottom: 40px;
	float:left;
	position:relative;
}
.commentsTextArea {
	height: 200px;
	width: 400px;
}
.contentBlock {
	/* Actual width is 710, but must minus 40 + 40 for margins */

	width:665px;
	display:block;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin: auto;
}
.postBlock {
	float:right;
	width: 400px;
	text-align: left;
	padding-top: 20px;
	padding-right: 10px;
}
.entryBlock {
	left:0px;
	top:0px;
	position:relative;
	margin-bottom: 40px;
}
.sidebarBlock {
	width: 200px;
	float: left;
	text-align: left;
}
.footerBlock {
	margin-left:50%;
	left:-355px;
	width:710px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	display:block;
	position:relative;
}
.date {
	font-size: 10px;
}
.more {
	background-image: url(/images/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
}
.navigation {
	width:400px;
	left:0px;
	top:0px;
	display:block;
	position:relative;
	font-size: 12px;
	font-weight: bold;
}
.alignleft {
	left:0px;
	top:5px;
	display:block;
	position:absolute;
}
.alignright {
	right:0px;
	top:5px;
	display:block;
	position:absolute;
}
a {
	color: #2B6CD0;
	text-decoration: none;
}
a:hover {
	color: #2B6CD0;
	text-decoration: underline;
}
a:visited {
	color: #2B6CD0;
	text-decoration: none;
}
a:active {
	color: #2B6CD0;
	text-decoration: none;
}
ul {
	font-family: Verdana, sans-serif;
	letter-spacing: 0.03em;
	font-size: 11px;
	padding: 5px;
	margin: 10px;
	list-style-type: none;
	text-align: left;
}
.important {
	color:#2B6CD0;
	letter-spacing: 0.03em;
	font-size:12px;
	line-height: 15px;
	font-weight: bold;
}
.subhead {
	color:#2B6CD0;
	letter-spacing: 0.03em;
	font-size:14px;
	line-height: 16px;
}
.subheadAlt {
	color:#E99E03;
	letter-spacing: 0.03em;
	font-size:12px;
	line-height: 16px;
}
h1 {
	color:#666666;
	font-size:16px;
	letter-spacing: 0.03em;
	line-height: 22px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h2 {
	color:#666666;
	letter-spacing: 0.03em;
	font-size:14px;
	line-height: 18px;
}
h3 {
	color:#666666;
	letter-spacing: 0.03em;
	font-size:12px;
	line-height: 15px;
}
h4 {
	color:#E99E03;
	letter-spacing: 0.03em;
	font-size:12px;
	line-height: 15px;
}
h5 {
	color:#666666;
	letter-spacing: 0.03em;
	font-size:13px;
	line-height: 15px;
}
.codeExample {
	background-color: #EFEFEF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.03em;
	color: #3300FF;
}
.footText {
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.03em;
	color: #999999;
}
.footText a:link {
	color: #999999;
}
.footText a:hover {
	color: #000000;
	text-decoration: underline;
}
.footText a:visited {
	color: #999999;
	text-decoration: none;
}
.footText a:active {
	color: #999999;
	text-decoration: none;
}

