html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}

body {
	font: normal 12px/1.4em Helvetica, Arial, sans-serif;
	color: #6a737b;
	background-color: #6a737b;
}

#frame {
	width: 825px; height: 570px;
	padding: 5px;
	margin: 30px auto 20px;
	background: #6a737b url(img/bg.gif) no-repeat 0 0;;
}

.wrapper {
	width: 825px; height: 570px;
	/*margin: 5px;*/
	background-color: transparent;
	position: relative;
}

h1.logo {
	margin: 0; padding: 0;
	width: 120px; height: 103px;
	background: #891636 url(img/logo.gif) no-repeat 0 0;
	color: #fff;
	font-size: 20px;
	text-indent: -9999px;
	position: absolute;
	top: 15px; left: 15px;
}

h2.heading {
	margin: 0; padding: 0;
	width: 660px; height: 207px;
	background: #ccc url(img/heading.gif) no-repeat 0 0;
	color: #6a737b;
	font-size: 18px;
	text-indent: -9999px;
	position: absolute;
	top: 15px; left: 150px;
}

img.pic {
	position: absolute;
	top: 237px; left: 150px;
}

.copy {
	width: 375px; height: 318px;
	padding: 0 15px;
	background-color: #fff;
	position: absolute;
	top: 237px; left: 405px;
}

p { margin: .8em 0; }
a:link { color: #891636; text-decoration: underline; outline: none }
a:visited,
a:active { color: #891636; text-decoration: none; outline: none }
a:hover { text-decoration: underline; outline: none }

strong { color: #891636; }

.clear {
	clear: both;
}

.addr {
	width: 180px;
	float: left;
	margin-top: 80px;
}

.footer {
	display: block;
	color: #fff;
	font-size: 11px;
	padding: 5px;
}
.footer a {
	color: #fff;
	text-decoration: underline;
}