/* CSS Document */
html, body{
	width: 100%;
	min-width: 100%;
	background-color:#999999;
	font-family:Arial;
	font-size: 12px;
}


#border {
	width:90%;
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 10px;
	background-color: #D4D4D4;
	overflow:hidden;
}


#header {
	height: 114px;
	width: 100%;
	border-bottom-width: 3px;
	vertical-align: middle;
}

.headerleft {
	padding: 4px;
	float: left;
	height: 114px;     
}

.headerright {
	float: right;
	height: 114px;
	padding: 35px 5% 0 5%;
	position: relative;	 
}

#googlead {
  padding:10px 15% 2% 10%;
	width: 100%;
	height: 100px;
}

#left {
	width: 20%;
	float: left;
	padding: 20px;	
}

#blank {
  height: 100px;
}

.title1 {
	font-size: 16px;
	font-weight: bold;
}

.title2 {
  text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.title_home {
  text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding:3px;
}
		
a:link {
	color:#666666;
	text-decoration: none;	
}

a:hover {
  color:#000000;
	text-decoration: none;
}

a:visited {
	color:#666666;
	text-decoration: none;	
}

#content {
	width: 70%;
	float: left;
	padding: 20px 3% 10px 0;
}



#footer {
  width:90%;
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 10px;
	background-color: #D4D4D4;
	overflow:hidden;
  font-size: 16px;
	font-weight: bold;
}
	
