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

body {
	padding: 0;
	margin: 0;
	min-width: 750px;
	text-align: center;
	font: 16px Georgia, "Times New Roman", Times, serif; color: #727272;
	background: #dad6d5 url(images/bg_big.gif) top center repeat-y;
}

/* generic styles */

img { 
	border: none;
}

/* page styles */

#envelope {
	margin: 0 auto;
	padding: 0;
	font-size: 15px;
	width: 340px;
	text-align: left;
	position: relative;
}

/*
#footer {
	background: #fafafa;
	height: 60px;
	width: 360px;
	text-align: center;
	vertical-align: bottom;
	position: fixed;
}
*/

#byline {
	font-size: 18px;
	text-align: center;
}

#announcing {
	margin-top: 20px;
	margin-left: -30px;
}

#footer {
	margin-top: 20px;
	margin-left: -30px;
}

a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #33cc33;
	text-decoration: underline;
}
a:active {
	color: #0066CC;
	text-decoration: none;
}


