/* Stylesheet for ThisOrrThat.com*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	text-align: center; /*IE Hack to Center site*/
	color: #000000;
}

#container {
	width: 780px;
	background: #FFFFFF;
	margin: 2% auto;
	border: 1px solid #000000;
	text-align: left; /*2nd half of IE Hack*/
}

#header {
	float: left;
	background: #0776A0;
	height: 200px;
	border-bottom: 2px solid #FF8000;
	width: 780px;
}

#header img {
	float: left;
	width: 180px;
	height: 180px;
	margin: 10px;
}

#header h1 {
	position:absolute;
	top: 46px;
	right: 344px;
	font-size:40px;
	width: 503px;
	height: 71px;
	color: #000000;
}

#header h3 {
	position: absolute;
	left: 712px;
	top: 106px;
}

.lavaLamp {
    position: relative;
	top: 160px; left: 60px;
    height: 29px; width: 500px;
    background: url("images/bg.gif") no-repeat top;
    padding: 10px; margin: 10px 0;
    overflow: hidden;
}

    .lavaLamp li {
        float: left;
        list-style: none;
    }

        .lavaLamp li.back {
            background: url("images/lava.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("images/lava.gif") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
 
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 14px arial;
            color: #fff; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 12px;
        }

#mainContent {
	padding: 0 20px;
	background: #FFFFFF;
}

#googlemap{
	float: right;
}

#footer {
	padding-top: 15px;
	border-top: 2px solid #FF8000;
	background:#0776A0;
	height: 100px;
	text-align: center;
	font-size:14px;
}

#footer a {
	color: 	#FF8000;
	font-weight:bold;
}

#footer p {
	margin: 0;
	padding: 10px 0;
}
