#header ul {
	margin-right: 130px;
	margin-top: 52px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	list-style-type: none;
}

#header li {
	display: inline;
}

#header a:link {
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
	color: #9a9d9c;
}

#header a:visited {
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
	color: #bebebe;
}

#header a:hover {
	padding-left: 6px;
	padding-bottom: 3px;
	padding-right: 6px;
	padding-top: 3px;
	background-color: #25aae1;
	text-decoration: none;
	color: #fafffb;
}

#footer {
	padding-top: 20px;
	text-align: center;
	font-size: 9px;
}

#text p {
	padding-bottom: 10px;
	color: #4a4747;
	line-height: 16px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#text h1 {
	padding-top: 6px;
	padding-bottom: 6px;
	color: #4a4747;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#text h2 {
	padding-top: 6px;
	padding-bottom: 6px;
	color: #4a4747;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.right {
	padding-left: 20px;
}

.hidden {
	visibility: hidden;
}

a#rollover { right: 0px; top: 0px; position: absolute; background-image: url(images/mail.png); height: 61px; width:81px; display:block; }
a#rollover span { display:none; }
a#rollover:hover { background-image: url(images/mail-on.png); }
#preview { text-align: center; margin-top: 6px; right: auto; left: auto; margin-right: auto; margin-left: auto; }
#preview img { border-width: 0px; padding-right: 10px; padding-left: 10px; }
