/* 
	GENERAL
*/
body {
	background-color: #3a7fa0;
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif, Trebuchet MS;
	font-size: 12px;
	color: #525252;	
}
.clear_all {
	clear: both;
}
img {
	margin: 0px;
	padding: 0px;
}
blockquote {
background-color: #bee8fc;
padding: 4px 12px;
clear: both;
}
/* 
	LAYOUT
*/
#page {
	width: 770px;
	background-color: #ffffff;
	margin-top: 32px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 38px;
	border-right: 4px solid #27546b;
	border-bottom: 4px solid #27546b;
}
#page #header {
	width: 100%;
	height: 215px;
	background-color: #FFFFFF;
	background-image: url(http://www.bloggingfordummiesbook.com/images/site/header.jpg);
}
#page #nav {
	width: 720px;
	height: 38px;
	margin-left: 25px;
	margin-right: 25px;
	background-color: #0094da;
	vertical-align: bottom;
}
#page #content {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	/* background-color: lightyellow; */
}
#page #content #col1 {
	width: 529px;
	border-right: 1px solid #a1a1a1;
	float: left;
	padding: 0px;
	/* background-color: azure; */
}
#page #content #col2 {
	float: right;
	width: 165px;
	/* background-color: lightgreen; */
}
#page #footer {
	width: 720px;
/*	height: 38px; */
	background-color: #a1a1a1;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-top: 29px;
}
/* 
	FORMATTING
*/
#nav table {
	margin-top: 4px;
	margin-left: 15px;
	margin-right: 15px;
}
.col1a {
	width: 90px;
	float: left;
	color: #a1a1a1;
	/* background-color: beige; */
}
.col1a p {
	margin: 0px;
	margin-top: 3px;
}
.col1b {
	width: 400px;
	margin-left: 12px;
	float: left;
	/* background-color: antiquewhite; */
}
.col1b_bottom {
	border-bottom: 1px solid #a1a1a1;
	margin-left: 102px;
	margin-right: 25px;
}
h1, h2, h3, h4, h5, h6 {
	color: #0094da;
	margin-top: 0px;
}
a {
	color: #0094da;
	text-decoration: none;
}
a:hover {
	color: #3fbefa;
	text-decoration: underline;
}
h1 {
	padding-top: 0px;
	margin-top: -4px;
	font-size: 18px;
}
h2 {
	font-size: 14px;
	margin-bottom: 3px;
}
h3 {
	margin-top: 6px;
	margin-bottom: 0px;
	font-size: 12px;
	padding: 0px;
}
h4 {
	font-size: 10px;
	margin: 0px;
	margin-bottom: 3px;
}
.bottom_rule {
	border-bottom: 1px solid #a1a1a1;
	padding-bottom: 0px;
	padding-top: 0px;
}
hr {
	color: #a1a1a1;
	background-color: #a1a1a1;
	height: 1px;	
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.entry_item{
	margin: 0px;
	margin-bottom: 38px;
	padding: 0px;

}

#footer div{
	color: #ffffff;
	text-align: right;
	font-weight: normal;
	padding: 10px 15px;
	font-size: 11px;
}
#col2 .link_box {
	margin-top: 0px;
	margin-bottom: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f2f1f1;
}
#col2 img {
	margin-bottom: 6px;
}
#col2 h2 {
	padding-left: 10px;
}
#col2 h3 {
	padding-left: 15px;
}
.commentor {
	font-size: 10px;
}	
.page_text {
	padding-right: 18px;
}