/* CSS Document */

body { 
text-align: center; /*ie5 hack */
margin: 0px; 
padding: 0px; 
	font: 11px Verdana, Arial, sans-serif;
	
}

.table {
		position:relative;
        width:775px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align: left;    
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:775px;
	height:75px;
	z-index:1;
	border: 1px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}
#nav {
	position:absolute;
	left:0px;
	top:174px;
	width:775px;
	height:31px;
	z-index:1;
	border: 1px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	background-image: url(images/nav.jpg);
}
#banner {
	position:absolute;
	left:0px;
	top:116px;
	width:374px;
	height:231px;
	z-index:1;
	border: 1px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}
#content-main {
	position:absolute;
	left:379px;
	top:116px;
	width:291px;
	height:231px;
	z-index:1;
	border: 1px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	padding-left: 9px;
}
#award {
	position:absolute;
	left:680px;
	top:116px;
	width:94px;
	height:231px;
	z-index:1;
	border: 1px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}
#Layer1 {
	position:absolute;
	left:64px;
	top:340px;
	width:7px;
	height:589px;
	z-index:1;
}
#content {
	position:absolute;
	left:0px;
	top:212px;
	width:775px;
	height:912px;
	z-index:2;
	border: 1px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	background-image:url(images/back-content.png);
}
#left-content {
	position:absolute;
	left:2px;
	top:2px;
	width:223px;
	height:342px;
	z-index:2;
}
#middle-content {
	position:absolute;
	left:225px;
	top:0px;
	width:550px;
	height:278px;
	z-index:2;
}
#right-content {
	position:absolute;
	left:573px;
	top:0px;
	width:199px;
	height:275px;
	z-index:1;
}
#foot {
	position:absolute;
	left:0px;
	top:1125px;
	width:775px;
	height:24px;
	z-index:900;
	border: 1px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}

