#wrapper {
	background-image: url("../images/gradientbgl.gif");
	background-repeat: repeat-y;
	background-attachment:fixed;
	background-position: 0% 0%;
	background-color: #f0f0f0;
}

#header {
	width: 100%;
	height: 70px;
	background-image: url("../images/gradientbgr.gif");
	background-repeat: repeat-y;
	background-attachment:fixed;
	background-position: top right;
}

#logo {
	position: absolute;
	top: 5px;
	left:0;
}

#name {
	position: absolute;
	top: 0;
	left: 86px;
	width: 560px;
	font-family: times, serif;
}

#address {
	font-size: 12px;
	font-family: arial;
	float: right;
	padding-right: 10px;
	padding-top: 20px;	
	padding-bottom: 0;
}

p.small {
	line-height: 0;
}

p.small {margin:0 0 1em 0}

#headname {
	color: #000080;
	font-size: 30pt;
	font-family: "times, serif";
	font-weight: bold;
	position: absolute;
	top: -5px;
}

#slogan {
	color: #000;
	font-size: 14pt;
	font-family: "Arial Black";
	position: absolute;
	top: 40px;
	width: 700px;
}

