@charset "utf-8";
/* The Roshni Centre for Women CSS Document */

/*******************************/
/*      Pre-Defined Tags       */
/*******************************/
BODY
{
	background-color: #474531;
	color: #FFFFFF;
	
	margin-top: 0;
}

h1
{
	color: #ff9c40;
}

p
{
	margin-top: 0;
}

.paragraph
{
	text-indent: 1em;
}

a
{
	color: #ff9c40;
	text-decoration: underline;
}
	a:hover
	{
		color: #f24d00;
		text-decoration: none;
	}

/*******************************/
/*      User-Defined Tags      */
/*******************************/
.mainLayout
{
	width: 800px;
	margin: 0 auto;
	font-family: "Times New Roman", Times, serif;
}
	.mainBanner
	{
		width: 800px;
		height: 99px;
		background: url(../images/mainBanner.jpg);
		background-repeat: no-repeat;
	}
	.mainSection
	{
		height: 338px;
	}
		.leftFinish
		{
			float: left;
			width: 16px;
			height: 338px;
			background: url(../images/leftFinish.jpg);
			background-repeat: no-repeat;
		}
		.mainLinks
		{
			float:left;
			margin-top: 1px;
			width: 127px;
			height: 337px;
			background-color: #FFFFFF;
		}
			.mainLinks a
			{
				display: block;
				background-color: #f24d00;
				text-decoration: none;
				text-align: center;
				font-weight: normal;
				color: #FFFFFF;
				width: 127px;
				height: 35px;
				margin-bottom: 4px;
				padding-top: 10px;
			}
				.mainLinks a:hover
				{
					background-color: #ff9c40;
					color: #f24d00;
				}
		.rightImages
		{
			float: right;
			width: 657px;
			height: 338px;
		}
		.wrapper
		{
			clear: both;
		}
				
	.content
	{
		font-size: 14px;
		margin-top: 0;
		padding-top: 0;
	}
	.footer
	{
		text-align: right;
		font-size: 11px;
		color: #CCCCCC;
	}