body {
	background-color: #292b28;
	background-image: url(images/bck.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#envelope {
	width: 760px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#header strong {
	height: 219px;
	width: 760px;
    display: block;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#header strong span {
	display: none;
}#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 25px;
	color: #aeaeae;
	text-align: center;
	font-size: 10px;
}
.imgleft {
	margin-right: 24px;
	margin-bottom: 24px;
}
h1 {
	font-size: 20px;
	text-transform: uppercase;
}


#footer div {
	padding-top: 6px;
}
#footer div a {
	color: #aeaeae;
	text-decoration: none;
}
#footer div a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#main {
	padding: 55px;
}
.imgright {
	margin-bottom: 24px;
	margin-left: 24px;
}
a {
	color: #C00A17;
	font-weight: bold;
}

