body {background-color:#333333; margin-left:0px; margin-right:0px; } 

#container {margin:0px; text-align:center; }
#section1 {
background-color:#333; margin-top:0px; width:7%; height:1000px; position:absolute; left:0px; top:0px; z-index:1; }
#section2 {
	background-color:#333; margin-top:0px; border-width:0px; width:75%; height:1000px; position:absolute; left:7%; top:0px; z-index:3; text_align:center;}
#content { width:auto; height:auto; margin:auto; padding:5px; }
div.title {background-color:#999;
width:600px; height:auto; padding:10px; border-width: 2px 2px 2px 15px; border-style: solid; border-color:#cc9; }
div.description {background-color:#ccc; 
width:600px; height:auto;  padding:15px 10px 5px 10px; border-width: 2px 2px 2px 15px; border-style: solid; border-color:#cc9; }
#section3 {
background-color:#333; margin-top:0px; width:18%; height:1000px; position:absolute; left:82%; top:0px; z-index:5; }
div.r_img {background-color:#334;
width:175px; height:100px; margin-top:100px; border-width:thin; border-color:#334; border-style:solid; text-align:center; z-index:1}
a.linkhome {
	width: 90px; height: 30px;
	margin-left: 10px;
	border-color: blue;
	border-style: ridge;
	border-width: 0 thick thick thin;
}
a.linkpre {
	width: 90px; height: 30px;
	margin-left:200px;
	border-color: blue;
	border-style: ridge;
	border-width: 0 thick thick thin;
}
a.linknext {
	width: 90px; height: 30px;
	margin-left: 10px;
	border-color: blue;
	border-style: ridge;
	border-width: 0 thick thick thin;
}
a.linkhome img {
	opacity:0.50;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
}
a.linkhome:hover img {
	opacity: 1.00;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;		
}
a.linkpre img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
 	opacity:0.50;
}
a.linknext img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity:0.50;
}
a.linkpre:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity:1.00;
}
a.linknext:hover img {
	filter:alpha(opacity=100);
 	-moz-opacity: 1.0;		opacity: 1.00;
}
/*
a {
	color: #61a7a7;
	text-decoration: none;
}
a:hover {
	color: #00f;
	text-decoration: underline;
}
*/
