* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: #f9f8fd url('../images/bg-fade.jpg') left top repeat-x;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #4d4d4f;
}

a {
	color: #31498f;
	text-decoration: underline;
}

h2 {
	font: normal 12px "Arial Black", Gadget, sans-serif;
	color: #1b4792;	
}

a:hover {
	text-decoration: none;
}

p {
	line-height: 19px;
	letter-spacing: 0.5px;
	text-align: justify;
}

p.address {
	margin-top: 16px;
	color: #31498f;
	letter-spacing: 1px;
}

div.top-text {
	padding-top: 14px;
}

div.bottom-text {
	padding-top: 345px;
}

div.bottom-text p {
	margin-bottom: 20px;
}

div.bottom-text input.text {
	margin-left: 24px;
	width: 335px;
}

div.bottom-text input.submit {
	display: block;
	width: 100px;
	margin: 18px auto 0 auto;
}

label {
	color: #f37226;
	font: normal 13px Arial, Helvetica, sans-serif;
}

#wrapper {
	position: relative;
	width: 934px;
	margin: 0 auto;
	padding: 0;
	background: url('../images/bg-splash.jpg') left top no-repeat;
}

#column-wrapper {
	position: relative;
	width: 454px;
	margin: 0 auto;
	padding: 0;
}
