html, body {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	background: url('/i/background.gif') top right repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
}

#wrapper {
	width: 800px;
	height: 100%;
	padding: 0 0 0 3%;
	/* padding: 0 0 0 31px; */
	background: #ffffff;
}

#wrapperhome {
	width: 800px;
	height: 100%;
	padding: 0 0 0 31px;
	/* padding: 0 0 0 3%; */
	background: #CBCCD0 url('/i/wrapbg.gif') top left no-repeat;
}

#header {
	width: 800px;
	height: 329px;
	border-bottom: 1px solid #CBCCD0;
	position: relative;
}

#header.home {
	border-bottom: 1px solid #96999E;
}

#header .lang {
	width: 438px;
	height: 17px;
	color: #C7B9B9;
	background: #b6a26f;
	text-align: right;
	padding: 13px 17px 0 0;
	float: right;
	margin-bottom: 13px;
}

#header .lang a {
	color: #C7B9B9;
	text-decoration: none;
}

#header .search {
	width: 214px;
	height: 24px;
	background: #cbccd0;
	float: right;
	padding: 6px 0 0 6px;
}

#header .search .text {
	float: left;
	width: 100px;
	color: #000000;
	border: none;
}

#header .search .button {
	float: left;
	margin-top: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background: #cbccd0;
	border: none;
}

#header .logo {
	width: 217px;
	height: 57px;
	background: url('/i/logo.jpg') bottom left no-repeat;
	position: absolute;
	top: 43px;
	left: 0;
}

#header .biglogo {
	width: 455px;
	height: 273px;
	position: absolute;
	top: 56px;
	left: 125px;
}

#homepagebg {
 	width: 173px;
	_width: 166px;
	*width: 166px;
	height: 189px;
	background: url('/images/home_03.jpg') no-repeat;
	position: absolute;
	left: 831px;
 	_left: 830px;
	*left: 830px;
	top: 110px;
}

/* .menuheader {
	border-bottom: 1px solid #ffffff;
} */

#menu {
	width: 125px;
	height: 187px;
	position: absolute;
	top: 110px;
	left: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #ffffff;
}

#menu li {
	
	margin-bottom: 2px;
	padding: 0;
	list-style: none;
	float: left;
	text-align: left;
	background: url('/i/bgray.jpg') bottom left repeat-y;
}

/*
#menu a {
	white-space: nowrap;
	overflow: hidden;
}*/

#menu li a {
	font-weight: bold;
	text-decoration: none;
	color: #515A61;
	display: block;
	width: 123px;
	padding: 5px 0 5px 10px;
}

#menu li a:hover {
	background: url('/i/bred.jpg') bottom left repeat-y;
}

#menu li ul {
	padding: 0;
	margin: 0;
	position: absolute;
	display: none;
	z-index: 100;
}

#menu li ul li {
	width: 132px;
	margin: 0 2px 2px 2px;
	*margin: 0;
	*border-top: 2px solid transparent;
	text-align: left;
	background: #B6A26F;
	color: #ffffff;
}

#menu li ul li a {
	height: 100%;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 5px 10px;
	display: block;
}

#menu li ul li a:hover {
	background: #B6A26F;
}

#title {
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	white-space: nowrap;
	height: 24px;
	float: left;
	padding-top: 250px;
	margin-left: 10px;
}

#exclusive {
	width: 220px;
	height: 187px;
	background: #CBCCD0;
	border-bottom: 1px solid #ffffff;
	position: absolute;
	left: 580px;
	top: 110px;
}

#exclusive.home {
	height: 189px;
	background: url('/images/home_02.jpg') top left no-repeat;
	border-bottom: none;
}

#exclusive .box {
	width: 152px;
	height: 152px;
	background: #ffffff;
	margin: 15px 0 0 0;
}

#exclusive.home .box {
	background: transparent;
}

#exclusive.home .box .header {
	background: transparent;
}

#exclusive .box .header {
	width: 152px;
	height: 25px;
	background: url('/i/boxhead.gif') bottom left no-repeat;
}

#exclusive .box .header .caption {
	padding: 7px 10px 7px 10px;
	color: #ffffff;
	font-weight: bold;
}

#exclusive .box .content {
	color: #515A61;
	font-style: italic;
	padding: 10px;
}

#exclusive .box .contenthome {
	color: #000;
	padding: 10px;
}

#exclusive .box .content .title, #exclusive .box .contenthome .title {
	padding: 0;
}

#exclusive .box .content .desc, #exclusive .box .contenthome .desc {
	padding: 5px 0;
}

