html{
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 1em;
	background-color: #fff;
	color: #000;
	height:100%;
}
	
.main {
	margin: 0 auto;
	height: 100%;
	width: 705px;
	background-color: #fff;
	border-left: solid #000 3px;
	border-right: solid #000 3px;
}

.header {
	background-color: #fff;
	width: 100%;
	border-bottom: solid #fff 2px;
}
.header img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

 a, a:visited {
	color: #000;
	text-decoration: none; 
	font-weight: normal;
	text-decoration: underline;
}
 a:hover {
	font-weight: bold;
}

#menu2 {
	margin: 0 auto;
	font-family: Arial, sans-serif;
	font-size: 0.85em;
	color: #fff;
	z-index: 1;
	
}

#menu2 a, #menu2 a:visited {
	background-color: #86B7DF;
	float: left;
	border-left: solid #fff 1px;
	border-right: solid #fff 1px;
	text-align:center; 
	color: #fff;
	text-decoration:none; 
	padding-top: 7px;
	height: 24px;
	width:139px;
	font-weight: normal;
}


#menu2 a:hover {
	font-weight: bold;
}

.picbar {
	float: right;
	margin: 30px;
	margin-top: 40px;
	z-index: 0;
}

  .maintext {
	font-size:0.8em;
	font-weight: none;
	line-height: 140%;
	background-color: #fff;
	padding: 60px;
	margin-top: 15px;
	padding-top: 15px;
	padding-right: 190px;
}

.linkbar {
	background-color: #fff;
	position: relative;
	padding-right:auto;
	padding-left:auto;
	bottom: 10px;
	text-align: center;
	font-size: 0.75em;
	width: 705px;
}

.linkbar a, .linkbar a:visited {
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #000;
}

.linkbar a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
  
ul {
	font-size: 0.8em;
}

img.log {
	height: 30px;
}

.quote {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	
}

