

h1 img {
	float: left;
	margin-right: 5px;
}

h1 {
	line-height: 50px;
}

h1, h2 {
	font-weight: normal;
}

#wrapper {
    width: 800px;
    margin:0 auto;
    margin-left:100px;
	top: 0px;
	left: 0px;
}

.ads {
	position: absolute;
	top: 30px;
	right: 0;
}

/*LAVALAMP START*/

.lavalamp {
    position: relative;
    border: 1px solid #d6d6d6;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    border-radius : 10px;
    -moz-border-radius : 10px;
    -webkit-border-radius : 10px;
    background : -webkit-gradient(linear, left top, left bottom, from(rgb(240,240,240)), to(rgb(204,204,204)));
    background : -moz-gradient(linear, left top, left bottom, from(rgb(240,240,240)), to(rgb(204,204,204)));
    height: 14px;
}

.blue {
	background : rgb(65,112,194);
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(65,112,194)), to(rgb(70,120,209)));
	background : -moz-gradient(linear, left top, left bottom, from(rgb(65,112,194)), to(rgb(70,120,209)));
	border: 1px solid #284476;
	
}


a 
{ font-size: 13px;
    text-decoration: none;
    color: #ffffff;
    line-height: 10px;
}



ul li a {
    padding: 0 20px;
    text-align: center;
    }

