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 {
	letter-spacing: 0;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	font: 40px Helvetica, Verdana, Arial, Tahoma, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 40px;
	text-transform: uppercase;
}

a {
	text-decoration: none;
	color: #555;
	border-bottom: 1px dotted silver;
}

a:hover {
	color: #e51b2e;
	background-color: #eee;
}

a.linkcolor {
	font-weight: bold;
	font-size: 0.7em;
	text-transform: uppercase;
	color: #999;
	border-bottom: 0px;
}

a.linkcolor:hover {
	color: #e51b2e;
	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: #999;
	margin-right: -12px;
}

#header{ 
	background-color: #fff;
	height: 45px;
}

#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; */
	width: 850px;
	float:left;
}

div.navbar li {
	list-style: none;
	display: inline;
	vertical-align: bottom;
	margin-left: 5px;
}

#slideshow {
	float: right;
	padding: 0px;
}

#twitter_div {
	font-size: 0.7em;
	padding-top: 15px;
	text-align: left;
	width: 750px;

	float: left;
}

#copyright {
	font-size: 0.7em;
	text-align: right;
	float: right;
	padding-top: 15px;
  width: 100px;
}

.hide,.sss {
	display: none;
}
