* {
	margin: 0;
	padding: 0;
}

body { 
	background-color:white;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 83%;
	/*text-align: center;*/
	}

p {
	margin-bottom: 15px;
}

#container {
	margin: 0px;
	padding: 0;
	width: 740px;
	/*background-color: beige;*/
	height: 100%;
	border: none;
	text-align: left;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none; 
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #cfcfcf;
}

a:active {
	text-decoration: none;
	color: #c0c0c0;
}

h1 {
	display: none; 
	/*font-family: Verdana,Arial,Helvetica,sans-serif;
	color:black;
	padding: 0;*/
}

h3 {
	padding-bottom: 5px;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 590px;
	height: 70px;
	background-color: black;
	border-style: none;
	padding: 0;
	background-image: url('testhdr3.gif');
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 3;
}

#CenterPanel {
	background-color: white;
	top: 71px;
	position: relative;
	height: 85%;
	margin-left: 151px;
	margin-right: 151px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
}

#footer {
	position: relative;
	text-align: right;
	font-size: smaller;
	padding-right: 0px;
	padding-top: 75px;
	z-index= 2;
}

#LeftPanel {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	background-color: red;
	height: 95%;
	border: none; /*4px solid black;*/
	z-index: 1;
}

#RightPanel {
	position: absolute;
	top: 0px;
	left: 590px;
	width: 150px;
	background-color: black;
	height: 95%;
	border: none;
	background-image: url(marc_bw.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#NavButtons {
	position: absolute;
	left:auto; 
	right:auto; 
	top: 120px;
	margin-left: 0px;
	width: 100px;
	background-color: red;
	padding-left: 5px;
	padding-right: 10px;
	border-top: 2px solid black;
	z-index: 2;
	}

#NavButtons ul li{
	font-weight: bold;
	margin: 0;
	padding: 3px 0 3px 3px;
	border-bottom: 2px solid black;
}

.thumbnails {
	position: relative;
	border: none;
	left: 145px;
}

img.FloatLeft {
	float: left;
	margin-right: 10px;
}

img.emailbanner {
	position: absolute;
	border: none;
	left: 78px;
}
	
img.cdbabylogo {
	position: relative;
	border: none;
	left: 10px;
    bottom: 0px;
}
	
img.amazonlogo {
	position: relative;
	border: none;
	left: 35px;
    bottom: 43px;
}
	
img.ituneslogo {
	position: relative;
	border: none;
	left: 63px;
    bottom: 61px;
}
	
#DownloadList ol li{
	font-weight: normal;
	margin: 10px;
	padding: 0px 0 0px 0px;
}
