body{
	margin: 0px;
	background-color: #000;

	font-family: Arial;
	font-size: 12px;
	text-align: center;

	color: #000;
}

a img{
	border: none;
}

/*Container*/
div.container_top{
	width: 960px;
	margin: auto;
	margin-top: 5px;

	background-color: #000;
}

div.container{
	width: 960px;
	margin: auto;
	margin-top: 0px;

	background-color: #fff;
	color: #000;
}

div.container_bottom{
	width: 960px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 5px;

	background-color: #fff;
}
/*Container*/

/*Header*/

div.header{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

table.header_table{
	width: 940px;
}

td.header_table_left_cell{
	width: 50%;
	text-align: left;
}

td.header_table_right_cell{
	width: 50%;
	text-align: right;
}

div.header_bar{
	margin-top: 0px;
}

div.header_logo_bar{
	margin-top: 6px;
	margin-right: 30px;
}

div.header_logo_bar a{
	font-weight: bold;
	font-size: 12px;
	
	text-decoration:none;
	color:#000;
}

div.header_bar a{
	font-weight: bold;
	font-size: 12px;
	
	text-decoration:none;
	color:#000;
}

div.header_bar img{
	vertical-align: middle;
}

/*Main*/
div.main{
	width: 943px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	
	background-color: #ffffff;
}

/*Left*/
div.left{
	width: 575px;
	float: left;

	text-align: justify;
}

div.right{
	width: 360px;
	margin-left: 575px;

	text-align: justify;
}

/*Footer*/
div.footer{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	clear: both;
}

/*miscellaneous*/
div.marginbox{
	width: 98%;
}