@charset "utf-8";
/* EAN */

*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}


body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}

#big_frame{
	width:710px; 
	border:0px solid red; 
	margin:0 auto;
}

#header_img, #img_bottom{
	float:left;
}

#webMain_content{
	position:relative;
	float:left;
	width:800px; 
	border-top:0px solid #000; 
	border-right:0px solid #000; 
	border-bottom:0px solid #000; 
	background: url(file:///C|/Users/Israr/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/images/11.jpg) repeat-y;
}

#third_nav{
	position:relative;
	float:left;
	left:1px;
	width:250px;
	border-top:1px solid #AFA7A4;
	border-right:0px solid #000;
	border-bottom:0px solid #000;
	text-align:center;
	padding:15px;
	font-size:10pt;
	font-weight:bold;
	font-style:italic;
	color:#5E5754;
}
#third_nav p{
	width:125px;
	line-height:15px;
	margin-bottom:6px;
}
#third_nav em{
	line-height:15px;
	font-size:20pt;
}

#main_content{
	position:relative;
	float:left;
	width:483px;
	color:#fff;
	font-size:10pt;
	padding:20px 20px 20px 40px;
	background-color:#7D746F;
	height: 421px;

}
#main_content ul{
	margin-bottom:20px;
	font-size:9pt;
}
#main_content p{
	margin-bottom:20px;
}



#main_content_deco{
	position:relative;
	left:0px;
}

#copyright{
	position:relative;
	float:left;
}
#copyright span{
	position:relative;
	left:220px;
	font-size:7pt;
	color:#7D746F;
}

