html,body
{
	margin-top:			0px;
	margin-left:		0px;
	margin-right:		0px;
	margin-bottom:		0px;
	color:				#343434;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	background:			url("../assets/background_tile.jpg") repeat;
	background-color:	#dcb9cd;
	height:				100%;
	z-index:			1;
}

h2
{
	font-size:			16px;
	color:				#72174d;
	font-weight:		normal;
	margin-top:			20px;
	margin-bottom:		10px;
}

h3
{
	font-size:			12px;
	color:				#72174d;
	font-weight:		bold;
	margin-bottom:		0px;
}

a
{
	color:				#72174d;
}

#mainLeft
{
	position:			relative;
	float:				left;
	width:				737px;
	height:				100%;
}

#mainRight
{
	position:			relative;
	width:				243px;
	float:				right;
	height:				100%;
	overflow:			auto;
}

#mainHeader
{
	width:				100%;
	height:				124px;
	background:			url("../assets/headers/header_base_graphic.gif");
	text-align:			left;
}

#mainContent
{
	position:			relative;
	float:				left;
	text-align:			left;
	height:				100%;
	width:				707px;
	overflow:			auto;
	margin-left:		30px !important;
	margin-left:		15px;
	padding-left:		0px;
}

#banner
{
	border:				0px solid #f00;
}

#nav
{
	position:			relative;
	left:				0px;
	border:				0px solid #00f;
	height:				35px;
	width:				100%;
}

#nav ul
{
	list-style:			none;
	display:			inline;
}

#nav li
{
	display:			inline;
	float:				left;
	margin:				0px;
	width:				auto;
}

#footerStrip
{
	border:				0px solid #000;
	width:				960px;
	height:				15px;
	background-color:	#f1e3eb;
	margin-top:			5px;
	padding-left: 		10px;
	padding-right:		10px;
	padding-top:		5px;
	padding-bottom:		5px;
	color:				#72174d;
	font-size:			10px;
	
}

#copyright
{
	width:				50%;
	float:				left;
	text-align:			left;
}

#dmukerji
{
	width:				50%;
	float:				right;
	text-align:			right;
}

.tinytext
{
	font-size:			9px;
}

.llRed
{
	font-weight:		bold;
	color:				#72174d;
}

