* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}

body {
	background-image : url(../images/header-grad.jpg);
	background-position : top;
	background-repeat : repeat-x;
	background-color: white;
}

#backlayer {
	background-image : url(../images/header-grad.jpg);
	background-position : top;
	background-repeat : repeat-x;
	background-color: white;	
}

#main {
	background-position : bottom;
	background-repeat : repeat-x;
	background-image : url(../images/footer-grad.jpg);
	position: relative;
  	min-height: 100%;
}

* html #main {
	height: 100%;
}

#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 200px;
	margin-top: -50px;
}

#quote {
	padding-left: 200px;
	text-align: center;
	font-family : "Palatino Linotype";
	font-style: italic;
	font-size: 18px;
	padding-top: 30px;
}

#left-column {
	width: 250px;
	float: left;
}

#logo {
	padding-top: 10px;
}

.clear {
	clear: both;
}

#menus {
	padding-top: 60px;
	width: 150px;
	font-family : Arial, Helvetica, sans-serif;
}

#menus a {
	text-decoration: none;
	color: #231f20;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 9px;
	text-align: right;
	display: block;
}

#menus a:active,
#menus a:hover {
	padding-bottom: 5px;
	border-bottom: 4px solid #bcbdc0;
}

#menus a.selected {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 4px solid #bcbdc0;
}

#thumbs-line {
	padding-top: 30px;
	text-align: center;
	height: 150px;
}

.thumb {
	display: inline;
	padding: 0px 3px;
}

.thumb img {
	display: inline;
}

#content {
	margin-left: 250px;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}

#full-image {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 0px auto;
	line-height: 410px;
	vertical-align: baseline;	
}
