* { margin: 0px;	padding: 0px; outline-style: none; }

html { height: 100%;}

body.home {
	height: 100%;
	background: #fff none top left repeat-x;
}

body.search {
	height: 100%;
	background: #fff none top left repeat-x;
}

body {
	height: 100%;
	background: #fff none top left repeat-x;
}

#site {
	position: relative;
	margin: 0px auto 0px auto;
	width: 650px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	display: block;
	font: 12px arial, verdana, sans-serif;
	line-height: 18px;
	
}

/* =============================== header ================================= */

#print_header {
	display: inline;
	border-bottom: 1px solid #686e8d;
	font: 12px arial, verdana, sans-serif;
}

#header {
	margin: 0px;
	width: 650px;
	font: 12px arial, verdana, sans-serif;
	color: #a8a9ac;
}

#header .logo a img {
	display: none;
}

#container_header{
	display: none;	
}

/* =============================== navigation ================================= */

#header .navigation {
	display: none;
}
/* =============================== tabs ================================= */

#header .tabs {
	display: none;
}

/* =============================== extranav ================================= */

#content .extranav {
	display: none;
}
/* =============================== flash ================================= */

#flash_home {
	display: none;
}

#flash {
	display: none;
}

#container_search {
	display: none;
}


/* =============================== content ================================= */

#content {
	margin: 0px;
	width: 650px;
	min-height: 270px;
	height: auto !important;
	height: 270px;
	color: #bbbdce;
}

#content .text {
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 25px 10px;
	width: 440px;
	float: left;
	display: inline;
}

#content .sidebar {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	width: 160px;
	height: 180px;
	float: left;
	display: inline;
	background: none top left repeat-x;
}

#content .sidebar_content {
	background-color: #1f2a47;
	border: 0px solid #686e8d; 
	border-width: 1px 1px 0px 1px; 
}

/* =============================== footer ================================= */

#footer {
	display: none;
}

.clear { clear: both;	height: 0px; font: 0px arial, verdana, sans-serif; line-height: 0px; }