html {
    height: 100%;
    overflow: hidden;
}

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    height: 100%;
    margin: 0;
    padding: 0;
    background: white;
    color: black;
    font-size: 12px;
    line-height: 18px;
    padding: 100px 100px 0 100px;
}

.clear {
	display: block;
	clear: both;
	height: 0;
	width: 0;
	height: 1px\\; /* css hack for ie6-7-8 */
	overflow: hidden;
}

h1 {
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 25px 0;
    padding: 0;
    font-weight: normal;
    margin-bottom: 25px;
}

h2 {
    font-size: 17px;
    line-height: 17px;
    margin: 0 0 25px 0;
    padding: 0;
    font-weight: normal;
    margin-bottom: 25px;
}

p, ul {
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}
a {
    color: #000000;
    text-decoration: none;
}		
a:hover {
    color: #000000;
    text-decoration: underline;
}

img {
	border: 0;
}

#html {
	display: none;
	padding-bottom: 100px;
}

#menu {
	border-bottom: 1px black solid;
	padding: 25px 0 10px 0;
	margin-bottom: 25px;
}

#menu ul {

	margin-bottom: 0;
}

#menu li {
	list-style-type: none;
	float: left;
	margin-right: 20px;
}

div.gallery {
	margin-bottom: 25px;
}