* {
	margin: 0;
	padding: 0;
}

body {
	background: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #333;
	height: 800px;
	top: auto;
}

a {
text-decoration: none;
color: #362e19;
}
a:hover {
text-decoration: underline;
color: #4a3c19;
}

#wrap {
margin: 20px auto;
width: 1000px;
}


#header {
	background: #666666 url(images/header.jpg) no-repeat;
	height: 220px;
}
.header_index {
	height: 32px;
	background-image: url(images/top.jpg);
	width: 1000px;
}

#header h1 { 
font-size: 38px;
letter-spacing: -1px;
padding: 70px 0 0 40px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
	font-size: 19px;
	color: #EFECE0;
	letter-spacing: -1px;
	font-weight: 100;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	text-align: right;
}

#menu {
	height: 40px;
	line-height: 40px;
	background: #666666 url(images/menu.jpg) no-repeat;
	text-align: right;
	white-space: normal;
	display: inherit;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	display: block;
	float: left;
	padding-left: 40px;
}
#menu ul li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #aaa;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
}
#menu ul li a:hover {
color: #fff;
text-decoration: none;
}

#content {
	padding: 10px;
	background-color: #000;
	background-image: url(images/content_toys.jpg);
	background-repeat: repeat-y;
}

.left {
	float: left;
	width: 960px;
	text-align: justify;
	padding: 10px;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: top;
	color: #AAA;

}
.img_little {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #AAA;
	border-right-color: #AAA;
	border-bottom-color: #AAA;
	border-left-color: #AAA;
}

.left h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0 7px 0;
	font-family: Verdana, Geneva, sans-serif;
}
.left h2 a {
text-decoration: none;
}
.text_little_dida {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: justify;
	color: #242223;
}

.left h2 a:hover {
text-decoration: underline;
}



#bottom {
	padding: 10px 0;
	background-color: #d4ccae;
	background-image: url(images/bottom_toys.jpg);
	background-repeat: no-repeat;
}

#footer {
text-align: center;
font-size: 11px;
}

