body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-repeat: repeat-y;
	background-image: url(../storeimages/paperbg.jpg);
	font-weight: bold;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
h1 {
	margin: 0;
	font-size: 1.4em;
} 
#wrapper {
	width: 420px;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 50px;
} 
#maincontent {
	font-size: 1em;
	text-align: left;
	padding-left: 20px;
	width: 382px;
}  
h2 {
	font-size: 1.1em;
	font-weight: bold;
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #FFFF00;
}
/*the following removes the outline from the image links in IE5 mac and FF 1.5*/
a:focus {outline:0;
}
.noblueborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#closewindow {
	position:absolute;
	left:10px;
	top:12px;
	width:62px;
	z-index:1;
	color: #000000;
	font-size: 0.7em;
	text-align: center;
	border: 1px solid #993300;
	background-color: #FFFFD8;
	/* the filter attribute is recognized in
   Internet Explorer and should be a percentage */
   filter: Alpha(opacity=70);
   /* the -moz-opacity attribute is recognized by 
   Gecko browsers and should be a decimal */
   -moz-opacity: .7;
	/* opacity is the proposed CSS3 method, supported
   in recent Gecko browsers */
   opacity: .7;
	font-weight: normal;
}
#closewindow a:link {
	color: #993300;
	text-decoration: none;
}
#closewindow a:visited {
	color: #FF0000;
	text-decoration: none;
}
#closewindow a:hover {
	color: #FF3333;
	text-decoration: none;
}
#instruments {
	text-align: left;
	margin-top: 5px;
	font-style: italic;
	font-size: 1.2em;
}
img {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#rosestext {
	width: 450px;
	padding: 5px;
}
#weissbox {
	width: 450px;
	padding: 5px;
}
#weissbox img {
	float: left;
}

