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

body {
	background-color:#000;
	margin:0px;
	text-align:center;
	color:#FFF;
	font-family:"Tahoma", Geneva, sans-serif;
}
#container {
	width:980px;
	margin: 0 auto;
}
#header {
	height:265px;
	background-color:#000;
}
#nav {
	height:48px;
	background-image:url(/image/nav_bg.jpg);
	background-repeat:repeat-x;
}
#body_text {
	text-align:left;
	padding-bottom:10px;
	padding-top:10px;
}
#footer {
	height:30px;
	background:url(/image/footer_bg.gif);
	background-repeat:repeat-x;
}
#logo {
	float:left;
	background-color:#000;
}
#janadhi {
	float:right;
	font-size:13px;
	padding-right:5px;
}
.footer_text {
	text-transform:capitalize;
	text-decoration:none;
	color:#CCC;
}
#foter_text {
	float:left;
	padding-left:100px;
	font-size:13px;
}
.title {
	font-size:25px;
	text-transform:capitalize;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-weight:bold;
}
.main_body_text {
	padding-left:15px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:200;
	line-height:20px;
	position:relative;
}
a {
	text-decoration:none;
	color:#090;
}
a:hover {
	text-decoration:underline;
	color:#FFF;
}
#faq_pic {
	position:absolute;
	left: 517px;
	top: 175px;
}

