#include_north {
	height: 150px;
	background: url("../media/include_north_bg.png") repeat-x;
}

#include_north_content {
	margin: auto;   /* centering... */
	padding: 0 180px 0 5px;
	width: 990px;   /* 1000 = 990 + 2*5 */
}

a#include_north_link_home {
	float: left;
	outline: none;
	width: 250px;
	height: 104px;
	background: url("../media/logo_top.png") no-repeat;
}
a#include_north_link_home_bottom {
	clear: both;
	float: left;
	outline: none;
	width: 165px;
	height: 29px;
	background: url("../media/logo_bottom.png") no-repeat;
}

#include_north #include_heading {
	float: right;
	text-align: right;
	color: #999;
	font-size: 1em;
	padding-top: .5em;
}
#include_north #include_heading a {
	color: #999;
}
#include_north #include_heading a:hover {
	text-decoration: underline;
}

#include_north_languages {
	float: right;
	margin-left: 2em;
	padding-top: .65em;
}

#include_north_search {
	float: right;
	clear: right;
	width: 50%;
	margin-top: 1em;
	text-align: right;
	color: #999;
}
#include_north_search #searchLine {
	height: 27px
}
#include_north_search #searchLine #searchText {
 	float: right;
 	height: 27px;
 	line-height: 27px;
 	margin-right: .5em;
}
#include_north_search #searchLine #searchField {
	float: right;
	margin-right: .5em;
	height: 27px;
}
#include_north_search #searchLine input#searchButton {
    float: right;
    height: 27px;
    width: 56px;
    border: 0;
    outline: none;
    padding: 0;
    margin: 0;
}
#include_north_search #advanced {
	clear: both;
	margin-top: 2px;
	font-size: .9em;
	color: #999;
}
#include_north_search #advanced a {
	color: #999;
	font-size: 1em;
}

/* autocomplete: */
#include_north #name_table_body * {
	font-size: 11px;
}
#include_north #name_table_body * img {
	float: right;
	margin-left: 3px;
	width: 32px;
	height: 18px;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
	border-left: 1px solid #E0E0E0;
	padding: 1px;
}
#include_north #name_table_body .testing {
	border: 2px solid black;
	font-weight: bold;
}
#include_north #name_table_body td {
	border-bottom: 1px solid #E0E0E0;
}
#include_north #name_table_body .mouseOut {
	background: #708090;
	color: #FFFAFA;
}
#include_north #name_table_body .mouseOver {
	background: #FFFAFA;
	color: #444;
}


#include_title {
	float: left;
	width: 825px;
	height: 46px;
	background: url(../media/include_title_bg_half.png) repeat-x;
	background-color: white;
}
#include_title_left {
	float: left;
	width: 30px;
	height: 100%;
	background: url(../media/include_title_bg_left.png) no-repeat;
	background-color: white;
}
#include_title_middle_part {
	float: left;
	line-height: 46px;
}
#include_title_middle_part h1 {
	margin: 0;
}
#include_title_middle_part_text {
	float: left;
	background: white;
	background: url(../media/include_title_bg_text.png) repeat-x;
}
#include_title_middle_part_change_height {
	float: left;
	width: 50px;
	height: 46px;
	background: url(../media/include_title_bg_change_height.png) repeat-x;
}
#include_title_right {
	float: right;
	width: 30px;
	height: 100%;
	background: url(../media/include_title_bg_right.png) no-repeat;
}