/* background to light yellow and text to white*/
body {
background: #FFF url(../images_common/toyomakers_bckgrnd.gif) repeat;
	margin: 0;
	padding: 0;
	font-size: small;
	}
*html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	height: 101%
}
#topcontact{
	text-align:	right;
	margin:	0 auto 0 auto;
	padding: 6px 0 4px 0;
	width:	750px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	}
#topcontact a{
	color:#000000;
}
#topcontact a:hover{
	color: #CC0000;
}
#topcontact a:visited{
	color: #ecb91f;
}
/* set width of wrapper to same as title image
 * no top or bottom margin
 * auto on both sided will center wrapper in modern browsers
 * 20px for right and left padding*/
 #wrapper {
 	width: 750px;
	margin: 0 auto;
	padding: 0 auto;
	background: #FFFFFF;
	}
	
#topheading{
	height: 350px;
	background: url(../images_common/toymakersHeader.jpg) no-repeat;
}

.spacebar{
	margin: 0 auto;
	padding: 8px 0 0 0;
	color: fff;
}

.clearbar{
	margin: 0;
	padding: 0;
	float: none;

}

#content{
font-size: 105%;
line-height: 1.5em;
margin: 0;
padding: 10px;
}
#content p{
padding: 0 .7em 0 .5em;
font-size: 105%;
line-height: 1.5em;
font-family:Arial, Helvetica, sans-serif;
}

#content ul{
font-size: 105%;
line-height: 1.5em;
font-family:Arial, Helvetica, sans-serif;
}

#content h1 {
	margin: .5em 0 .5em 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 175%px;
	font-weight: normal;
}

#content .center
{
	text-align:center;
}
#content .leftbox
{
	margin:0 0 30px 0;
	padding:0;
	float:left;
	width:17%;
	height:30px;
}
#content .rightbox
{
	margin:0 0 30px 0;
	padding:0;
	float:right;
	width:82%;
	height:30px;
}

#content h2{
	margin: 0 0 .5em 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: normal;
}

#content h3{
	margin: 0 0 .5em 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: normal;
}

#content h5{
	margin: 0 0 .5em 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	font-weight: normal;
}
#content .imageleft
{
	margin:5px 10px 5px 0;
	padding:0;
}
#content .imageright
{
	margin:5px 5px 5px 10px;
	padding:0;
}

.warning{
color:#FF0000;
}
