
html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background:#ffffdc;
	font-size:76%;
	font-family:times new roman;
	overflow: hidden;
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	}

#content {
	overflow:auto; 
	position:absolute; 
	z-index:2; 
	top:100px; 
	bottom:40px; 
	left:175px; 
	right:0; 
	background:#ffffdc;
	padding-top=0;
	}
* html #content {
	position:absolute;	
	top:0; 
	bottom:0; 
	left:0; 
	right:0; 
	width:100%;
	height:100%;
	max-height:100%;  
	z-index:2; 
 	border-top:100px solid #fff; 
 	border-bottom:40px solid #fff; 
 	border-left:175px solid #fff;
 	}

#sidebar {
	overflow:auto; 	
	position:absolute; 
	left:0; 
	top:100px; 
	bottom:40px; 
	width:175px; 
	background:#ffff66; 
	font-size:1em; 
	z-index:4; 
	background-repeat:no-repeat;
	}
* html #sidebar {
	height:100%;
	top:0; 
	bottom:0; 
	border-top:100px solid #fff; 
	border-bottom:40px solid #fff; 
	color:#fff;
	}
	
#bottom {
	position:absolute;	
	left:175px; 
	bottom:40px; 
	right:20%; 
	height:25px;
	max-height:100%; 
	width:100%; 
	z-index:3; 
	background:#ffffdc;
	}
* html #bottom {
	position:absolute;	
	left:175px; 
	bottom:40px; 
	right:20%; 
	height:25px;
	max-height:100%; 
	width:100%; 
	z-index:3; 
	padding-bottom:0;
	}
	  .centeredImage
	    {
	    margin-top:0px;
	    margin-bottom:0px;
	    padding:0px;
    }
	
#header {
	overflow:hidden; 	
	position:absolute; 
	margin:0; 
	top:0; 
	left:0; 
	display:block; 
	width:100%; 
	height:100px; 
	background:#37a5ff ; 
	background-position:0 0; 
	background-repeat:no-repeat;	
	z-index:5; 
	color:#fff;
	font-size:1em;
	}
#footer {
	overflow:hidden; 	
	position:absolute; 
	margin:0; 
	bottom:0; 
	left:0; 
	display:block; 
	width:100%; 
	height:40px; 
	font-size:0.9em;
	z-index:5; 
	background:#37a5ff; 
	color:#000000;
	text-align:right;
	}

#content p {
	padding:10px;
	font-size:1.2em;
	}
.bold {
	font-size:1.2em; 
	font-weight:bold;
	}

dd {
	display:none;
	}
a.links1, a.links1:visited {
	margin-left:25px;
	margin-top:2px;
	display:block; 
	width:125px; 
	height:25px; 
	background:#c83232; 
	color:#eee; 
	border:1px solid #000; 
	text-decoration:none; 
	text-align:center; 
	line-height:25px;
	}
a.links1:hover {
	background:#78c878; 
	color:#fff;
	}	
a.links2, a.links2:visited {
	margin-left:25px;
	margin-top:2px;
	display:block; 
	width:125px; 
	height:25px; 
	background:#c83232; 
	color:#eee; 
	border:1px solid #000; 
	text-decoration:none; 
	text-align:center; 
	line-height:25px;
	}
a.links2:hover {
	background:#78c878; 
	color:#fff;
	}
a.links3, a.links3:visited {
	margin-left:25px;
	margin-top:2px;
	display:block; 
	width:125px; 
	height:25px; 
	background:#c83232; 
	color:#eee; 
	border:1px solid #000; 
	text-decoration:none; 
	text-align:center; 
	line-height:25px;
	}
a.links3:hover {
	background:#78c878; 
	color:#fff;
	}
a.productlinks, a.productlinks:visited {
	margin-left:25px;
	margin-top:2px;
	display:block; 
	width:125px; 
	height:25px; 
	background:#c83232; 
	color:#000000; 
	border:1px solid #000; 
	text-decoration:none; 
	text-align:center; 
	line-height:25px;
	}
a.productlinks:hover {
	background:#78c878; 
	color:#fff;
	}
	
.picture {
	border: 3px solid #000000;
	}
* html .picture {
	border: 3px solid #000000;

	}

.text {
	font-size:1em; 
	}
	
.click{
	pading-left:10px;
	}