body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
}

.lavaLampNoImage {
            position: relative;
            height: 29px;
            width: 700px;
			background-color: white;
			background:url('img/bg.png') repeat;
            padding: 15px 15px;
            margin: 130px 0;
            overflow: hidden;
            border: 1px solid gray;
        }
.lavaLampNoImage li {
                    float: left;
                    list-style: none;
                }
.lavaLampNoImage li.back {
	border: 1px solid gray;
	background-color: #666;
	/*background:url('img/bg.png') repeat;*/
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
.lavaLampNoImage li a {
	text-decoration: none;
	/*color: #009966;*/
	color: #FC0;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 17px; /*orgineel 8px*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
                    }
                        .lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
                            border: none;
                        }                    


#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */
	/*background: url('../img/raster2.png');  this is just a fancy raster, you can remove it; I kinda like it though */
}


#bodydiv {
	width:730px;
	position:absolute;
	top: 10px;
	left:50%;
	margin-left: -370px;
	text-align:left;
	padding:10px 0;
}

#logodiv {
	width:235px;
	height: 140px;
	position:absolute;
	top: 10px;
	/*left:50%;
	margin-left: 150px; 350-235*/
	text-align:center;
	padding:1px 0 20px;
}

#maincontent {
		width:700px;
		position:absolute;
		top: 220px;
		color: #e6e8ea;
		/*color:#ffcc00;*/
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		padding: 15px;
        border: 1px solid gray;
        background-color: #e6e8ea;
        background:url('img/bg.png') repeat;
	}

#maincontent h1{
	color: #006666;
}

#maincontent a {
	color:#FC6;
	}

#maincontent a:hover {
		background:url('img/bg.png') repeat;
		color:#fff;
	}

.contentfoto {
	float:right;
	}
.contentfoto2 {
	float:right;
	position:relative;
	top: 40px;
	margin: 5px;
	}

#footer {
	position:relative;
	top: 70px;
    padding: 10px;
    height: 40px;
	color:#ffcc00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-align:right;
		}
.small a{
	font-size: 10px;
}