body {
	text-align: center;
	margin: 0;
	padding: 0;
}
#wrapper {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	padding: 10px;
}
#holder {
	margin-top: 150px;
	width: 540px;
	height: 155px;
	padding: 10px;
	margin-left: 170px;
	background: url(../images/indexback.jpg) no-repeat;
}
#logoone {
	height: 150px;
	width: 250px;
	float: left;
	padding-left: 15px;
}
#downtext {
	width: 580px;
	margin-top: 10px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-left: 175px;
	font-weight: bold;
	font-style: italic;
}
#logo2 {
	height: 150px;
	width: 250px;
	float: right;
}
.sidetext {
	font-style: italic;
	text-align: right;
}
#holder #logoone a img {
	color: #FFF;
}

#holder #logoone a img:hover {
	color:#F60;
	text-decoration:underline;
}

#holder #logo2 a img:hover {
	color:#F60;
	text-decoration:underline;
}

#holder #logo2 a img {
	color: #FFF;
}
.sizeextra {
	font-size: 17px;
}

