body {
	margin: 0;
	padding: 0;
	font-size: 88%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.5;
	background: #6A6A6A url(images/body_background.gif);	
}	
#wrapper {
	width: 918px;
	margin: 0 auto;	
	background: #FFF;
	background: url(images/container_background.png) repeat-y;
	background-position: center;	
}
#container {
	width: 900px;
	margin: 0 auto;
}
#header_wrap {
	background: url(images/header_wrap.gif) repeat-x;
	height: 177px;
}
#header {
	height: 176px;
	background: url(images/header.gif) no-repeat;
	position: relative;
}
#logo {
	background: url(images/logo.png) no-repeat;
	width: 326px;
	height: 96px;
	position: absolute;
	left: 20px;
	top: 60px;
}
#top_text {
	color: #FFF;
	width: 400px;
	position: absolute;
	right: 0;
	font-size: .8em;
}
#phone {
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding-left: 20px;
	font-weight: bold;
}
#nav {
	position: absolute;
	right: 0;
	top: 50px;
}
#nav li {
	float: left;
	margin-right: .7em;
	list-style: none;
}
#nav a:link, #nav a:visited {
	color: #FFF;
	text-decoration: none;	
	width: 76px;
	height: 54px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 20px;
}
#nav a:hover, #nav a:active {
	background: url(images/nav_hover.png) no-repeat;
}
#nav li a.current, #nav li a.current:hover, #nav li a.current:active {
	background: url(images/nav_hover.png) no-repeat;
	cursor: default;
}

#sidebar {
	width: 200px;
	float: right;
	padding-top: 25px;
padding-right: 100px;
	position: relative;
}

#sidebar p {
	padding: 0 15px 10px 0;
	font-size: .9em;
	line-height: 1.6em;
}
#sidebar_divide {
	background: url(images/sidebar_divider.gif) no-repeat;
	width: 300px;
	height: 1px;
	margin-top: 10px;
}
#sidebar h2 {
        font-family: "Segoe UI", Arial, Helvetica, sans-serif;
        font-size: 1.3em;
        color: #424242;
}
#sidebar li a:link, #sidebar li a:visited {
	color: #990000;
	text-decoration: none;
	font-size: .9em;

}
#sidebar li a:hover, #sidebar li a:active {
	text-decoration: underline;
}
.post {
        width: 560px;	
	background: #FFF;	
	background: url(images/main_background.gif) repeat-y;		
	padding: 5px;
}
a.blogTitles:link, a.blogTitles:visited {
        font-family: "Segoe UI", Arial, Helvetica, sans-serif;
        font-size: 1.4em;
        color: #990000;
        padding-left: 15px;
      

}
.postinfo {
      font-size: .8em;
      padding-left: 15px;
      padding-top: 5px;
}
.entry {
    width: 520px;
padding: 15px;
}
.postmetadata a:link, .postmetadata a:visited {
    font-size: .9em;
    color: #990000;
    padding-left: 350px;
}
#searchArea {
    margin-bottom: 10px;
}
#searchbar {
    border: 1px solid #CCC;
    padding: 5px;    
}
#searchsubmit, #comment_submit {
    background: url(images/search_button.gif) no-repeat;
    width: 55px;
    height: 25px;
 
    color: #FFF;
    cursor: pointer;
}
.userInput {
    border: 1px solid #CCC;
    padding: 5px;
}
#comment {
    border: 1px solid #CCC;
}
#footer {
	clear: both;
	height: 130px;
	background: #151515;	
}
#footer_content {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	font-size: .8em;
	background: #292929;
	height: 120px;
	padding-top: 10px;
	color: #666;
}
#footer_content a:link, #footer_content a:visited {
	color: #CCC;
	text-decoration: none;
}
#footer_content a:hover, #footer_content a:active {
	text-decoration: underline;
}		
