
html, body {
	height: 100%;
}

h1 {
	color: #343434;
	font-size: 32px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}

p {
	margin-bottom: 14px;
}

a{
	color: #343434;
	font-weight: bold;
	font-style: italic;
}

.preface {
	font-size: 18px;
	font-weight: bold;
}

* {
	margin: 0;
}

.document {
	padding-bottom: 0;
	color: #555;
	font-family: arial, helvetica, sans-serif;
}

.container {
	background:url("/pics/summer2010/container-background.png") repeat-y 0 0 #6EB3F6;
}

#wrapper {
	background: url("/pics/summer2010/header.jpg") no-repeat left top #6EB3F6;
	min-height:100%;
	padding:225px 55px 49px 27px;
}

#wrapper div {
	background:none repeat scroll 0 0 #FFFFFF;
	margin-bottom:14px;
	min-height:100%;
	padding:0 27px 274px;
}

.container .foot {
	background:url("/pics/summer2010/bottom.png") no-repeat scroll 0 bottom #6EB3F6;
	color:#FFFFFF;
	height:219px;
	padding:28px 0 30px;
}

.container .foot a {
	color:#FFFFFF;
}

.document .right-column .menu {
	display: none;
}

.head .menu .main a.selected {
    background-image: url(/pics/menu-over.png);
}