#content {
	width: 752px;
	/* height: 300px;
	overflow: auto; */
}

#content .lcol {
	width: 87px;
	margin: 3px 18px 0 0;
	padding: 10px;
	float: left;
	background: #ffffff;
}

#content .center {
	width: 415px;
	height: auto;
	margin: 3px 0 0 0;
	padding: 20px 20px 53px 20px;
	float: left;
	background: #E3E4E6;
}

#content .center a {
	color: #515A61;
}

#content .center .storysuptitle {
	margin-top: 0;
	font-weight: bold;
	text-decoration: underline;
}

#content .center .storytitle {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

#content .center .storysubtitle {
	font-style: italic;
	margin: 7px 0;
}

#content .browserow {
	padding: 14px 0 17px 0;
}

#content .browsetitle {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#content .subtitle {
	margin: 0 15px;
	font-style: italic;
}

#content .nodata {
	text-align: center;
	font-weight: bold;
}

#content .rcol {
	width: 114px;
	margin: 3px 0 0 18px;
	padding: 10px;
	float: left;
	background: #ffffff;
}

#content .homepage {}

/* #content .lcolh {
	width: 125px;
	height: 100%;
	float: left;
	background: #CBCCD0;
}

#content .rcolh {
	width: 172px;
	height: 100%;
	float: left;
	background: #CBCCD0;
}

#content .homepage {
	width: 455px;
	height: 100px;
	padding-top: 53px;
	float: left;
} */

/* #footer {
	width: 869px;
	width: 100%;
	border-top: 1px solid #CBCCD0;
	color: #acacac;
	float: left;
	padding: 10px 0 10px 155px;
} */

#footer {
	padding: 10px 1% 10px 11%;
	height: 13px;
	position: fixed;
	bottom: 0;
	left: 3%;
	width: 85%;
	border-top: 1px solid #CBCCD0;
	color: #acacac;
	background: #fff;
}

* html #footer { /*IE6 only rule, applied on top of the default above*/
	position: absolute;
	top: expression(document.compatMode == "CSS1Compat" ? (documentElement.scrollTop + (documentElement.clientHeight-this.clientHeight))  + "px" : 
		(document.body.scrollTop + (document.body.clientHeight-this.clientHeight)) + "px");
}

#footer .menu {
	float: left;
}

#footer .copyright {
	float: right;
	font-size: 10px;
}

#footer .copyright a {
	text-decoration: underline;
}

#footer a {
	color: #acacac;
	white-space: nowrap;
	text-decoration: none;
}

#bigfooterlogo {
	padding: 0 1% 11px 11%;
	height: 110px;
	position: fixed;
	bottom: 0;
	left: 3%;
	width: 85%;
	_width: 84.9%;
	color: #96999E;
	background: #CBCCD0;
}

#bigfooterlogo img {
	padding-left: 22px;
}

* html #bigfooterlogo { /*IE6 only rule, applied on top of the default above*/
	position: absolute;
	top: expression(document.compatMode == "CSS1Compat" ? (documentElement.scrollTop + (documentElement.clientHeight-this.clientHeight))  + "px" : 
		(document.body.scrollTop + (document.body.clientHeight-this.clientHeight)) + "px");
}

#bigfooter {
	padding: 0 1% 9px 11%;
	height: 13px;
	position: fixed;
	bottom: 0;
	left: 3%;
	width: 85%;
	_width: 84.9%;
	color: #96999E;
	background: #CBCCD0;
	border-top: 1px solid #96999E;
}

* html #bigfooter { /*IE6 only rule, applied on top of the default above*/
	position: absolute;
	top: expression(document.compatMode == "CSS1Compat" ? (documentElement.scrollTop + (documentElement.clientHeight-this.clientHeight))  + "px" : 
		(document.body.scrollTop + (document.body.clientHeight-this.clientHeight)) + "px");
}

#bigfooter .menu {
	float: left;
	padding-left: 42px;
}

#bigfooter .copyright {
	float: right;
	font-size: 10px;
}

#bigfooter .copyright a {
	text-decoration: underline;
}

#bigfooter a {
	color: #96999E;
	white-space: nowrap;
	text-decoration: none;
}

.unfloat {
	float: none !important;
	clear: both !important;
}

.pager {
	margin-top: 10px;
}

.accentlink {
	color: #515A61;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.browsepic {
	float: left;
	margin: 0 5px 5px 0;
}

.browseendline {
	background: transparent url(/i/bseparator.gif) repeat-x scroll left bottom;
}

.relstorieshead {
	margin-top: 20px;
	font-weight: bold;
}

