/* CSS Document */

  /* ------------------------------- */
 /* 	Vivek Gandhi Foundation		*/  
/* ------------------------------- */

body {
	background-color:#000000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4, h5, h6, p, pre, form {margin:0px; padding:0px; font-size:12px;}

a:link {color:#FFFFFF; text-decoration:none}
a:visited {color:#FFFFFF; text-decoration:none}
a:hover {color:#FFFFFF; text-decoration:underline}
a:active {color:#FFFFFF; text-decoration:none}

#body {
	width:770px;
	margin:0 auto;
}

#header {
	background-image:url(../images/vivek-gandhi-foundation.gif);
	background-repeat:no-repeat;
}
#header h1 {
	padding:126px 0 18px 158px;
	font-weight:bold;
}

#header h1 a:link {color:#FFFFFF; text-decoration:none; padding:0 8px 0 9px;}
#header h1 a:visited {color:#FFFFFF; text-decoration:none; padding:0 8px 0 9px;}
#header h1 a:hover {color:#000000; text-decoration:none; padding:0 8px 0 9px;}
#header h1 a:active {color:#FFFFFF; text-decoration:none; padding:0 8px 0 9px;}

#content {
	padding:9px 18px 18px 18px;
	min-height:360px;
}

#content p {
	padding-bottom:16px;
}

#content address {
	font-style:normal;
}

#fstColumn {
	float:left;
	width:63%;
	text-align:justify;
}
#fstColumn h1 {
	font-size:13px;
	color:#FF9900;
	margin-bottom:12px;
}
#fstColumn h4 {
	margin-bottom:18px;
}
#fstColumn h5 {
	background-color:#FF9900;
	margin-bottom:18px;
	padding-left:9px;
}

#goGet {
	text-align:center;
	margin-bottom:12px;
}
#goGet h1 {
	font-size:18px;
	margin:0px;
}

#sndColumn {
	float:right;
	width:32%;
	text-align:justify;
}
#sndColumn h1 {
	font-size:13px;
	color:#FF9900;
	margin-bottom:9px;
}
#sndColumn img {
	margin-bottom:18px;
}

#successQuote {
	background-color:#bd8437;
	float:left;
	width:100%;
	margin-bottom:18px;
}
#successQuote h1 {
	background-image:url(../images/bg-success-quote.gif);
	background-repeat:repeat-x;
	padding:5px 0 8px 18px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:100;
}
#successQuote h2 {
	padding:8px 18px 0 18px;
	font-weight:100;
}
#successQuote p {
	text-align:right;
	font-style:italic;
	padding:8px 18px 18px 18px;
}

#footer {
	background-color:#565656;
	float:left;
	width:100%;
}

#footer p {
	background-color:#666666;
	font-size:11px;
	color:#CCCCCC;
	text-align:center;
}

#footer p strong {
	font-weight:100;
}
	
#ralign {
	text-align:right;
}