@charset "utf-8";
/* CSS Document */

.style1 {
	color: #FF0000;
	font-size: small;
	font-weight: bold;
}
.style2 {color: #000000}
.style3 {color: #FF0000}

#subscribe  { /* subscribe box */
	border: 0px;
	position: absolute;
	left: 50%;
	margin-left: -47.5%;
	top: 275px;
	width: 155px;
	font-size: 9px;
	font-family: verdana, arial;
}

#subscribe div {	
	background:url(images/box-background.png) top left;
	background-repeat: repeat-y;
	height: 97px;
}
#subscribe a {
	text-decoration:none;
	line-height:16px;
	color: #0000FF;
	font-weight: normal;
}
#subscribe p {
	margin: 20px 10px;
	vertical-align: middle;
}
#x-box {
	position: absolute;
	left: 142px;
	top: -4px;
}
img {
	border: 0px;
}

/* line up images and paragraphs on form */
#logo {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 5px;
	}
p#first{
	width: 484px;
}
