html,body {
	margin:10px 0 0 0; 
	padding:0; 
	background-color: #000000;
	}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

#header {
	background-color:#111111;
	height: 90px;
	margin: 0; 
	padding: 0;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
#logoloc{
	float: left;
	width: 174px;
}

#container {
	width:760px;
	margin:0 auto; 
	background-color: #FFFFFF;
	text-align:left;
	background-image: url(../images/sub_background.gif);
	background-repeat: repeat-y;
	}
	
#maincontent {
	float:right;
	width:525px;
	padding: 12px 25px 25px 0;
	}
	
#subnavigation {
	float:left;
	width:180px;
	}
	
#mainnav{
	float:right; 
	margin-top: 53px;
	}
#subheader {
	 height: 73px;
	}	
#extra {
	float:left;
	clear:left;
	width:180px;
	height: 160px;
	background-image: url(../images/dod_watermark.jpg);
	background-repeat: no-repeat;
	}
#foot {
	margin: 0;
	padding: 0;
	clear:both;
	height: 8px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
	}

/* for IE, with IE5/Mac backslash filter \*/
*html #foot {
	padding-top: 0px; 
	margin: 0;
	height: 2px;
}
/* end filter */


#footer {
	clear:both;
	width:100%;
	background-color: #000000;
	padding: 8px 0 10px 0;
	margin: 0;
	}

/* Homepage Layout */
#homecontainer {
	width:760px;
	margin:0 auto; 
	background-color: #FFFFFF;
	text-align:left;
	}
	
#flasharea{
	width: 760px;
	height: 200px;
	margin: 0;
	padding: 0;
	background-color: #3B3B3B;
}

#subbucket{	
	margin: 0;
	padding: 0;
	background-image: url(../images/subbucket.gif);
	background-repeat: no-repeat;
	background-color:#2a2c2d;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #999;
}
#subaboutus{
	float: left;
	width: 430px;
	margin: 0px;
	padding: 0px;
}

#subnews{
	float: right;
	width: 320px;
	margin: 0px;
	padding: 0px;
}

#footnote {
	font-size: 10px;
	line-height: 16px;
}


