<!--

body {
	background-color:		#330000;
	margin:					0;
	padding:				0;
	font-family:			'Verdana','Trebuchet','Trebuchet MS';
	font-size:				15px;
	color:					#ffd5e7;
}

#wh {
	font-family:			'Trebuchet', 'Trebuchet MS';
	text-align:				center;
	margin:					15px auto 30px;
	width:					730px;
}

.book {
	display:				block;
	margin:					10px auto 70px;
	width:					730px;
	height:					500px;
}

.button {
	float:					left;
	width:					239px;
	height:					61px;
	margin:					0 4px 30px;
	cursor:					pointer;
}
.girls {
	background-image:		url(./images/button-girls.jpg);
}
.boys {
	background-image:		url(./images/button-boys.jpg);
}
.toys {
	background-image:		url(./images/button-toys.jpg);
}

.header {
	margin:					0 auto;
	width:					730px;
	height:					108px;
}
.hg {
	background-image:		url(./images/header-girls.jpg);
}
.hb {
	background-image:		url(./images/header-boys.jpg);
}
.ht {
	background-image:		url(./images/header-toys.jpg);
}

.commenthead {
	background:				transparent url(./images/sogb.png) no-repeat;
	margin:					100px auto 0 auto;
	width:					730px;
	height:					48px;
}

.comment {
	float:					right;
	margin:					10px 0 20px;
	clear:					both;
}
.comment p {
	margin:					0;
	width:					275px;
}

a {
	font-family:			'Verdana';
	font-size:				12px;
	text-decoration:		none;
	color:					#e55892;
}
a:hover {
	text-decoration:		underline;
	color:					#fbb7d3;
}

#head {
	background:				transparent url(./images/bg-head.png) repeat-x;
	height:					262px;
}

#title {
	float:					left;
	background:				transparent url(./images/title.png) no-repeat;
	margin:					36px 0 0 50px;
	width:					300px;
	height:					145px;
	cursor:					pointer;
}

#gift-guide {
	float:					right;
	background:				transparent url(./images/gift-guide.png) no-repeat;
	margin:					85px 25px 0 0;
	width:					540px;
	height:					100px;
}

#working-hard {
	background:				transparent url(./images/working-hard.png) no-repeat;
	margin:					64px auto 0 auto;
	width:					735px;
	height:					29px;
}

#comments {
	float:					right;
	width:					275px;
	font-family:				'Trebuchet', 'Trebuchet MS', 'Verdana';
	font-size:				14px;
}

label {
	float:					left;
	width:					90px;
}
form {
	float:					left;
	width:					350px;
}
form input,textarea {
	margin-left:			4px;
	float:					left;
	overflow:				hidden;
	width:					250px;
}
form p {
	width:					400px;
	margin:					0 auto;
	padding:				10px 0;
	clear:					both;
}

#footer {
	margin:					117px auto 20px;
	padding-bottom:			32px;
}
#footer p {
	float:					left;
	font-family:			'Verdana';
	font-size:				10px;
	text-align:				left;
	margin:					0 0 0 38px;
	color:					#e55892;
}
#ccg {
	float:					right;
	background-image:		url(./images/ccg.jpg);
	margin:					-16px 32px 0 0;
	width:					134px;
	height:					37px;
	cursor:					pointer;
}
// -->
