@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:18px;
	line-height:20px;
	font-weight:bold;
	color:#8e0a00;
}

h2 {
	margin-bottom:-5px;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	color:#333;
}

h3 {
	margin-bottom:-5px;
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	color:#666;
}

p, li, ul, ol {
	margin-bottom:10px;
	font-size:12px;
	line-height:18px;
	color:#444;	
}

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 {
	position: relative;
	width:760px;
	margin:0 auto;
	background: url(/i/wrapper-background.gif) repeat-y;
}

#header {
	width:760px;
	height:125px;
	position:absolute;
	top:0px;	
	background:url(/i/header.jpg) no-repeat;
}
#header img {
	width:463px;
	height:125px;
	position:relative;
	top:0px;
	left:10px;
	background:#fff;
}

#search {
	position:absolute;
	right:9px;
	top:95px;	
}
#search .inputbox {
	width:146px;
	height:14px;
	border:0;
	background:#fff;
	font-size:11px;
	color:#000;	
}
#search .gobutton {
	width:29px;
	height:20px;
	position:relative;
	top:7px;
	left:-3px;
	border:0;
	background:#fff;
}

#breadcrumbs {
	width:740px;
	height:16px;
	position:absolute;
	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 {
	margin-top:145px;
	float:right;
	width:510px;
	padding:15px;	
}

#contentppc {

	float:left;
	padding-right:15px;
}

#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;
}

/* ad styles */

#skyscraper {
	width:160px;
	height:600px;
	float:right;
	background:#FFF;
}

#leaderboard {
	position:relative;
	padding-left: 10px;
	text-align:center;
}

#medrect{
	position: relative;
	padding: 15px 0 10px 0;
	text-align: center;
}

#button{
	position: relative;
	margin: 10px 0 10px 0;
	text-align: center;
}