body{
	margin:0 0;
	padding:0 0;
	background:url(images/background_new2.png) repeat-x #eaeaea;
	font-family:Verdana, Geneva, sans-serif;
}

.bigdiv{
	width:1100px;
	margin:auto;
}

#wrapper{
	width:1100px;
	float:left;
}

#contact_top{
	height: 25px;
	width: 1025px;
	float: left;
	text-align: right;
	font-size: 11px;
	color: #EAEAEA;
	padding: 15px 0 0 0;
	margin: 0 55px 0 0;
}

#menu{
	height:69px;
	width:900px;
	margin:auto;
	text-align:center;
	clear:both;
}

/*ul, li{
	list-style-type:none;
	text-align:center;
	float:left;
	height:69px;
	width:900px;
	margin:0 0;
	padding:0 0;
	background:url(images/menubg.png);
}

li.first{
	width:150px;
	color:#696969;
	padding:0 0;
	margin:0 0;
	height:44px;
	padding:25px 0 0 0;
	text-align:center;
}

li.item{
	width:150px;
	color:#696969;
	padding:0 0;
	margin:0 0;
	height:44px;
	padding:25px 0 0 0;
	background:url(images/divider.png) left no-repeat;
	text-align:center;
}

li.last{
	width:150px;
	color:#696969;
	padding:0 0;
	margin:0 0;
	height:44px;
	padding:25px 0 0 0;
	background:url(images/divider.png) left no-repeat;
	text-align:center;
}

li:hover{
	background:url(images/menubg_hover.png);
}*/	

#header{
	height:302px;
	width:1100px;
	float:left;
/*	background:url(images/headerbg_leather.png); */
	background-position:right;
}

#innerheaderleft{
	width:430px;
	height:280px;
	float:left;
	text-align:center;
	padding-top:40px;
}

#innderheaderright{
	width:670px;
	float:left;
	text-align:center;
	height:280px;
}

#content{
	width:1100px;
	float:left;
}

#contentleft{
	width:450px;
	float:left;
	margin:0 0 0 100px;
}

#contentleft2{
	width:950px;
	float:left;
	margin:0 0 0 100px;
}

#contentright{
	width:550px;
	float:left;
	text-align:center;
	margin-top:20px;
}

h1{
	font-size:40px;
	color: #201c20;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
}

h2{
	font-size:20px;
	color: #201c20;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
}

p{
	font-size:12px;
	color:#201c20;
	text-align:justify;
}

p.center{
	text-align:center;
}

p.footer{
	text-align:center;
	padding-top:65px;
	color:#eaeaea;
}

#footer{
	height:102px;
	width:100%;
	float:left;
	background:url(images/footer.png) repeat-x;
}

a:link {
	color:#696969;
	text-decoration:none;
}
      
a:visited {
	color:#696969;
	text-decoration:none;
}
  
a:hover {
	color:#696969;
	text-decoration:none;
}

a:active {
	color:#696969;
	text-decoration:none;
}

a:normal{
	color:#201c20;
}

/* LavaLamp */

        .lavaLampWithImage {
            height: 49px;
            width: 900px;
            background: url("images/bg.png") repeat-x top;
			padding:20px 0 0 0;
			margin:auto;
            overflow: hidden;
			text-align: center;
			float:left;
        }
                .lavaLampWithImage li {
                    float:left;
                    list-style: none;
					margin:auto;
					width:150px;
					text-align:center;
                }
                    .lavaLampWithImage li.back {
                        background: url("images/lava.png") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("images/lava.png") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: 14px verdana;
                        text-decoration: none;
                        color: #696969;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }

#editablebox{
	width:950px;
	float:left;
}