body {
background-color: #f8dbe1;
}

#container {
width: 744px;
margin: 0px auto 15px auto;
background: url(../images/background.gif) repeat-y;
}

	#header {
	height: 500px;
	margin: 0px 8px 0px 8px;
	height: 88px;
	background: url(../images/headerbg.gif);
	border-bottom: 1px solid #ccc;
	display: block;
	}
	#logo {
	margin: 0;
	float: left;
	}
	#hsn {
	margin: 0;
	float: right;
	position: relative;
	top: 6px;
	left: -6px;

	}
	#footer {
	width: 100%;
	height: 23px;
	background: url(../images/footer.gif) no-repeat;
	}
	
	#menu {
	margin: 0px 8px 0px 8px;
	background: url(../images/tagline.gif) no-repeat right #f9e2e4;
	border-bottom: 1px solid #eed7de;
	position: relative;
	height: 25px;
	clear: both;
	}
	
		#menu ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		width: 100%;
		margin-bottom: -1px;
		position: absolute;
		}
		
		#menu ul li {
		list-style: none;
		margin: 0px;
		padding: 0px;
		float: left;
		}
		
		#menu a {
		display: block;
		text-decoration: none;
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		color: #d56b81;
		padding: 6px 16px 5px 16px;
		letter-spacing: .07em;
		border-right: 1px solid #dcb7bf;
		background-color: #f5ccd4;
		}
		
		#menu a:hover {
		background-color: #d56b81;
		color: #f5ccd4;
		}
		
		#menu a.active {
		background-color: #fff;
		color: #d56b81;
		font-size: 13px;
		padding: 5px 16px 5px 16px;
		}
	
	#content {
	padding: 25px 31px 25px 31px;
	}
	
		#ileft {
		width: 235px;
		float: left;
		}
		
			#ileft img {
			background-color: #ccc;
			margin-bottom: 10px;
			display: block;
			}
		
		#iright {
			width: 380px;
			border-left: 1px solid #e5e5e5;
			padding-left: 18px;
			float: right;
		}
			#iright ul {
			list-style: none;
			margin: 0px;
			padding: 0px;
			}
			
			#iright ul li {
			list-style: none;
			margin: 0px;
			padding: 0px;
			float: left;
			padding-bottom: 9px;
			border-bottom: 1px solid #e5e5e5;
			margin-bottom: 9px;
			}
			
			#iright img {
			background-color: #ccc;
			margin: 0px 18px 0px 18px;
			float: right;
			}

			#iright input 
			{
			color:#d56b81;
			border:0;
			margin: 80px -150px 0px 18px;
			float: right;
			cursor:pointer;
			}

	
.clear {
	clear: both;
}

#VideoMSg 
{
 text-align:left;
 background-color : #feffeb;
 position:absolute;
 margin-left:300px;
 width:250px;
 z-index:500;
}
