
body {
	background: #b45e8d url("../images/bg-body2.jpg") no-repeat center top;	
	font: 13px/1.6 "tahoma", sans-serif;
	color: #333;
}

a {
	color: #95215a;
}

#container {
	width: 870px;
	margin: 0 auto;
	padding: 0;
}

#header {
	padding: 0px 0;
	height: 121px;
}

#header h1 {
	margin: 0 auto;
	width: 850px;
	height: 89px;
}

#header h1 span {
	display: none;
}

#header h1 a {
	display: block;
	width: 850px;
	height: 89px;
}

#header #nav_main {
	margin: 0 auto;
	overflow: auto;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	padding-left: 50px
}

#header #nav_main li {
	display: inline;
	float: left;
	margin: 0 3px;	
}

#header #nav_main li a {
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 0 18px;
}

#header #nav_main li a:hover {
	background: url("../images/bg-main_nav_ahover.png") repeat-x center top;
}

/*
.link_current {
	background: url("../images/bg-main_nav_ahover.png") repeat-x center top; 
}*/

#content {
	width: 587px;
	float: left;
	margin-left: 21px;
	background: url("../images/bg-content.png") no-repeat center top;
	behavior: url("/taglib/css/iepngfix.htc");
	display: inline;
}

#copy {
	background: url("../images/bg-copy.png") repeat-y;
	behavior: url("/taglib/css/iepngfix_repeat.htc");
	margin-top: 26px;
}

#copy_body {
	width: 493px;
	margin: 0 23px;
	background-color: #fff;
	padding: 4px 24px;
}

#content_footer {
	background: url("../images/bg-content_footer.png") no-repeat center top;
	behavior: url("/taglib/css/iepngfix.htc");
	height: 26px;
}

#content p,
#content ul,
#content ol {
	margin: 1.6em 0;
}

h2 span{
	display: none;
}

h3 {
	color: #95215a;
	margin-bottom:-1em;
}

h3 a{
	color: #95215a;
}

.solo_pink {
	font-weight: bold;
	color: #e566a4;
}


/* ========== SIDEBAR ==========*/
#sidebar {
	float: right;
	padding-right: 12px;
	background: url("../images/bg-book.jpg") no-repeat left top;
	width: 234px;
	display: inline;
	margin-top: 12px;
}

#buy-link {
	height: 346px;
	display: inline;
	margin-top: 18px;
}

#buy-link p{
	margin: 0;
}

#buy-link p span{
	display: none;
}

#buy-link a{
	width: 233px;
	height: 346px;
	display: block;
}


/* ========== FOOTER ==========*/
#footer {
	clear: both;
	padding: 12px 0;
}

#navpress_link {
	height: 39px;
	width: 171px;
	background: url("../images/navpress_link-bg.png") no-repeat center top;
	float: left;
	display: inline;
	margin-left: 45px;
	/*padding-bottom: 24px;*/
	margin-bottom: 24px;
	
}

#navpress_link a {
	height: 39px;
	width: 171px;
	display: block;
}

#navpress_link span {
	display: none;
}

#copyright {
	color: #ccc;
	float: left;
	font-size: 11px;
	margin: 1em 0 0 136px;
}

#copyright a{
	color: #ccc;
	text-decoration: none;
}

