/* Twisted Toy auxillary style sheet with Arlette's tweaks */

#warning{
	padding:5px;
	width:300px;
	margin:10px 0px 0px 100px;
	border:solid 1px #000000;
	font-family: Arial,sans-serif;
	font-size: 10px;
	line-height: .9;
	background: #FFFF33;
	text-align: center;
	float: left; 
}

#warning h1{
	text-transform:uppercase;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}

/* new-style header */
div#twistedtoyheader{
	width:800px;
	height:81px;
	background: no-repeat center #000000 url(http://twistedtoy.com/images/header/header-box-top.gif);
	text-align: right;
	margin: 0px;
	padding-right: 10px;
}
#twistedtoyheader img{
	margin: 0px;
	position: relative;
}
#twistedtoyheader-bottom{
	background: no-repeat top left #000000 url(http://twistedtoy.com/images/header/header-box-bottom.gif);
	width:800px;
	height:52px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	text-align: right;
}