BODY {
	background-color: black;
	background-image: url(../images/bg/bg.png);
	
	margin: 0;
	margin-top: 20px;
	
	text-align: center;
}
#mainBox {
	width: 760px;
	height: auto;

	text-align: left;

	margin:auto;

}
#mainContainer {
	background-color: #000;	

	width: 760px;
	heihght: auto;	

	float:left;
	margin-bottom:20px;
}
#logotype {
	float: left;
}
#logotype IMG {
	width: 233px;
	height: 64px;

	border: 0;
}
#navigation {
	float:left;

/*	background-image: url(../images/bg/bg_nav.gif); */
	background-repeat: repeat-x;

	width: 517px;
	height: 63px;
}
.button {
	width: 65px;
	height: 64px;

	margin:0;

	border: 0;
	
	white-space: nowrap;
}
#tools, #tools IMG {
	width: 514px;
	height: 31px;

	border: 0;
}
#content, #issue, #footer, #header {
	margin-left: 5px;
	margin-top: 5px;
	width: 750px;
	height: auto;
}
#issue {
	clear:both;
}
#issue P {
	text-align:left;
	font-weight:bold;
	margin:5px 5px 5px 5px;
	color:#c9c9c9;
}
#issue IMG {
	width: 750px;
	height: 233px;
	border: 0;
}
#footer {
	text-align:center;
	padding-bottom: 5px;
}
.contentHolder {
	width: 750px;
	padding-bottom: 5px;
	background-color: #766f67;
	height: auto;
	float:left;

}
.subWindowMain {
	width: 461px;
	height: 100%;
	background-color: #0c1e42;
	float:left;
	margin-top:5px;
	margin-right: 5px;
}
.subWindowSub {
	width: 271px;
	height: auto;
	background-color: #0c1e42;
	margin-top:5px;
	float:right;
}
.subDivider {
	margin-left:5px;
	width: 740px;
	height: auto;
}
.window {
	margin-top:5px;
	width: 740px;
	background-color: #0c1e42;
	height: auto;
	float: left;
}	

