@charset "utf-8";
body {
	background-color: #f0e2c2;
	margin:0px;
	background-image: url(images/bg.png);
}

#toplogo {
	position: relative;
	text-align: left;
	width: 976px;
	margin: 60px 0 25px 0;
	padding: 0;
	height: 40px;
	background-image: url(images/hahnemuhle_logo.png);
	background-repeat: no-repeat;
}
#wrapper{margin-left:auto;margin-right:auto;width:1001px;text-align:left;height:100%;}
#topleftbanner{
	width:367px;
	float:left;
	padding:0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#toprightbanner{
	width:350px;
	float:left;
	height:90px;
	margin:50px 0 0 5px;
	padding:0
}
.toprightbanner {
	font-size:25px;
	color:#390f14;
	padding:90px 0 0 200px;
	font-style: italic;
	text-transform: capitalize;
}
.toprightbanner a {color:#390f14;text-decoration:none;}
.toprightbanner a:hover {
	color:#390f14;
	text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
}
#footer {
	clear:both;
	padding:10px;
	float:left;
	width:905px;
	margin:30px 0 5px 0;
	color:#262626;
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
}
.footertext{text-align:right;}
.footertext a {color:#FFFFFF;text-decoration:none;line-height:20px;padding:8px;}
.footertext a:hover {background-color:transparent;text-decoration:underline;color:#FFFFFF;}


