/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	background:transparent url(../images_css/top_bg.gif) repeat-x center top;
	background-color:#000000;
	text-align: center;
	margin:0 auto;
	padding:0;
}

/*	HEADER	*/
#header {
	height:130px;
	width:850px;
	background: transparent;
	margin: 0 auto;
	padding: 0px;
}

#logo {
	margin: 0;
	padding: 0;
	float:left;
	height:130px;
	width:300px;
	background:transparent url(../images/logo.gif) no-repeat;
}

#top_bar {
	margin: 0px;
	padding: 0px;
	height:30px;
	width:550px;
	background:#000000 url(../images_css/tbar_r.gif) right top no-repeat;
	float:left;
	color:#FFFFFF;
}

.h_link {
	height:30px;
	vertical-align:middle;
}

.h_link a {
	color:#FFFFFF;
	text-decoration:none;
}

.h_link a:hover, .h_link a:focus, .h_link a:active {
	color:#cccc99;
}

#top_txt {
	margin: auto 0;
	padding: 0px;
	height:30px; 
	background:transparent; 
	text-align:right;
	vertical-align:middle;
}

#top_txt input {
	margin: 0px 10px;
}

.top_table {
	margin: auto 0;
	width: 30px;
	text-align:center;
}

#middle_bar {
	margin-top: 25px;
	height:30px;
	width:550px;
	background:#000000 url(../images_css/mbar_r.gif) right top no-repeat;
	float:left;
}

#middle_bar table td{
	font-size: 13px;
	font-weight:bold;
	padding: 4px;
	text-align: center;
	width:125px;
}