/* ===== global styles ===== */

body {
    font-family: verdana, helvetica, sans-serif; 
	font-size: 12px;
	line-height: 2em;
	color: #555;
    background: #fff;
    margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 1ex 1em;
} 

ul {
	line-height: auto;
	padding: 150px 0;
	
} 

ul a{
	text-decoration: none;
}

div#outerDiv {
    width: 770px;
    margin: 0 auto;
	background: #fff  url('../img/well2.jpg') no-repeat;
}

/* ===== header ===== */

div#header {
    height: 130px;
    position: relative;
}
div#content {
    float: left;
    width: 430px;
    margin: 0;
    padding: 150px 15px 0 15px;
} 
div#menu {
	float: right;
	width: 300px;
}