/* Style */
html, body {
	background: url('/library/layout/bg.png');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin: 0;
	margin-bottom: 20px !important;
	padding: 0;
	text-align: center;
}
img {
	border: 0;
}
h1 {
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color: #CCC;
	margin-bottom: 2px;
}
a, a:link, a:visited {
	color: #CCC;
	text-decoration: underline;
}
table, tr, td, p {
	font-size: 11px !important;
}

/* Layout */
#frame {
	width: 950px;
	margin: 0px auto;
	text-align: left;
}
#banner {
	float: left;
	width: 950px;
	height: 100px;
	position: relative;
}
	#form {
		position: absolute;
		top: 70px;
		left: 695px;
	}
	#form form {
		margin: 0;
		padding: 0;
	}
	#form #femail {
		float: left;
	}
	#form #iemail {
		float: left;
		margin-left: 5px;
	}
	#form #email {
		border: 0;
		color: #666;
		background: none;
		height: 25px;
		width: 118px;
		line-height: 25px;
		padding: 5px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	#form #go {
		margin-left: 5px;
	}
#top {
	float: left;
	width: 950px;
	height: 30px;
	background: url('/library/layout/top.png');
	text-align: right;
}
	#top img {
		margin-right: 60px;
	}
#body {
	float: left;
	width: 950px;
	background: url('/library/layout/body.png');
	color: white;
}
	#body #pad {
		padding: 0 75px;
	}
#bottom {
	float: left;
	width: 950px;
	height: 30px;
	background: url('/library/layout/bottom.png');
	text-align: right;
}