.header {
   height:200px;
}
.amazon-box {
   float:right;
   margin:20px 0 20px 20px;
   text-align:center;
}
.amazon-box img {
   border: 0;
   width: 150px;
   height: 200px;
}
.icon {
   margin: 2px 45px;
   border:0;
}
.date {
   color:#666666;
   font-size:0.8em;
}
body {
	background-color: #888888;
	/*background-image : url(bg.jpg);*/
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position: center top;
	font-size: 16px;
	font-weight: normal;
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div.body {
	background-color: #FFFFFF;
	width:780px;
	margin-top: 10px;
	border-style:solid;
	border-color:black;
	border-width:1px;
	overflow:hidden;
}

div.contentarea {
	float:left;
	width:580px;
	margin: 10px;
	font-size: 13px;
	font-weight: normal;
}

div.contentarea p {
	line-height:140%;
}



div.preview_sidebar {
	position:absolute;
	top:10px;
	left: 10px;
	background-color: #eeeeee;
	width:250px;
	padding:0px 5px 0px 15px;
	border-style:solid;
	border-color:black;
	border-width:1px;
	height: 710px;
	margin-top: 0px;
	line-height: 18px;
}

div.preview {
	position:absolute; 
	top: 10px; 
	left: 320px;
	padding-bottom:10px;
}
div.preview_heading {
	background-color: #eeeeee;
	border-style:solid;
	border-color:black;
	border-width:1px;
	padding: 2px 2px 2px 2px;
	text-align: center;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: bold;

}
img.preview {
	border-style:solid;
	border-color:black;
	border-width:1px;
}

div.leftarrow {
	position:absolute; 
	top: 325px; 
	left: 291px;
}
div.rightarrow {
	position:absolute; 
	top: 325px; 
	left: 857px;
}

#sidebar {
	width: 150px;
	height: 3050px;
    margin-bottom:-2650px;
	float: left;
	background-color:#EEE;
	padding: 5px 5px 5px 5px;
   
	}

#sidebar ul {
	padding: 5px 0 10px 0;
	}

#sidebar li {
	list-style: none;
	padding: 1px 0 3px 0;
	}

#nav li a {
	font-size: 90%;
	color: #333;
	text-decoration: none;
	padding: 1px 2px;
	list-style: none;
	display: block;
	border-bottom: 1px solid #aaa;
	}

#nav li a:hover {
	color: #fff;
	background: #1d1c46;
	text-decoration: none;
	border-bottom: 1px solid #333;
	}
	
.sidebar-links a {
	font-size: 85%;
	}
	
#sidebar a 
{
	color: #33c;
	text-decoration: underline;
	padding: 0 2px 0 2px;
}

#copyright {
	font-size: 75%;
	padding-left:10px;

}
