body {
	background: #fff url(../images/backgrounds/body.gif) repeat-y scroll top left;
	font: normal normal 0.625em/1.6em Arial, Verdana, Helvetica, sans-serif;
}
body.big #container { font-size: 1.4em; }
body.large #container { font-size: 1.6em; }

#container {
	font-size: 1.2em;
	margin-right: 12px;
	width: 950px;
}
#top {
	background: #0099ff;
}
#header {
	padding: 8px 24px;
	height: 98px;
}
#header #logo {
	float: left;
}
#header #logo .wrap {
	margin-bottom: 14px;
}
#header #logo .wrap a.text-link {
	color: #fff;
	margin-left: 12px;
}

#header #top_links {
	float: right;
}

#header #top_links ul {
	float: left;
}
/* Font resize */
.font-resize {
	color: #fff;
	float: left;
}
.font-resize span {
	margin-right: 8px;
	font-size: 0.92em;
	float: left;
}
.font-resize a {
	float: left;
	display: block;
	width: 13px;
	height: 13px;
	line-height: 13px;
	text-align: center;
	border: 1px solid #fff;
	float: left;
	color: #fff;
}
.font-resize a.plus {
	border-left: 0;
}
.font-resize a:hover {
	text-decoration: none;
}

/* Main */
#main {
	background: #fff;
	padding: 16px 0 44px 0;
	position: relative;
}
body.home #main {
	padding-top: 22px;
}
#main #left {
	float: left;
	width: 212px;
}
#main #right {
	float: right;
	width: 738px;
}
#main #right #content {
	margin-right: 32px;
}
#main #right #content .content-margin {
	margin-right: 162px;
}

body.home #main #left, body.homenormal #main #left {
	width: 644px;
}
body.home #main #right, body.homenormal #main #right {
	width: 306px;
}

/* Search box */
#search_form {
	float: right;
	margin-right: 18px;
	position: relative;
	width: 139px;
}
#search_form legend {
	display: none;
}
#search_form input.sword {
	background: transparent url(../images/backgrounds/search_back.png) no-repeat left top;
	border: 0;
	font-size: 0.92em;
	padding: 4px 7px;
	width: 125px;
}
#search_form input.submit {
	border: 0;
	cursor: pointer;
	overflow: hidden;
	height: 16px;
	line-height: 0;
	font-size: 0;
	width: 16px;
	padding-top: 16px;
	position: absolute;
	right: 6px;
	top: 2px;
	text-ident: -999em;
}

/* Footer */
#footer {
	background: transparent url(../images/backgrounds/footer_back.gif) no-repeat left top;
	position: relative;
	text-align: right;
	width: 950px;
}
#footer .footer-link {
	position: absolute;
	top: 24px;
	left: 16px;
	display: block;
	height: 60px;
	width: 340px;
}
#footer .footer-link span {
	display: none;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}
/* Clearfix */
.clearfix {display: inline-block;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
