/* 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-color: #f9f6eb;
	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: #0066CC;
	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: 91px;
	width: 891px;
	margin: 0px;
	float: left;
	background-image: url(../images/logo-area.gif);
	background-repeat: no-repeat;
}
#nav {
	margin: 0px;
	float: left;
	height: 40px;
	width: 891px;
	background-image: url(../images/nav-strip.gif);
	background-repeat: repeat-x;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 259px;
	width: 891px;
	background-color: #FFFFFF;
}
.sub-manu {
	width: 300px;
	padding-top: 35px;
	float: left;
	font-size: 18px;
	line-height: 43px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
.sub-manu A{
	color: #000000;
	text-decoration: none;
}
.sub-manu A:hover{
	color: #3E5CA7;
	text-decoration: underline;
}
#mid-area {
	float: left;
	width: 871px;
	margin: 0px;
	text-align: justify;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#article-area {
	width: 860px;
	background-color: #d0f1ff;
	float: left;
	border-left-width: 17px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 10px;
}
#article-top {
	float: left;
	height: 30px;
	width: 861px;
	font-weight: bold;
	font-size: 16px;
	background-color: #ad9862;
	padding-left: 10px;
	line-height: 30px;
}
#article-mid {
	margin: 0px;
	float: left;
	width: 820px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FEDFB0;
}
#article-bot {
	height: auto;
	width: 851px;
	margin: 0px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #ddcca0;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #AD9862;
}

#footer {
	float: left;
	height: 54px;
	width: 891px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.terms {
	margin: 0px;
	float: left;
	width: 300px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 15px;
}
.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: 20px;
	padding-right: 15px;
	text-align: right;
}
.red {
	color: #FF0000;
}

