/* 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;
}
p{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #4AA5C2;
	margin: 0px;
	text-transform: uppercase;
	padding-top: 5px;
}
h2 {
	color: #B90601;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}
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;
}

#logo-area{
	margin: 0px;
	float: left;
	height: 70px;
	width: 885px;
	padding-top: 20px;
	padding-left: 15px;
	background-color: #2f2f2f;
}
#menu {
	margin: 0px;
	float: left;
	height: 190px;
	width: 550px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFF00;
	text-align: left;
	background-image: url(../images/header-1.jpg);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 16px;
	line-height: 33px;
}
#menu A{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 33px;
}
#menu A:hover{
	color: #FFFF00;
	text-decoration: none;
	line-height: 33px;
}

#header {
	float: left;
	height: 206px;
	width: 900px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

#sub-menu {
	float: right;
	width: 318px;
	font-size: 18px;
	font-weight: bold;
	color: #1C1D22;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	background-image: url(../images/header-2.jpg);
	background-repeat: no-repeat;
	height: 180px;
	padding-top: 26px;
}
#sub-menu A{
	color: #1D1E23;
	text-decoration: none;
}
#sub-menu A:hover{
	color: #00C0FE;
	text-decoration: underline;
}


#mid-area {
	margin: 0px;
	float: left;
	width: 880px;
	padding-right: 10px;
	padding-left: 10px;
}

#article {
	width: 748px;
	margin-right: auto;
	margin-left: auto;
	background-color: #dbd5c5;
	margin-top: 0px;
	margin-bottom: 0px;
}
#article-top {
	float: left;
	height: 45px;
	width: 738px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	line-height: 45px;
	background-image: url(../images/article-top.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
}
#article-bot {
	float: left;
	height: 13px;
	width: 831px;
	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 {
	height: auto;
	width: 728px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	background-color: #4AA5C2;
	float: left;
	background-image: url(../images/article-bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer {
	float: left;
	height: 49px;
	width: 900px;
	background-color: #2f2f2f;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.terms {
	margin: 0px;
	float: left;
	width: 300px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 10px;
}
.terms A{
	color: #FFFFFF;
	text-decoration: none;
}
.terms A:hover{
	color: #FFFF00;
	text-decoration: underline;
}
.copyright {
	float: right;
	width: 300px;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	text-align: right;
}
.red {
	color: #FF0000;
}

