@charset "utf-8";
/* Special Positioning */
#features {
	background-image: url(../images/bg_features.png);
  height: 271px;
  padding: 5px 0px 0px 400px;
  width: 632px;
}

#index {
	background-image: url(../images/bg_index.png);
  height: 181px;
  padding: 365px 0px 0px 100px;
  position: relative;
  top: -4px;
  width: 932px;
}

#neighborhood {
	margin-left: 50px;
}

.floatingTiles {
	float: right;
}


/* Text Formatting */
#about {
	width: 430px;
}

#features p {
	width: 500px;
}

#footer {
  font-size: 11px;
	text-align: right;
}

#copyright a {
  color: #888C3F;
  text-decoration: none;
}

#copyright {
  font-size: 11px;
  margin-top: 15px;
	text-align: center;
}

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

#important {
	font-size: large;
  font-style: italic;
  font-weight: bold;
	margin-left: 25px;
}

#index p {
  color: #E6E6CA;
  width: 430px;
}

.members {
  font-style: italic;
  font-weight: bold;
	margin-left: 25px;
}

.right {
	text-align: right;
}

.virtual-heading
{
	font-size:18px;
	font-weight:bold;
	color:#989A6E;
}


/* HTML Tags */
body {
	font-family: Arial, Helvetica, sans-serif;
}
  
img {
	border: none;
}


/* Signature */
#viewtiful {
/*  left: 50%; */
/*  margin-left: -516px; */
	margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -8px;
  width: 1032px;
}
a:link
{
	color:#000;
	text-decoration:none;
}
a:visited
{
	color:#000;
	text-decoration:none;
}
a:active
{
	color:#00;
	text-decoration:none;
}
a:hover
{
	color:#646726;
	text-decoration:none;
}