body {
	font-family: Verdana;
	font-size: 12pt;
	color: #000000;
	background-color: #c8db28;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

#page {
	width: 800px;
	margin: 0 auto;
	text-align: justify;
}

#header {
	margin-top: 15px;
}

#logo {
	float: left;
}

#address {
	width: 467px;
	height: 200px;
	margin-left: 333px;
	background-image: url('media/bg1.jpg');
	background-repeat: no-repeat;
}

.div_title {
	margin-left: 20px;
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
}

.div_address {
	margin-left: 40px;
	font-size: 10pt;
}

#content {
	clear: both;
}

#footer {
	clear: both;
	width: 800px;
	height: 50px;
	background-image: url('media/bg2.jpg');
	background-repeat: no-repeat;
	font-size: 8pt;
	text-align: center;
}

#valid {
	text-align: right;
}

a:link, a:visited {
	color: #0707B3;
	text-decoration: none;
}

a:hover
{
	color: #069414;
	text-decoration: underline;
}

img {
	border: none;
}
