body{
	background-color: #efefef;
    background-repeat: repeat;
    background-position: top center;
    background-attachment: fixed;
}

#header h1 {
    line-height: 2.5;
    font-family: "Calibri", Times, Georgia, serif, Calibri;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 2em;
    background-color:  #efefef;
    color: #fff;
	/image/
	background-color: #efefef;
    background-repeat: repeat;
    background-position: top center;
    background-attachment: fixed;
}

#headerTitle h1 img {
	width: 91%;
    height: 96px;
}

#body {
	background: #ddd url("image-themes/bg.jpg") repeat scroll center top;
	background-color: #f3faff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #263238;
} 

#main {
	margin-top: 0;
    padding-top: 0;
}

#navbar {
	background: #cc0000;
	padding: 1em 0em;
}

#navbar a {
    color: #fff;
	padding: 0.4em 0.9em;
}

#navbar a:hover {
	background: #8f0000;
}

ul.menu li {
    padding-right: 0;
}

#content {
    border-top: 1px dotted #660000;
    padding: 20px;
}

#sidebar div.block span.blockTitle  {
      background-color:  #CC0000;
    border-bottom: medium none;
    color: white;
    margin: 0 -3px 10px -4px;
    padding: 8px 0 11px 10px;
}

#sidebar span.customblock-INDEXING-SITES {
  background-color: #CC0000;
    border-bottom: medium none;
    color: white;
    margin: 0 -3px 10px -4px;
    padding: 8px 0 11px 10px;
} 

#sidebar div.block span {
	margin: 0px 0px 0px 0px;
}

#rightSidebar div.block {
	padding: 10px 2px 14px 0px;
	margin-bottom: 8px;
	padding:9px 10px 14px 0;
	width: 110%;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {
	margin-top: 5px;
	border-bottom: 1px dotted #660000;
}