/*  
	Tentara Site CSS 
	Ian Holt
*/

html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #656565 url(../img/background.gif) top center no-repeat;
}

.black_back {
	background-color: #090909;
	margin: 0; 
	padding: 0; 	
	height: 622px;
	width: 768px;
}

#header {
	height: 116px;
	width: 758px; 
	padding: 5px;	
}

#header .logo_box {
	float: left;
	background: #FFFFFF url(../img/tentara_logo.gif) center no-repeat;
	height: 116px; 
	width: 251px;
}

#header .menu_box {
	float: right; 
	background: #090909 url(../img/fairway_bg.gif) no-repeat; 
	height: 116px; 
	width: 502px; 
}

#header .menu {
	float: left; 
	width: 502px;
	height: 18px;
	margin-top: 98px;
	text-align: left; 
}

#header .menu td.element {
	height: 18px;
	width: 70px;
	background: #e78721 url(../img/menu_bg.gif) top left no-repeat;
	
	font-family: Arial; 
	font-size: 10px; 
	font-weight: bold; 
	color: #000;
	text-align: center; 
	vertical-align: center;	
}

#header .menu a {
	font-family: Arial; 
	font-size: 10px; 
	font-weight: bold; 
	color: #000;
	text-decoration: none;
}

#header .menu a:hover {
	color: #FFF;
}

#content {
	background: #FFFFFF url(../img/content_curve.gif) top center no-repeat;
	width: 756px;
	height: 495px;
	margin: 0 5px;
	
	border: 1px solid white;
	border-bottom: 0px;
}

#content .header {
	background: url(../img/content_header.gif) no-repeat;
	height: 45px;
	width: 729px;
	
	margin: 31px 0 0 0;
}

#content .bg {
	height: 241px;
	width: 727px;
	background-color: #f6f6f6;
	border: 1px solid #ededed; 
	border-top: 0px;
}

#content .bar {
	background: url(../img/bottom_bar.gif) right top no-repeat;
	height: 24px; 
	width: 729px;
}
	

#footer {
	background: url(../img/footer_blank.gif) no-repeat;
	height: 60px;
	width: 768px;
	z-index: 1;
}
	
	 
	