* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
}

#page {
    width: 900px;
    margin: 30px auto;
    text-align: left;
}

#header {
    height: 70px;
    width: 100%;
}

#menu {
    width: 180px;
    float: left;
}

h1 {
    width: 680px;
    float: right;
    padding: 20px 20px 0px 20px;
    font-size: 23px;
    line-height: 25px;
}

h2 {
    padding: 0px 0px 5px 0px;
    line-height: 25px;
    font-size: 20px;
}

#content {
    width: 680px;
    float: right;
    overflow: hidden;
}

#images {
	width: 680px;
    float: right;
}	

#footer {
    clear: both;
    width: 100%;
    height: 30px;
    position: relative;
}

#header .line {
    position: absolute;
    bottom: 0px;
}

#footer .line {
    position: absolute;
    top: 0px;
}

#footer ul li {
    float: left;
    list-style-type: none;
}


p.align-justify {
	text-align: justify;
}



