* {
	margin: 0px;padding: 0px;
	font-family: Arial,Verdana,Helvetica,sans-serif;font-size:12px;
	border: 0px;
}
html {
	overflow: -moz-scrollbars-vertical; 
}
table {
	border-collapse: collapse;
} 
body, html { 
	color: #666;
} 
/* --== FULL ==-- */
#full {
	position:relative;margin: 0px auto;width:960px;top:0px;
	z-index:0;
}
/* --== HEADER ==-- */
#header {
	display:block;position:relative;width:100%;height:auto;
	text-align: center;
	z-index:1;
}
#header #top {
	margin:0px;padding:0px;height: 26px;
	line-height: 22px;
}
#header #top2 {
	margin: 0px;
}
/* -- Auth -- */
#header #topAll
{
	width:700px; background:url('/images/breadcrumb_bg.png') bottom repeat-x;
}

#header .user_warning
{
	margin-top: 5px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #be2d2d;
	background-color: #f38a8a;
	color: #420707;
	font-weight: bold;
	font-size: 14px;
}

#header #top_bar
{
	margin-top: 5px;
	height: 30px;
	font-size: 14px;
}
#header #top_bar .part_1{
	width: 248px;
	height: 30px;
	border: 1px solid #e1e1e1;
	background-color: white;
	float: left;
	line-height: 15px;
		font-weight: bold;
}

#header #top_bar .part_2{
	width: 452px;
	height: 30px;
	border: 1px solid #e1e1e1;
	background-color: white;
	float: left;
	margin-left:3px;
		font-weight: bold;
}
#header #top_bar .part_3{
	width: 248px;
	height: 30px;
	border: 1px solid #e1e1e1;
	background-color: white;
	float: right;
}
/* --== MIDDLE ==--*/
div#middle {
	display:block;position:relative;margin: 5px auto;padding:0px;width:960px;
	z-index:4;
}
div#right_side {
	display:block;position: relative;
	width:700px;float:right;
	z-index:5;
}
div#left_side {
	display:block;position:relative;width:250px;float: left;
	z-index:5;
}
.left_width {
	width:250px;
}
/* --== SUB CONTAINER ==-- */
.sub_container {
}
.sc_title {
	padding-left: 20px;height: 40px;
	background-image: url('/images/bg_headline.gif');background-repeat: repeat-x;background-position: center;
	border-bottom: 1px solid #e1e1e1;
	font-size: 20px;color: #414141;line-height:38px;	
}
.sc_form {
	width: 70%;float: left;
}
.sc_info {
	margin-right:10px;padding:10px;width:175px;float:right;
	text-align: justify;
}
/* --== FOOTER ==--*/
div#footer {
	display:block;position:relative;margin:0px auto;width:960px;height:27px;
	clear:both;font-size: 10px;text-align:center;line-height:25px;
	z-index:3;
}
/* --== SIDE BANNERS ==-- */
div.sidebanners{
	width: 100%;
	position: fixed;
	text-align: center;
	display: block;
}