@import url(nav.css);
@import url(footer.css);
@import url(style.css);

body 
{
	background-image: url(images/background.gif);
	background-repeat:repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0;
	margin: 0;
}

#frame 
{
	left: 0;
	margin: 20px;
	position absolute;
	/* text-align: center; */
	top: 50%;
	width: 1024px;
}

div#head 
{
  width:  998px;
  height: 142px;
  background-image: url(images/kid_mountain.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: 0;
  padding-bottom: 0;
}

div#head h1 span
{
  display: none;
}

div#content 
{
	font-size: 0.8em;
	clear: both;
	float: left;
	margin: 0 0 10px 10px;
	padding: 10px 30px 0 0;
	text-align: justify;
	width: 760px;
}

#content * td
{
	font-size: 0.8em;
}

h2 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3B3678;
	font-weight: bold;
	text-align: justify;

}
h4
{
	text-decoration: underline;
	font-size: 1.1em;
	margin: 0 0 10px 0;
}
	
div#main
{
	margin: 0;
	padding: 0;
	border: 0;
	width: 998px;
	background-color: #fff;
	overflow: hidden;
	clear: both;
}
.artSearchForm
{
	font-size: 0.7em;
}
#discountRate,
#discountText
{
	color:#FF0066;
	font-size:16pt;
	font-weight:bold;
	vertical-align:top;
}

#salesmenLogin
{
	border:1px dashed #FF0066;
	padding: 5px;
	font-size: 0.9em;
}