body {
  	width: 100%;
  	height: 100%;
  
  	margin: 0;
  	padding: 0;
  	border: none;
  
 	font-family: Tahoma;
  	font-size: 14px;
  	color: #333;
}

h1{font-size: 16px;}
h2{font-size: 15px;}
a{
	text-decoration: none;
	color:#333;
}
a:hover{
	color:#7CB6FF;
}

#main_flash{
	margin: 0;
  	padding: 0;
  	border: none;
}
#content{
	position:relative;
	width: 960px;
	height: 2150px;
	margin: 0 auto;
	text-align: left;
}
.featured{
	position:relative;
	float:left;
	width: 320px;
}
#logo{
	position:relative;
	float:left;
	width: 250px;
	height: 60px;
	margin-top: 20px;
	background: url(../images/logo.jpg) no-repeat;
}
#googlebot{
	position:relative;
	float:right;
	width: 250px;
	height: 60px;
	margin-top: 20px;
	background: url(../images/google.jpg) no-repeat;
}
#logo span, #googlebot span{
	display: none;
}
#alternate{
	position:relative;
	width: 960px;
	height: 120px;

	padding: 10px;
	margin: 0 auto;
	text-align: left;
	
	border: 1px solid red;
	background-color: white;
}
#alternate img{border: none;}
.page{
	border-top: 1px solid grey;
	position:relative;
	float:left;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer{
	position:relative;
	float:left;
	padding-top: 10px;
	border-top: 1px solid grey;
	width: 960px;
	height: 100px;
	text-align: center;
}
ul li{
	position: relative;
	float: left;
	width: 150px;
}