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

body {
	margin: 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	background: url(images/bg_gradient.png) repeat-x #92bf7e;
}

a:link, a:visited {
	text-decoration: none;
	color: #8ab4b4;
}

a:hover {
	text-decoration: underline;
}

div.container {
	background: #fff;
	width: 900px;
	margin: auto;
	padding: 20px;
}

img.title {
	padding-left: 100px;
}

div.left {
	background: url(images/bg_seal.png) no-repeat #fff;
	width: 550px;
	margin-top: 20px;
	float: left;
	min-height: 500px;
}

div.left p {
	width: 400px;
}

div.right {	
	margin-top: 20px;
	float: right;
	width: 315px;
}

.clearfloat {
	clear: both;
}

form {
	font-size: 12px;
}

.center {
	text-align: center;
}

img {
	border: 0;
}

img.logo {
	float: right;
}