div#content_area {
	position:relative;
	left:0px;
	top:0px;
	border:0 none;
	width:100%;
	height:100%;
}
div#allContent {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
div#right_area {
	position:relative;
	padding-left:0px;
	padding-right:0px;
	background-color:#1E1E1E;
	/* for IE */
  	filter:alpha(opacity=95);
  	 /*CSS3 standard */
  	opacity:0.95;
  	z-index:12;
}
.imgDiv{
	position:absolute;
	border:0 none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:30px;
	color:#666;
	border:0 none;
}
.descDiv{
	left:0;
	top:0;	
	position:absolute;
	border:0 none;
}
.textDiv{
	max-width:600px;
}
div#leftContent{
	position:fixed;
	left:70px;
	bottom:20px;
	width:180px;
  	z-index:12;
	/* for IE */
  	/* filter:alpha(opacity=95); */
  	 /*CSS3 standard */
  	opacity:0.95;
	background-color:#1E1E1E;
}
div#leftContentLogo{
	position:fixed;
	left:70px;
	top: 70px;
	width:150px;
  	z-index:10;
}
div#topFade{
	position:fixed;
	left:240px;
	top:0px;
	z-index:10;
}
div#bottomFade{
	position:fixed;
	left:240px;
	bottom:0px;
	z-index:10;
}
div#navi{
	position:fixed;
	bottom:20px;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	color:#666;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:20px;
	overflow-x:hidden;
	border:0 none;
	background-image: url(img/bg_pattern.png);
	background-repeat:repeat;
	background-color:#1E1E1E;
}
hr {
	margin-top:5px;
	margin-bottom:5px;
}
h1 {
	color:#666;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:20px;
	margin-top:0px;
	margin-bottom:0px;	
}
h2 {
	color:#333;
	font-size:9px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:8px;
	margin-top:0px;
	margin-bottom:0px;
}
h3 {
	color:#ffd4e0;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:20px;
	margin-top:0px;
	margin-bottom:0px;	
}
a:link, :visited, :focus, :active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	color:#666;
	text-decoration:none;
	border:none;
	outline: none;
}
a:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	color:#FFE1ED;
	text-decoration:none;
	border:none;
	outline: none;
}
a img {
	border: 0;
	text-align: right;
}
img {
	border: 0;
	margin-top:0px;
	margin-bottom:0px;
}

