body {
	MARGIN: 0px;
	COLOR: #555555;
	font-size: 100%;
	padding: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma;
	background-color: #dedede;
}
#container {
	MARGIN: auto;
	WIDTH: 860px;
	background-color: #FFFFFF;
}
#frametop {
	background-image: url(/images/toys/toys-frame-top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 896px;
	height: 36px;
	margin: auto;
	font-size: 0.6em;
}
#frame {
	MARGIN: auto;
	WIDTH: 896px;
	TEXT-ALIGN: center;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(/images/toys/toys-frame-stretch.gif);
}
#header {
	HEIGHT: 183px;
	background-image: url(/images/toys/toy-corner-header.jpg);
	width: 860px;
}
#middle {
	vertical-align: top;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(/images/victoria-rose-interiors_06.gif);
	background-repeat: repeat-y;
}
 html #middle {
HEIGHT: 1%
}
#horizontal-menu {
	CLEAR: both;
	HEIGHT: 30px;
	background-image: url(/images/toys/toy-menu.gif);
	background-repeat: repeat-x;
}
#content-top {
	CLEAR: both;
	HEIGHT: 38px;
	TEXT-ALIGN: center;
	vertical-align: middle;
	background-image: url(/images/toys/toys-content-top.gif);
}
#content {
	CLEAR: both;
	HEIGHT: 220px;
	TEXT-ALIGN: left;
	vertical-align: top;
	background-image: url(/images/toys/toys-content-middle.gif);
	font-size: 1em;
	padding-left: 66px;
	padding-right: 66px;
}
#inner-content {
	float: right;
	width: 510px;
	padding-top: 15px;
}
#left-menu {
	width: 200px;
	height: 400px;
	background-image: url(/images/toys/toys-divider.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 10px;
	padding-top: 10px;
}


html #content {
HEIGHT: 1%
}
#footer {
	CLEAR: both;
	HEIGHT: 54px;
	TEXT-ALIGN: center;
	font-size: .6em;
	vertical-align: middle;
	background-image: url(/images/toys/toys-content-bottom.gif);
}
#subfooter {
	CLEAR: both;
	TEXT-ALIGN: center;
	vertical-align: top;
	background-image: url(/images/toys/toys-frame-bottom.gif);
	background-position: top;
	margin: auto;
	width: 896px;
	height: 18px;
	background-repeat: repeat-x;
	padding: 7px;
}

.sublink {
	font-size: 0.7em;
	color: #666666;
	}

p {
	MARGIN-TOP: 0px; font-size: 0.7em
}


h1 {  font-weight: bold; color: #853F14; font-size: 0.8em}
a {
	color: #0033CC;
	text-decoration: none;
}
a:hover {  color: #CC6600; text-decoration: none;}
.rightimg {
	float: right;
}
ul {
	font-size: 0.7em;
}
.leftpad img{
	padding-left: 10px;
}
.leftimage {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 20px;
	float: left;
}
.rightimage {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 20px;
	float: right;
}
.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.loginform {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 1em;
	color: #666666;
}
h2 {
	font-size: 0.7em;
	font-weight: bold;
	color: #000066;
	margin-bottom: 0.5em;
}
.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
