@charset "utf-8";

/* CSS Document */





body {

	font-family:Arial, Helvetica, sans-serif;

	font-size: 12px;

	margin:0;

	background:url(../images/backgroundImage.png) repeat-y center;

	}

	

img{border:0px;}

	

	

#container {
	margin: 0 auto;
	margin-top:5px;
	width: 960px;
	text-align: justify;

	}

	

#header {
	height: 190px;
	background:url(../images/headerBackground.png) no-repeat;


//	margin-bottom:3px;


}



#logo {

	padding-left:10px;

	}



#content{
	margin:0;
	width:960;
	background:#FFFFFF no-repeat bottom;
	margin-top: -40px;
	
	}

	

	

#footer {

	width:960;

	margin:0 auto;

	padding-bottom:10px;

	width:960px;

	color:#FFFFFF;

	font-family:"Lucida Sans";

	}



#footer a {

	color:#FFFFFF;

	text-decoration:none;

	font-weight:bold;

	}

#footer a:hover {

	text-decoration:underline;

	}

	



	

/*MENU*/



#menu {
	height: 30px;
	padding-left:25px;
	background:url(../images/menuBackground.png) no-repeat;
	font-size: 15px;
	font-weight: bold;
	/*hitesh*/
	position:relative;
	top:-20px;

}

#menu ul {

	margin: 0;

	padding: 0;

}

#menu ul li {

	letter-spacing: 2px;

	display: inline;

}

#menu ul li a {

	padding: 5px 20px 6px 20px;

	color: #FFFFFF;

	text-decoration: none;

	float: left;

}

#menu ul li a:hover {

	color:#666666;

}

#menu .pressed {

	padding: 6px 20px 6px 20px;

	background-color:#FFFFFF;

	float: left;

	color:#FF0000;

}
