/* CSS Document */

body {
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 600px;
	margin: 0;
	background-color: #dddddd;
}
a:link {
	color: #498FCC;
	text-decoration: none;
}
a:visited {
	color: #498FCC;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}

img {
	border: 0;
}

h1 {
	margin: 0px 0px 8px 0px;
}

.clear {
	clear: both;
}

.wrapper {
	width: 900px;
	margin: auto;
}

.logo {
	width: 237px;
	height: 504px;
	float: left;
	margin: 40px 20px 0px 60px;
}

.message {
	width: 510px;
	height: auto;
	float: left;
	margin: 140px 0px 25px 0px;
	color: #6d6e71;
	font-size: 12px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
}

.contact {
	width: 510px;
	float: left;
	border-top: #498fcc 2px;
	border-bottom: #498fcc 2px;
	border-style: solid;
	border-left: none;
	border-right: none;
	text-align: center;
	padding: 2px 0px 4px 0px;
	color: #498fcc;
	font-size: 12px;
	letter-spacing: 0;
	margin: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 0px 0px 10px 0px;
}

img.bullet {
	margin-bottom: 0px;
}
