/* home page */
.hometop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	margin: 10px;
	padding: 0;
	}
.hometop a:link, a:visited { 
	font-weight: normal;
	color: #000;
	text-decoration: none; 
	}
.hometop a:hover, a:active { 
	font-weight: normal;
	color: #000;
	text-decoration: underline; 
	}
.homebottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	margin: 10px;
	padding: 10px 0 0 0;
	}
.homebottom a:link, a:visited { 
	font-weight: normal;
	color: #000;
	text-decoration: none; 
	}
.homebottom a:hover, a:active { 
	font-weight: normal;
	color: #000;
	text-decoration: underline; 
	}
#homeimage{
  	position: absolute;
  	left: 311px;
  	top: 140px;
  	width: 350px;
  	height: 204px;
	margin: 0;
  	padding: 0;
  	background: url(images/home.jpg) no-repeat;
	}
#mainhome{
  	position: absolute;
  	left: 0px;
  	top: 140px;
  	width: 882px;
  	height: 360px;
	margin: 0;
  	padding: 0;
  	background: url(images/mainbackground.gif) repeat-y;
	}
#bottomhome {
  	position: absolute;
  	left: 0px;
	top: 500px;
	width: 882px;
	height: 10px;
	margin: 0;
	padding: 0;
	background: url(images/bottom.gif) no-repeat;
  }
#bottomhome p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	color: #000000;
	margin: 5px 5px 0 0;
  }
#bottomhome a:link {
	font-weight: normal;
	color: #000;
	text-decoration: none; 
	}
#bottomhome a:visited {
	font-weight: normal;
	color: #000;
	text-decoration: none; 
	}
#bottomhome a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: underline; 
	}
#bottomhome a:active {
	font-weight: normal;
	color: #000;
	text-decoration: underline; 
	}

