@charset "utf-8";
/* CSS Document */


A:link {text-decoration: none; color:#FC0;}
A:visited {text-decoration: none; color:#FC0;}
A:active {text-decoration: none; color:#FC0;}
A:hover {text-decoration: underline; color:#FC0;}



#div_content_holder{
	xwidth:800px; 
	background-image:url(../images/bgg.jpg);
}

#div_wrapper{
	margin:0px;
	xbackground-image:url(../images/bg.jpg);
	xbackground-repeat:repeat-y;
	xbackground-position:center;
	
	
}

#div_right{
	
	float:right;
	position: fixed; right: 0px; top: 0px;
	background-image:url(../images/HTML5_RIGHT_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	height:100%;
	
}

#div_left{
	
	xfloat:right;
	position: fixed; right: 600px; top: 0px;
	xbackground-image:url(../images/HTML5_RIGHT.jpg);
	xbackground-repeat:repeat-y;
	xbackground-position:center;
	
}

#div_content{
	
	float:right;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	width:600px;
	line-height:125%;
	direction:rtl;
	margin-right:330px;
	xmargin-top:150px;
	xoverflow:scroll ;
	xheight:350px;
	column-width: 320px;

}

#div_content h1{
	
	color: #fff;
	line-height:100%;
	font-weight:bold;
	font-size:14px;
	padding: 0px;
    margin: 0px;
	margin-bottom:2px;
}

#div_content h2{
	color: #ffd421;
	font-size:20px;
	font-weight:bold;
	padding: 0px;
    margin: 0px;
	
}
#div_content h3{
	color: #ffd421;
	font-size:20px;
	font-weight:bold;
	line-height:100%;
	padding: 0px;
    margin: 0px;

	
	
}
#div_content h4{
	
	color: #fff;
	line-height:100%;
	font-weight:bold;
	font-size:18px;
	padding: 0px;
    margin: 0px;
}

#div_content h5{
	color: #ffd421;
	font-size:16px;
	font-weight:bold;
	padding: 0px;
    margin: 0px;
	
}

.high{

	color: #ffd421;
	font-weight:bold;
	font-size:14px;
	
	
}

.myCulomn{

	xwidth: 200px;
	
}

#clear{
	margin-top: 0px;
	margin-right: 0px;
	xmargin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	xpadding-bottom: 0px;
	padding-left: 0px;	
}