body {
	 background: repeat top left fixed;
	 background-color:ffffff;;
	 font-family: Arial, Sans-Serif;
	 margin:0;
         padding:0;
         
         
	 }
	 
/*body {
	 background-color:ffffff;
	background-image: ;
	background-repeat: repeat-X;
	background-attachment: fixed;
	font-family:Arial, Sans-Serif;
	 margin:0;
         padding:0;
    
	 }
	 */

h1, h2, h3, h4, h5, h6 {
	 margin: 0;
	 font-style: normal;
	 font-weight: bold;
	 color: #0066cc;
	 }
	
h1 {
	 font-size: 1.4em;
	 }
h2 {
	 font-size: 1.2em;
	 }
h3, h4, h5, h6 {
	 font-size: 1.0em;
	 }


code {
         background: #f4f4f4;
         color: #6a6a6a;
         margin:0;
	 }
p 
{ 
font: normal 11px/14px arial, sans-serif; 
text-decoration: none; max-width: 420;

} 



a:link, {
	text-decoration:none;
	 }

a:visited {
	text-decoration:none;
	 }

a:hover {
	 text-decoration: none;
	 }

/***************************************************************************/
/* This is the container for the whole page */
/***************************************************************************/

.page {
	 width:750px;
	 position:relative;
	 padding:5px;
	 margin:0 auto;
	 text-align:left;
	 }

/***************************************************************************/
/* Header */
/***************************************************************************/

.header {
	 background:url('images/headerbg.gif') no-repeat center top;
	 margin:0 0 5px 0;
	 padding:30px 0px 30px 40px;
	 }
	   
.logo {
	 background:url('images/logo2.jpg') no-repeat left top;
         height:70px;
         margin:0;
	 }
	 
.search1 {
		padding-left:700px;
         height:0px;
         margin:0;
	 }
	   
.blog-name:link, 
.blog-name:visited, 
.blog-name:hover{
	 color:#0066cc;
	 font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	 font-size:26pt;
	 font-weight:bold;
	 text-decoration:none;
	 letter-spacing: -1px;
	 background:transparent;
	 margin:0 0 0 80px;
	 padding:0;
	 }

.blog-description {
	 color:#008000;
	 font-size:10pt;
	 font-weight:bold;
	 margin:0px 0px 0px 80px;
	 padding:0;
	 }


/***************************************************************************/
/* Sidebars */
/***************************************************************************/

.left-sidebar, .right-sidebar {
         margin:5px 0 0 0 !important;
	 margin:0;
         max-width: 620;
	 position:absolute;
	 overflow:hidden;
	 
	 }

.left-sidebar {
	 width:210px;
	 left:5px;
	 }

.right-sidebar {
	 width:210px;
	 right:0px;
	 }
