@charset "UTF-8";

body {
	background-color: #CCCCCC;
	background-image: url(images/general/blue_vintage_bckgrnd.png);
}
.maincontainer {
	position:absolute;
	width:800px;
	height:880px;
	z-index:1;
	top:-15px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	text-align: justify;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #607C90;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #607C90;
}
a:hover {
	text-decoration: underline;
	color: #E6C06B;
}
a:active {
	text-decoration: none;
	color: #607C90;
}

.containerheaderimage {
	position:absolute;
	width:800px;
	height:200px;
	z-index:2;
	background-image: url(images/general/header_general_stardavid.jpg);
}
.navigationbarcontainer {
	position:absolute;
	width:800px;
	height:25px;
	z-index:10;
	left: 0px;
	top: 200px;
	padding-left: 0px;
	background-image: url(images/general/navbarbackground_brown_02_02.jpg);
	padding-top: 5px;
}
.leftcolumncontainer {
	position:absolute;
	width:545px;
	height:585px;
	z-index:4;
	left: 9px;
	top: 273px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	overflow: auto;
	padding-right: 10px;
	border: 1px;
}

.newbook_indexpage {
	position:absolute;
	width:555px;
	height:33px;
	z-index:12;
	left: 15px;
	top: 528px;
	
}

.rightcolumncontainer {
	position:absolute;
	width:222px;
	height:632px;
	z-index:5;
	left: 578px;
	top: 230px;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	background-image: url(images/right_sidebar/sidebarimages_postlaunch.jpg);
}
.pagetitle {
	position:absolute;
	width:553px;
	height:21px;
	z-index:6;
	left: 2px;
	top: 241px;
	color: #6C645D;
	font-size: 18px;
	font-style: italic;
}
.footer {
	position:absolute;
	width:780px;
	height:8px;
	z-index:11;
	left: 0px;
	top: 871px;
	background-color: #A1662D;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F9FCFF;
}

