body, html {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #ccc;
}
h1 {
	font-size: 17px;
	font-weight: bold;
	color: #333;
	padding: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
}
h2 {
	margin: 0px;
	padding: 2px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
p {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	text-align: justify;
}
img {
	border: none;
}
a, a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 760px;
	margin: auto;
}
#left {
	display: block;
	float: left;
	margin-top: 15px;
	width: 200px;
	background-color: #ccc;
}
#left img {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
#menu {
	display: block;
	float: left;
	width: 100%;
	/*height: 500px;*/
	background-color: #fff;
	background-image: url(images/top-menu.gif);
	background-repeat: no-repeat;
}
#menu a, #menu a:visited {
	display: block;
	padding-left: 15px;
	margin-bottom: 5px;
	text-decoration: none;
}
#menu a:hover {
	font-weight: bolder;
}
#menu .female, .female {
	color: #F3C;
}
#menu .male, .male {
	color: #06F;
}
#menu .general {
	color: #333;
	font-size: 14px;
}
#menu .mygiftideas {
	color: #f00;
	font-size: 14px;
}
#menubottom {
	display: block;
	float: left;
	width: 200px;;
	height: 25px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bottom-menu.gif);
	background-repeat: no-repeat;
}
#right {
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	margin-top: 16px;
	width: 540px;
	background-color: #ccc;
}
.bookmark a, .bookmark a:visited {
	display: block;
	float: right;
	margin-bottom: 10px;
	padding-right: 15px;
	text-align: right;
	font-size: 17px;
	color: white;
	font-weight: bold;
}
#crumbs {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #333;
	font-size: 11px;
}
#crumbs a, #crumbs a:visited {
	color: #333;
	text-decoration: underline;
}
#crumbs a:hover {
	color: #F00;
}
#content {
	display: block;
	float: right;
	width: 100%;
	_height: 500px;
	background: #fff;
	background-image: url(images/top-content.gif);
	background-repeat: no-repeat;
	font-size: 100%;
	color: #333;
}
.giftsection {
	display: block;
	float: left;
	margin: 0px;
	padding: 15px;
	width: 150px;
	height: 150px;
}
.giftsection-tall {
	display: block;
	float: left;
	margin: 0px;
	padding: 15px;
	width: 150px;
	height: 225px;
}
.giftsection img, .giftsection-tall img {
	display: block;
	margin: auto;
	border: 0px;
}
.giftsection h2, .giftsection-tall h2 {
	margin: 0px;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.giftsection p, .giftsection-tall p {
	margin: 0px;
	margin-top: 10px;
	font-size: 11px;
	text-align: center;
}
.giftsection a, .giftsection a:visited, .giftsection-tall a, .giftsection-tall a:visited {
	color: #333;
	font-weight: bold;
}
.giftsection a:hover, .giftsection-tall a:hover {
	color: #f00;
	text-decoration: underline;
}
#giftsection .price, #giftsection-tall .price {
	color: #333;
	text-decoration: none;
}
#offersection {
	display: block;
	float: left;
	margin: 0px;
	padding: 15px;
	width: 500px;
	text-align: left;

}
#offersection img {
	display: block;
	margin: auto;
	border: 0px;
}
#offersection h2 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
#offersection p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #333;
	padding-bottom: 5px;
}
#offersection a, a:visited {
	color: #F00;
}
#offersection a:hover {
	text-decoration: underline;
}
#pagecrumbs {
	display: block;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #333;
	font-size: 14px;
	text-align: center;
}
#pagecrumbs a, #pagecrumbs a:visited {
	color: #333;
	text-decoration: underline;
}
#pagecrumbs a:hover {
	color: #F00;
}
.selectedPage {
	display: inline;
	color: #F00;
	font-size: 16px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}
#page-left {
	display: block;
	float: left;
	width: 250px;
	padding: 0px 15px 0px 15px;
}
#page-left img {
	float: left;
}
#page-right {
	float: right;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 15px 0px 0px;
}
#page-text {
	display: block;
	clear: both;
	padding-top: 15px;
}
#contentbottom {
	display: block;
	float: left;
	width: 540px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bottom-content.gif);
	background-repeat: no-repeat;
}
#footer {
	display: block;
	clear: both;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: right;
	font-size: 11px;
	color: #333;
}
#footer a, #footer a:visited {
	font-size: 11px;
	color: #333;
}
#footer a:hover {
	text-decoration: underline;
}

