/* Designer : anilk.impetus@gmail.com,anilaryan31@yahoo.co.in ,

Anil Kumar Gupta,Phone : +91 - 9968024699 , India,Delhi

*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}


p{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #0033FF;
	margin: 0px;
	text-transform: uppercase;
	padding-top: 5px;
}
A {
	text-decoration: none;
	color: #000000;
}
A:hover {
	color: #FF0000;
	text-decoration: underline;
}

#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#Logo-area {
	height: 139px;
	width: 900px;
	margin: 0px;
	float: left;
	background-image: url(../images/logo-bg.jpg);
	background-repeat: no-repeat;
}
#nav {
	margin: 0px;
	float: left;
	height: 35px;
	width: 900px;
	padding-top: 103px;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 215px;
	width: 900px;
}
.sub-manu {
	width: 350px;
	padding-top: 40px;
	padding-left: 20px;
	float: left;
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
}
.sub-manu A{
	color: #000000;
	text-decoration: none;
}
.sub-manu A:hover{
	color: #2E67D2;
	text-decoration: underline;
}
#mid-area {
	background-color: #FFFFFF;
	float: left;
	width: 880px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	text-align: justify;
	padding-bottom: 10px;
}
#article-area {
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #a7ca5b;
	background-image: url(../images/article-bg.jpg);
	background-repeat: repeat-x;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#article-top {
	background-image: url(../images/article-top.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 21px;
	width: 830px;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	background-color: #FEDFB0;
	padding-left: 10px;
}
#article-mid {
	margin: 0px;
	float: left;
	width: 820px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FEDFB0;
}
#article-bot {
	background-image: url(../images/article-bot.jpg);
	background-repeat: no-repeat;
	height: 9px;
	width: 840px;
	margin: 0px;
}

#footer {
	float: left;
	height: 60px;
	width: 900px;
	background-color: #2e67d2;
}
.terms {
	margin: 0px;
	float: left;
	width: 300px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 10px;
}
.terms A{
	color: #FFFFFF;
	text-decoration: none;
}
.terms A:hover{
	color: #000000;
	text-decoration: underline;
}
.copyright {
	float: right;
	width: 300px;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 25px;
	padding-right: 10px;
	text-align: right;
}
.red {
	color: #FF0000;
}

