@charset "utf-8";
/* CSS Document */

body
	{
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	margin:0px;
	background-color:#FFFFFF;
	font-size:12px;
	color:#5b4b43;
	line-height:1.2;
	}
table, td
	{
	border:0px;
	padding:0px;
	border-spacing:0px; 
	border-collapse:collapse;
	}

a:link, a:visited
	{
	text-decoration:none;
	color:#666698;
	}

a:hover
	{
	text-decoration:underline;
	}
/*
.title a:link, a:visited
	{
	text-decoration:none;
	color:#5b4b43;
	font-weight:bold;
	}
*/
.title a:hover
	{
	text-decoration:underline;
	color:#666698;
	}

.footer_background {
  width:573px;
  height:73px;
  background-image:url("http://clients.astekweb.com/perm/Astek/blog/090730/images/footer_background.jpg");
  background-repeat:no-repeat;
  background-position: 100% 100%;
  }
  
.header_background {
  width:900px;
  height:74px;
  background-image:url("http://clients.astekweb.com/perm/Astek/blog/090730/images/Interactive_web_marketing.jpg");
  background-repeat:no-repeat;
  background-position: 100% 100%;
  }

.header_text 
	{
	font-size:12px;
	color:#000000;
	text-align:right;
	padding-right:10px;
	padding-top:62px;
	line-height:1;
    }
/*	
.header_text  a:link, a:visited
	{
	text-decoration:none;
	color:#5b4b43;
	}
*/
.header_text  a:hover
	{
	color:#000000;
	}
  
.footer
	{   
	font-size:13px;
	}
	
.comments
	{   
	font-size:12px;
	text-align:right;
	padding-top:6px;
	line-height:1;
	}

.sidebarBreak
       {
        position:relative; 
        left:-10px; 
        margin-bottom:10px;
       }


