body{
	background:#111111;
	background-image:url(images/body_bkgd2.jpg);
	background-repeat:no-repeat;
	font-family:arial,verdana;
	width: 100%;
	margin: 0 0 0 0;
} 

#floatcontent{position: fixed; 
top: 0; 
left: 0; 
right: 0; 
bottom: 700px; 
 /*Set bottom value to HeightOfFrameDiv*/overflow: auto; 
 /* background-image:url(centerGrad.png); 
//background-repeat: repeat-y; 
*/} 

#content{position: absolute; 
 bottom: 0; 
 left: 0; 
 width: 100%; 
 height: 700px; 
 /*Height of frame div*/overflow: hidden; 
 /*Disable scrollbars. Set to "scroll" to enable*/} 
#left {
	float:left;
	position:relative;
	width:240px;
	height:100%;
	/*border:1px solid #000; 
*/	margin:10px 20px 0px 20px;
	background-attachment: fixed;
	/*background-image: url(http://www.michaeloberle.com/gallery/images/DropletLogo.png); 
*/	background-position:left top;
	background-repeat: no-repeat;
	text-shadow: 0 0 0 #555555;
} 
#left h1 {
	margin: 20px 0px 0px 0px;
	font-size:14px;
	letter-spacing:0.15em;
	color:white;
} 
#left p {font-size:10px; 
color:#CCC; 
} 
#left p a {
	color:#1E6F89;
	text-decoration: none;
	margin-left: 45px;
	font: bold 18px/2.1 Helvetica,Arial,sans-serif;
	line-height: 0.4em;
} 
#right {
	float:left;
	position:relative;
	height:100%;
	width:60%;
	/*border:4px solid #000; 
margin:20px; 
//margin-left: auto; 
 //margin-right: autobackground-image:url(centerGrad.png); 
*/ background-repeat: repeat-y;
	margin-top: 30px;
	color: #999999;
	font-size: 0.8em;
} 
.innertube{margin: 1px; 
 /*Margins for inner DIV inside each DIV (to provide padding)*/} 

* html body{ /*IE6 hack*/padding: 0 0 700px 0; 
 /*Set value to (0 0 HeightOfFrameDiv 0)*/}
 
* html #floatcontent{ /*IE6 hack*/height: 100%; 
 width: 100%; 
 } 
#left p a:hover {
	text-transform: uppercase;
	color: #999999;
}
#right .detailText a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1986AC;
	text-decoration: none;
	font-size: 0.8em;
	padding-top: 5px;
}
#right td img {
	background-color: #555555;
	padding: 3px;
}
