.header-bgimage1{
	background-image: url("");
}
.header-menu{
	background-image:  url("../img/nav-bg2.png");	
}
.footer-mod{
	background-image:  url("../img/nav-bg_65.png");	
}

div#footer-block {
	height: 40px;
	left: 0;
	background: url('/img/nav-bg3.png');
	width: 100%;
}

div#footer {
	height: 40px;
	left: 0;
}

.footer {
	line-height: 40px;
	text-align: center;
}

.footer A {
	color: #ccc;
}

#logo-block{
	position: absolute;
	top: 10px;
	left: 20px;
}
.mylayout {
    margin: 0 auto;
    padding: 10px 40px 13px;
    position: relative;
}
body{
	background:url("/img/carbon_fibre.png");
	color: #aaa;
}

#container{
	margin: 10px auto 100px;
}

.slide-out-div {
	padding: 20px;
	width: 475px;
	height: 400px;
	background-image: url("/img/alpha70.png");
	border: 0px solid #ccc;
	color: #ccc;
	opacity: .8;
}

.main{
	line-height: 20px;
}

a {
  color: #ccc;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #fff;
}

a:active {
  background: hsla( 0, 100%, 100%, 0.5 );
}

.slide-out-div h1 {
	color: white;
	font-size: 30px;
}

.sexypanels {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 180px; /* width of menu */
}

.menu-block{
	position: absolute;
	left: 0px;
	top: 180px;	
}

.rss{
	margin: 40px;
}

 a.rss{
	color: #CC660B;
}

a.rss:hover{
	color: #CC660B;
}

.sexypanels li {
	
}

.sexypanels li a {
	background: #333;
	/*color of menu by default*/
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
	opacity: .3;
	display: block;
	color: white;
	width: auto;
	padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
	border-bottom: 1px solid black;
	/*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

.sexypanels li a:visited,.sexypanels li a:active {
	color: white;
}

.sexypanels li a:hover {
	opacity: .7;
	background-color: black; /*color of menu onMouseover*/
	color: white;
	border-bottom: 1px solid black;
	/*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}
