/* Global Settings */
body {
	background:#efefef url('bg.jpg') fixed;
    color:#222;
	text-align:center;
	padding:0;
	margin:0;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font:0.7em/1.3em arial, tahoma, "sans serif";
	font-family:verdana, tahoma, arial, "sans serif";
}
a {
	color:#b52c2c;
	text-decoration:none;
	font-weight:normal;
}
a:hover {
	color:#ab0b1e;
	text-decoration:underline;
}
a.link {
	color:#00f;
	text-decoration:none;
	font-weight:bold;
}
a.bookmark {
	color:#b52c2c;
	text-decoration:none;
	font-weight:bold;
	padding:0;
	margin:0 95px 0 0;

}
img.pr-icon {
	border:none;
	margin-top:6px;
}


/* Wrapper */
#wrapper {
	width:800px;
	background:transparent;
	text-align:center;
	padding:0;
	margin:10px auto 0 auto;
}


/* Header Settings */
#header {
	width:800px;
	height:60px;
	background:#dadada url('header.gif');
	text-align:right;
	padding:0;
	margin:0;
}
h1 {
	color:#000;
	font-size:16px;
	line-height:32px;
	padding:0;
	margin:5px 60px 0 0;
}


/* Content Settings */
#content {
	width:800px;
	padding:0;
	margin:30px 0 15px 0;
	float:left;
}
.container-text {
	width:748px;
	background:#f5f5f5;
	border:solid 1px #747474;
	padding:10px 25px 0 25px;
	margin:0;
}
h2 {
	color:#000;
	font-size:13px;
	line-height:15px;
	text-align:left;
	padding:0;
	margin:0 0 15px 0;
}
p {
	text-align:left;
	padding:0;
	margin:0 0 10px 0;
}
ul {
	list-style:square inside;
	padding:0;
	margin:0;
}
ul li {
	text-align:justify;
	padding:0;
	margin:0 0 10px 0;
}

.container-title {
	width:100%;
	height:32px;
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:15px 0 4px 0;
}
.niche-title,
.title-title,
.url-title,
.trade-title,
.pr-title {
	height:32px;
	color:#000;
	line-height:32px;
	padding:0;
	margin:0 1px;
	float:left;
}
.niche-title {
	width:82px;
	background:#dadada url('niche-title.gif');
}
.title-title {
	width:282px;
	background:#dadada url('title-title.gif');
}
.url-title {
	width:264px;
	background:#dadada url('url-title.gif');
}
.trade-title {
	width:90px;
	background:#dadada url('trade-title.gif');
}
.pr-title {
	width:71px;
	background:#dadada url('pr-title.gif');
}

.container {
	width:100%;
	height:24px;
	padding:0;
	margin:2px 0 0 0;
}
.niche,
.title,
.url,
.trade,
.pr {
	height:24px;
	line-height:24px;
	padding:0;
	margin:0 1px;
	float:left;
}
.niche {
	width:82px;
	background:#eee url('niche.gif');
}
.title {
	width:282px;
	background:#eee url('title.gif');
}
.url {
	width:264px;
	background:#eee url('url.gif');
}
.trade {
	width:90px;
	background:#eee url('trade.gif');
}
.pr {
	width:71px;
	background:#eee url('pr.gif');
}


/* Footer Settings */
#footer {
	width:800px;
	height:20px;
	background:#dadada url('footer.gif');
	padding:0;
	margin:0 0 1px 0;
	float:left;
}
#copyright {
	padding:0;
	margin:0;
}
#copyright p {
	font-size:10px;
	line-height:12px;
	text-align:center;
	color:#000;
	padding:4px 0 0 0;
	margin:0;
}