.clear {
    clear: both;
}
body {
    margin: 0;
	font-size: 12px;
    font-family: trebuchet ms, verdana, helvetica, arial, sans-serif;
}
a, a:visited {
    color: #000000;
}
h2 {
    
}
#outer {
    width: 800px;
    margin: 10px auto;
}
#searchBox {
	float: left;
	background-color: #f2f0ee;
	width:150px;
	color: #5f1f01;
	height: 200px;
}
#searchBox strong {
	display: block;
	color: #5f1f01;
	font-size: 11px;
	background-color: #d2c2b6;
	padding: 5px 0 5px 10px;
	font-family:Arial, Helvetica, sans-serif
}
#searchBox p {
	padding-left: 10px;
}
.entryBorder {
	border: solid #A79987 1px;
	margin-bottom: 10px;
}
.entryBox {
    margin: 10px;
}
.entryDate {
    font-size: 11px;
    padding: 2px 0 2px 5px;
    font-weight: bold;
}
.entryBlogname {

}
.entryAuthor {
    color: #747474;
}
.entryTitle {
    color: #747474;
	font-size: 18px;
	font-family: trebuchet ms, verdana, helvetica, arial, sans-serif;
}
.entryTitle:hover {
	color: #A3B8CC;
}
.entryText {
    
}
.entryLinks {
    text-align: right;
    font-size: 11px;
    padding: 0 10px 15px 0;
	border-bottom: solid #CCCCCC 1px;	
}
#summaries {
    width: 475px;
    float: left;
}
.blogList {
    float: left;
    margin: 0 0 10px 0;
    width: 165px;
    padding-left: 10px;
	background-color: #f2f0ee;
}
.blogList strong {
	display: block;
	color: #5f1f01;
	font-size: 13px;
	background-color: #d2c2b6;
	margin: 0 0 0 -10px;
	padding-left: 20px;
}
.blogList ul {
	margin: 0;
	padding: 10px;
}
.blogList li {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.blogList li a {
	text-decoration: none;
	color: #536976;
}
.blogList li a:hover {
	text-decoration: underline;
}
#bottomNav {
	text-align: center;
}
#bottomNav a {
	color: #536976;
	font-family: arial, helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#footer {
	padding-top: 22px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #5f1f01;
}
#copyright {
	font-size: 9px;
	float: left;
	width: 475px;
}
#copyright strong {
	font-weight: bold;
}
#copyright a {
	font-weight: normal;
	text-decoration:none;
}
#callUs {
	float:left;
	font-size: 20px;
	font-weight: bold;
}
#callUs span {
	font-size: 12px;
}
