/* Header Layout: common

*/
#header {
	margin: 14px 0 0 20px;
}

#header menu {
	float: left;
}

#header menu li {
	float: left;
	margin: 14px 0 0;
}

#header #link_home a	{ background: url("/images/link_home.gif") no-repeat; width: 41px; height: 24px; display:block; text-indent: -1000px; }
#header #link_account a	{ background: url("/images/link_account.gif") no-repeat; width: 75px; height: 24px; display:block; text-indent: -1000px; }
#header #link_friends a	{ background: url("/images/link_friends.gif") no-repeat; width: 71px; height: 24px; display:block; text-indent: -1000px; }
#header #link_connect a	{ background: url("/images/link_connect.gif") no-repeat; width: 73px; height: 24px; display:block; text-indent: -1000px; }
#header #link_mynotes a	{ background: url("/images/link_mynotes.gif") no-repeat; width: 73px; height: 24px; display:block; text-indent: -1000px; }

#header #link_home.selected a,
#header #link_account.selected a,
#header #link_friends.selected a,
#header #link_connect.selected a,
#header #link_mynotes.selected a {
	background-position: 0 -24px;
}

#header .layout {
	float: left;
	margin: 10px 0 0 20px;
}

#header .search {
	margin: 9px 0 0;
	float: left;
}

#header .search img,
#header .search input {
	vertical-align: middle;
}

#header .search input#search_keyword {
	width: 129px;
	height: 16px;
	border: 1px solid #c6c6c6;
}

#header .logged {
	float: left;
	margin-top: 13px;
	margin-left: 20px;
}

#header .ad {
	position: absolute;
	left: 800px;
	top: 10px;
	float: left;
	width: 334px;
	height: 56px;
	border: 1px solid #e5e5e5;
}

#body {
	background-color: #DADADA !important;
}

#footer {
	padding: 16px 20px;
}

#footer li {
	height: 11px;
	line-height: 10px;;
	margin-right: 13px;
	padding-right: 13px;
	border-right: 2px solid #a3a3a3;
	float: left;
}

#footer li.last {
	border-right: 0;
}

#footer address {
	margin-bottom: 30px;
	padding-top: 16px;
	clear: both;
	font-style: normal;
}

/* Min-width wrapper: 980px

*/

.fixedwidth {
	width: 940px;
	margin: 0;
}

.minwidth {
	width: 100%;
	min-width: 940px;
	overflow: auto;
	overflow /**/: visible;
}

* html .minwidth div.minwidth_wrapper {
  border-left: 940px solid #fff;
  position: relative;
  float: left;
  z-index: 1;
}

* html .minwidth div.minwidth_holder {
	margin-left: -940px;
	position: relative;
	float: left;
	z-index: 2;
}


/* Regular clearing
   apply to column that should drop below previous ones. */

.clear {
  clear:both;
}






/* Layout Templates: Liquid layout(210px)

*/

#container {
	margin: 0;
	background-color: #dadada;
}

#container.container {
	/* layout */
	margin: 0;
	overflow: hidden;
	padding-left: 210px; /* The width of the rail */
	background-color: #dadada;

	min-width: 940px;
}
* html #container{
	/* layout */
	height:1%; /* So IE plays nice */
}

#content {
	/* layout */
	background-color: #dadada;
	width: 100%;
	border-left: 190px solid #bdbdbd;
	margin-left: -210px;
	float: right;

	/* specific */
	padding-top: 12px;
	padding-left: 20px;
}

#rail {
	/* layout */
	background-color: #bdbdbd;
	width: 190px;
	float: left;
	display: inline;
	margin-left: -210px;

	padding-bottom: 150px;

	/* specific */
	padding-top: 12px;
}


#container.no_rail {
	padding-left: 20px;
}
#container.no_rail .search_header {
}
#container.no_rail .search_header h5 {
	float: left;
}
#container.no_rail .search_header .ads_wrapper {
	float: right;
	position: relative;
	right: 37px;
}




#content #top {
	position: absoulte;
	margin-left: -20px;
	margin-top: -12px;
}

#content #welcome {
	margin: 14px 0;
	font-size: 13px;
}

#content #welcome span {
	color: #3F84D1;
}
