
/* replace background color */
html, body {
	background-color: #a9a9a9;
}


body {
	padding: 0px 0;
}

.top-left, .top-right, .bottom-left, .bottom-right {
	background-image: url("./images/rounded.gif");
	height: 20px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
}
.top-left, .bottom-left {
	margin-right: 20px; /* CHANGE: replace by the width of one of your corners */
}
.top-right, .bottom-right {
	margin-left: 20px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -20px;  /* CHANGE: replace by the height of one of your corners */
}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
}
.bottom-left  {
	background-position: 0 -20px;    /* CHANGE: replace second number by negative height of one of your corners */
}
.bottom-right {
	background-position: 100% -20px; /* CHANGE: replace second number by negative height of one of your corners */
}
.inside {
	border-left: 1px solid #9FA7AD; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #9FA7AD;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 0px;             /* YCC: all texts at some distance of the left border */
	padding-right: 0px;
	padding-top: 2px;             /* YCC: all texts at some distance of the right border */
}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: 0; } /* DNC: to avoid splitting of the box */

.outside {
	margin: 0 auto;
	width : 950px;
	padding: 10px;
}




/* header banner */
#ads-box {
	color: #FFFFFF;
	position: relative;
	margin-top: 7px;
	margin-right: 7px;
	display: block;
	float: right;
	text-align: right;
	width: 468px;
}

/* footer banner */
#page-footer #hidden-data, #page-footer #hidden-data a img {
	display: none;
	border: none;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	line-height: 0;
}
#page-footer #advert-leaderboard, #page-footer #advert-leaderboard img,
#page-footer #advert-leaderboard iframe, #page-footer #advert-leaderboard object {
	width: 728px;
	height: 90px;
	border: none;
	margin: 0 auto;
	padding: 0;
}

#page-footer #advert-leaderboard { padding-top: 15px; }

/* banner-ads */
div.banner-ad {
	border: solid 1px #DDDDDD;
	border-width: 1px 0;
	padding: 1em 0;
	text-align: center;
	background: url("images/bg_ads.gif") no-repeat 100% 100%;
}

/* tabs */
#tabs .main_tabs {
	float:right;
}



/* Search box
--------------------------------------------- */
#search-box {
	margin-top: 0px;
	float: left;
	text-align: left;
}

#search-box #keywords {
	width: 180px;
	background-image: none;
}