/* Designer : anilk.impetus@gmail.com,anilaryan31@yahoo.co.in ,

Anil Kumar Gupta,Phone : +91 - 9968024699 , India,Delhi

*/



Body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #0597C8;
	margin: 0px;
	text-transform: uppercase;
}
A {
	text-decoration: none;
	color: #000000;
}
A:hover {
	color: #FF0000;
	text-decoration: underline;
}
#container {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#logo-area {
	background-image: url(../images/top-strip.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	float: left;
	height: 84px;
	width: 900px;
}
#menu-area {
	background-image: url(../images/menu-strip.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	float: left;
	height: 41px;
	width: 880px;
	text-transform: uppercase;
	color: #fff000;
	font-weight: bold;
	line-height: 40px;
	text-align: right;
	padding-right: 20px;
}
#menu-area A{
	color: #FFFFFF;
	text-decoration: none;
}
#menu-area A:hover{
	color: #fff000;
	text-decoration: none;
}
.logo {
	padding-top: 17px;
	padding-left: 22px;
	height: 50px;
	width: 654px;
	float: left;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 222px;
	width: 900px;
}
.sub-menu {
	margin: 0px;
	float: right;
	height: auto;
	width: 348px;
	padding-top: 75px;
	font-size: 16px;
	font-weight: bold;
	color: #495257;
	line-height: 36px;
	text-align: center;
}
.sub-menu A{
	color: #495257;
	text-align: center;
	text-decoration: none;
}
.sub-menu A:hover{
	color: #495257;
	text-decoration: underline;
}
#mid-area {
	width: 880px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	float: left;
	padding-top: 10px;
	text-align: justify;
}

#article-area {
	margin: 0px;
	float: left;
	width: 871px;
	height: auto;
}

#article-top {
	margin: 0px;
	float: left;
	width: 871px;
	height: 47px;
	background-image: url(../images/top-article.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 38px;
}
#article-mid {
	margin: 0px;
	float: left;
	width: 849px;
	height: auto;
	color: #4a5358;
	text-align: justify;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d0d2d4;
	border-left-color: #d0d2d4;
	background-color: #fbfbef;
	padding-right: 10px;
	padding-left: 10px;
}
#article-bot {
	margin: 0px;
	float: left;
	width: 871px;
	height: 12px;
	background-image: url(../images/bot-article.jpg);
	background-repeat: no-repeat;
}

#footer {
	background-color: #4a5358;
	float: left;
	height: 46px;
	width: 900px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.footer-left {
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	float: left;
	width: 300px;
	padding-top: 12px;
	padding-left: 15px;
}
.footer-left A{
	color: #FFFFFF;
	text-decoration: none;
}
.footer-left A:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.footer-right {
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	float: right;
	height: auto;
	width: 300px;
	padding-top: 12px;
}
.red {
	color: #FF0000;
}
