﻿div#header{
	height: 124px;
	width:800px;
	xbackground: transparent url('../images/awards_header.jpg') no-repeat;
}
div#menuBar{
	height: 28px;
	width:800px;
	position: relative;
	background: transparent url('../images/links_bg.jpg') repeat-x ;
}
div#content{
	height: 525px;
	width:750px;
	background-color: #000;
	padding: 30px 0px 30px 50px;
	border-bottom: 1px solid #7c7c7c;
	text-align: left;
	xposition: relative;
	
}
div#leftCol{
	float: left;
	width:150px;
	height: 520px;
	xborder:1px solid red;
	background: #000 url('../images/redherring.jpg') no-repeat; 
	
}
div#rightCol{
	float: left;
	width:580px;
	height: 520px;
	xborder:1px solid red;
	
}
div#innerLeft{
	width:350px;	
	float: left; 
	height: 268px;
}
div#innerRight{
	width:170px;
	float: left;
	height: 268px; 
	margin-left: 10px;
	background: #000 url('../images/kamal.jpg') no-repeat ;
	
}

div#footer{
	height: 50px;
	width:800px;
	background-color:#000;
	position:relative;	
}
div#bottomTag{
	position: absolute;
	height:20px;
	width:200px;
	top:10px;
	left: 300px;	
}
div#bottomTag p{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size:11px;
	color:#7c7c7c;	
}
h1{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	width:400px;
	height: 45px;
}
p{
	padding:0px;
	margin:0px 0px 15px 0px;
	font-family:Arial;
	font-size: 11px;
	color:#7c7c7c;
}




















