@import url("/inc/ppc.css");
@import url("/inc/menu.css");

body {
	margin:0px 0 50px 0;
	padding:0;
	background:#ccc;
	font-family:Arial, Helvetica, sans-serif;	
}

h1 {
	font-size:24px;
	line-height:20px;
	font-weight:bold;
	color:#6b0801;
}

h2 {
	margin-bottom:-5px;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#333;
}

h3 {
	margin-bottom:-5px;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	color:#666;
}

p, li, ul, ol {
	margin-bottom:10px;
	font-size:12px;
	line-height:18px;
	color:#666;	
}

ul, ol {
	margin-bottom:20px;	
}

li {
	list-style-type:disc;	
}

p a, li a {
	text-decoration:underline;
	color:#6b0801;
}
p a:hover, li a:hover {
	text-decoration:none;
	color:#8e0a00;
}

img {
	border:0;
}

#wrapper {
	width:760px;
	margin:0 auto;
	background: url(/i/wrapper-background.gif) repeat-y;
}

#leaderboard {
	width:760px;
	height:90px;
	position:absolute;
	top:0;
	padding:5px 0;
	text-align:center;
	background:#fff;
}

#header {
/*hoedl
	width:760px;
	height:125px;
	position:absolute;
	top:100px;	
	background:url(/i/header.jpg) no-repeat;
*/
	width:760px;
	height:125px;
	position:absolute;
	top:0px;	
	background:url(/i/header.jpg) no-repeat;
}
#header img {
	width:205px;
	height:105px;
	position:relative;
	top:10px;
	left:10px;
}

#search {
	position:absolute;
	right:10px;
	top:45px;	
}
#search .inputbox {
	width:146px;
	height:16px;
	padding:2px;	
	border:0;
	background:#fff;
	font-size:11px;
	color:#000;	
}
#search .gobutton {
	width:20px;
	height:20px;
	position:relative;
	top:7px;
	border:0;
}

#breadcrumbs {
	width:740px;
	height:16px;
	position:absolute;
/* 	top:225px; */
 	top:125px; 
	padding:2px 10px 0 10px;
	background:#666;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	font-size:10px;
	color:#fff;
}
#breadcrumbs a {
	text-decoration:none;
	color:#999;
}
#breadcrumbs a:hover {
	text-decoration:underline;
}

#content {
/*Hoedl
	margin-top:145px;
	float:right;
	width:510px;
	padding:15px;	
*/
	margin-top:145px;
	float:right;
	width:510px;
	padding:15px;	
}

#contentppc {
	width:335px;
	float:left;
	padding-right:15px;
}

#skyscraper {
	width:160px;
	height:600px;
	float:right;
	background:#000;
}

#footer {
	width:740px;
	height:20px;
	clear:both;
	padding-right:20px;
	padding-top:5px;
	border-top:1px solid #fff;
	background:#333;
	text-align:right;
	font-size:10px;
	color:#fff;
}
#footer a {
	padding:0 5px;
	color:#fff;
}
#footer a:hover {
	color:#fff;
	text-decoration:none;
}

.keywords {
	text-transform:capitalize;
}