/* 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;
}
p{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FF7900;
	margin: 0px;
	text-transform: uppercase;
	padding-top: 5px;
}
A {
	text-decoration: none;
	color: #000000;
}
A:hover {
	color: #FF0000;
	text-decoration: underline;
}
#wrapper {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

#logo-area{
	float: left;
	height: 56px;
	width: 885px;
	padding-top: 21px;
	padding-left: 15px;
	margin: 0px;
}
#menu-area{
	margin: 0px;
	float: left;
	height: 31px;
	width: 900px;
}
.menu {
	margin: 0px;
	float: left;
	height: 31px;
	width: 78px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	padding-right: 15px;
	line-height: 30px;
}
.menu A{
	margin: 0px;
	float: left;
	height: 31px;
	width: 78px;
	color: #000000;
	padding-right: 15px;
	text-decoration: none;
}
.menu A:hover{
	margin: 0px;
	float: left;
	height: 31px;
	width: 78px;
	color: #000000;
	text-align: center;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: no-repeat;
	padding-right: 15px;
	text-decoration: none;
}
.menu-active {
	margin: 0px;
	float: left;
	height: 31px;
	width: 78px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: no-repeat;
	padding-right: 15px;
	line-height: 30px;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 263px;
	width: 900px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sub-menu {
	padding-top: 40px;
	float: right;
	width: 240px;
	font-size: 18px;
	font-weight: bold;
	color: #2660ce;
	line-height: 40px;
	padding-right: 30px;
	text-align: center;
}
#sub-menu A{
	color: #2660ce;
	text-decoration: none;
}
#sub-menu A:hover{
	color: #FF7802;
	text-decoration: underline;
}


#mid-area {
	margin: 0px;
	float: left;
	width: 880px;
	padding-right: 10px;
	padding-left: 10px;
}

#article {
	width: 725px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#article-top {
	float: left;
	height: 49px;
	width: 725px;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	margin: 0px;
	text-align: center;
	line-height: 35px;
	background-image: url(../images/article-top.jpg);
	background-repeat: no-repeat;
}
#article-bot {
	float: left;
	height: 16px;
	width: 725px;
	background-image: url(../images/article-bot.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#article-mid {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2660cc;
	border-left-color: #2660cc;
	height: auto;
	width: 699px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	background-color: #eef1bc;
	float: left;
}

#footer {
	float: left;
	height: 60px;
	width: 900px;
	background-color: #ffbb2a;
}
.terms {
	margin: 0px;
	float: left;
	width: 300px;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 10px;
}
.terms A{
	color: #000000;
	text-decoration: none;
}
.terms A:hover{
	color: #990000;
	text-decoration: underline;
}
.copyright {
	float: right;
	width: 300px;
	font-size: 11px;
	color: #000000;
	padding-top: 25px;
	padding-right: 10px;
	text-align: right;
}
.red {
	color: #FF0000;
}

