body {
	margin: 30px 0 20px 0;
	padding: 0;
	background: #D7D7BD url(images/imgnew.png) repeat;
	text-align: left;
	line-height: 16px;
	font-family:Arial;
	font-size: 12px;
	color: #4C4C4C;
}

#logo {
	position:relative;
	top:20px;
	left:30px;
	background-image:url(images/final_logo.png);
	background-repeat:no-repeat;
	height:103px;
	width:100px;
}

#contact {
	font-family:Arial;
	font-size:12px;
	line-height:14px;
	color: #646464;
	position:relative;
	top:-80px;
	left:680px;
	text-align:right;
}

strong {
	color: #000000;
}


ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #DF4141;
}

a:hover {
	text-decoration: none;
	color: #931919;
}

/** Style for header starts here */

#header {
	width: 950px;
	height: 140px;
	margin: 0px auto;
	background:#EDEDED;
}

#header h1, #header h2 {
	margin: 0px;
	padding: 0;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
}




/** Style for menu starts here */

#menu {
	float:right;
	width: 683px;
	height: 35px;
	margin: 2px auto;
	margin-right:33px;
	border-bottom: 6px #000000 solid;
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	float: left;
	border: none;
	padding: 14px 12px 12px 0px;
	text-decoration: none;
	color:#999999;
}

#menu a:hover {
	color: #000000;
}

#menu a.active {
	color: #000000;
}

/** Style for wrapper starts here */

#wrapper {
	width: 950px;
	height:640px;
	margin: 0px auto;
	padding: 0px 0;
	background-color:#e6e6e6;
}

/** Style for content starts here */

#content {
	width: 885px;
	margin: 0px auto;
}

#content h2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding-top:0px;
	line-height:14px;
}

#content h1 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding-top:0px;
	line-height:14px;
}

#content p {
	font-family:Arial;
	font-size:12px;
	line-height:14px;
	color: #646464;
}

#content a {
	text-decoration: none;
}

#right {
	float: right;
	width: 683px;
	height:442px;
	padding:0px;
	margin-top:20px;
}


#left {
	height:410px;
	width: 177px;
	padding: 12px 0px;
	background: #e6e6e6;
	border-top: 6px #000000 solid;
}

#left ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	line-height:12px;
}

/** Style for footer starts here */

#footer {
	clear: both;
	width: 950px;
	height: 38px;
	margin: 0px auto;
	padding-top: 18px;
	font-size: 12px;
	color:#666666;
}

#footer .copyright {
	float: right;
	margin-top: -30px;
	padding-right: 32px;
	text-align: left;
	font-size:10px;
}

#footer .links {
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}

#footer .css {
	padding-left: 20px;
	background: url(images/image01.png) no-repeat left 50%;
}

#footer .xhtml {
	padding-left: 20px;
	background: url(images/image02.png) no-repeat left 50%;
}

#footer a {
	border-bottom: 1px #E5E5CC dashed;
	text-decoration: none;
	color: #E5E5CC;
	
}


