html { height: 100%; }

body { 
	background-color:#fff;
	font-size:16px; 
	margin: 0; 
	padding: 0;
	font-family: Helvetica, sans-serif;
	text-align:center;
	color: #555;
	
	height: 100%;
}

h1 {
	text-decoration: none;
	margin: 0;
	font: 40px Arial, Helvetica, Verdana, Arial, Tahoma, sans-serif;
	letter-spacing: -3px;
	/* font: 40px Helvetica, Verdana, Arial, Tahoma, sans-serif;
	font-weight: bold;
	letter-spacing: -4px; */
	line-height: 40px;
	text-transform: lowercase;
}

a {
	text-decoration: none;
	color: #555;
	border-bottom: 1px dotted silver;
}

a:hover {
	color: #0066cc;
	background-color: #eee;
}

a.linkcolor {
	font-weight: bold;
	font-size: 0.7em;
	text-transform: lowercase;
	color: #333;
	border-bottom: 0px;
}

a.linkcolor:hover {
	color: #0066cc;
	background-color: #fff;
	/* border-bottom: 2px solid #555; /* underline */
}

div.gss a img {
	border : none;
}

div.gss {
  width: 850px;
  height: 566px;
  color: #dddddd;
  background-color: #fff;
  padding: 0px;
}

#outer {width:900px; margin:0px auto; padding:0px;}
#middle {margin:0px auto; padding:0px;}
#inner {margin:0px auto; padding:0px;}

#fname {
	color: #333;
	margin-right: -12px;
}

span.fn a {
	border: none;
}

span.fn a:hover {
	background-color: #fff;
}

#header{ 
	background-color: #fff;
	height: 65px;
}

#center { 
	background-color: #fff; 
	min-height: 650px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height: 650px;
	width: 850px;
	text-align: left;
	margin: 0px auto 30px;
}

#boxer {
	margin: 0px;
	padding: 0px;
}

div.logo {
	text-align: left;
	float: left;
	width: 300px;
}

div.navbar {
	text-align:right;
	width: 550px;
	float:left;
}

div.navbar li {
	list-style: none;
	display: inline;
	vertical-align: bottom;
	margin-left: 5px;
}

div.content {
	padding: 20px;
}

#slideshow {
	float: right;
	padding: 0px;
}

#twitter_div {
	padding: 20px; 
	margin: 5px 20px 30px;
	text-align: left;
	width: 70%;

	float: left;
	border: 1px solid silver;
}

#twitter_quote {
	font: 45px Bold Georgia, serif;
	line-height: 8px;
	vertical-align: -15px;
}

#copyright {
	font-size: 0.7em;
	text-align: right;
	float: right;
	padding-top: 15px;
	width: 150px;
	text-transform: lowercase;
}

#footer {
	height: 50px;
}

.hide, .sss {
	display: none;
}
