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

.table {
		position:relative;
        width:775px;
        height:100%;
		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:173px;
	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:210px;
	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:210px;
	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:210px;
	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:446px;
	width:775px;
	height:700px;
	z-index:2;
	border: 1px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	background-image:url(images/back-content.png);
	background-position:bottom center;
}
#left-content {
	position:absolute;
	left:2px;
	top:2px;
	width:370px;
	height:342px;
	z-index:2;
}
#middle-content {
	position:absolute;
	left:373px;
	top:0px;
	width:335px;
	height:278px;
	z-index:2;
}
#right-content {
	position:absolute;
	left:573px;
	top:0px;
	width:199px;
	height:275px;
	z-index:1;
}#etc-content  
{
	position:absolute;
	left:2px;
	top:300px;
	height:auto;
	padding:3px;
	width:704px;
	
}.etc_content_words  
{
	padding:0px;
}
#foot {
	position:absolute;
	left:0px;
	top:1024px;
	width:775px;
	height:24px;
	z-index:900;
	border: 1px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}
/*New Footer Class Added*/
#NewFoot
{
position:absolute; bottom:0px; left:0px;height:24px;width:775px;
}
#extra-nav {
	position:absolute;
	left:0px;
	top:1359px;
	width:776px;
	height:121px;
	z-index:1;
}

