body {
	margin: 0px;
	padding: 0px;
	color: #aeaeae;
	font-family: Serif;
	font-size: 16px;
	line-height: 1.5em; 
	background: url(images/galaxy-dark.jpg) top center no-repeat;
	background-size:100%;

}

a, a:link, a:visited { 
	color: #C1B7C9; 
	text-decoration: underline; 
}

a:hover { 
	text-decoration: underline; 
}

p { 
	margin: 0px; 
	padding: 0; 
}

img { 
	border: none; 
}

h1, h2, h3, h4, h5, h6 { 
	color: #C1B7C9; 
}

h1 { 
	font-size: 50px; 
	font-weight: normal; 
	margin: 0 0 30px 0; 
	padding: 5px 0; 
}

h2 { 
	font-size: 28px; 
	font-weight: normal; 
	margin: 0 0 30px 0; 
	padding: 0; /* text-shadow: 1px 1px 2px #000; */ 
}


.btn_more a {
	float: right;
	display: block;
	width: 175px;
	height: 45px;
	margin-top: 5px;
	padding-top: 6px;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #a9a9a9;
	text-align: center;
	background: url(images/btn.png) no-repeat;
}

.btn_more a:hover {
	/* text-shadow: 1px 1px 1px #000; */
	text-decoration: none;
	background: url(images/btn_hover.png) no-repeat;
}

.btn_more a { 
	color: #C1B7C9; 
	text-decoration: none; 
}


#wrapper {
	width: 1100px;
	padding: 0 10px;
	margin: 0 auto;
	//background: url(images/galaxy.png) top center no-repeat;
	background-size:100%;
}

/* header */

#header {
	width: 1100px;
	height: 90px;
	padding: 0 10px;
	position:relative;
}


#header  #site_title {
	float: left;
	width: 710px;
	padding-top: 20px;
}

#header  #site_title h1 {
	margin: 0;
	padding: 0;
}

#header  #site_title a {
	margin: 0px;
	padding: 0px;
	font-size: 40px;
	color: #edecec;
	font-weight: normal;
	text-decoration: none;
}

#header  #site_title a strong {
	color: #fff;
}

#header  #site_title a span {
	display: block;
	font-size: 20px;
	font-style: italic;
	color: #edecec;
	font-weight: normal;
	margin-top: 10px;
}


.links {width:50px; height:24px; display:block; float:right; cursor:default;}
/* end of header */

/* menu */

#menu {
	font-family:sans-serif;
	clear: both;
	width: 1050px;
	height: 50px;
	background: url(images/menu.png) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 8px 12px 0;
	list-style: none;
	margin-left:450px;
}

#menu ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
}

#menu ul li a {
	float: left;
	display: block;
	font-size: 16px;
	width: 100px;
	height: 25px;
	padding: 5px 0 0 0;
	color: #C1B7C9;	
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	outline: none;
}

#menu ul li a:hover, #menu ul .current {
	color: white;
}


/* end of menu */





#content_wrapper {
	position: relative;
	width:950px;
	/*height:600px;*/
	margin-top:10px;
	margin-left:20px;
}


#content-background {
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	padding:20px;
	background: #444444;
	opacity:0.8;
	filter:alpha(opacity=80);	
}

#book_image {
	position: absolute;
	left:20px;
	top:20px;
	border: 3px solid #333333;
	
}

#content {
	position: absolute;
	color: white;	
	left:350px;
	top:25px;
	width: 600px;
	height: 600px;
	font-size: 18px;
	
}

#purchase {
	position: absolute;
	left:90px;
	top:500px;
	font-size:30px;
}


.content-wide {
	position: absolute;
	color: white;	
	left:20px;
	top:20px;
	width: 950px;
	height: 600px;
	font-size: 18px;
	
}





