/* 
*
* title: Bookmaker Blog Ver.1
* Author: P Arcone
*
*/
@charset "utf-8";
* { margin: 0px; padding: 0px; }
body {
	background: #91ad67 url(body.gif) repeat-x fixed;
	font-family:"HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
div#content {
	width: 760px;
	min-height: 1000px;
	margin: 0px auto;
	padding: 3px 6px 0px 6px;
	background: transparent url(content.png) repeat-y;
}
div#head {
	background: #e0e1df url(online-sportsbook.gif) no-repeat;
	height: 26px;
	overflow: hidden;
	background-position: 0% 50%;
	margin: 0px 3px 22px 3px ;
}
div#head h1, div#head h2, div#head p, 
div#related h4, 
h3 {
	display: none;
}
h1 {
	text-align: center;
	line-height: 100%;
	padding: 0px 30px;      
	margin: 11px 0px;
}
p {
	margin-bottom: 20px;
	line-height: 100%;
}
li {
	margin-left: 40px;
	list-style-type: square;
}
hr {
	visibility: hidden;
	margin: 20px 0px;
}
div.main {
	background-color: #f1f5e4;
	border-top: 1px solid #e0e1df;
	border-bottom: 1px solid #e0e1df;
	padding: 27px  19px;
}
div.main span.promotion {
	display: block;
}
div.main span.promotion a {
	color: #af5418;
	font-weight: bolder;
	font-size: 22px;
	display: block;
	text-align: center;
	padding: 0px 40px;
	margin-top: 40px;
	text-decoration: underline;
}
div.main span.promotion a:hover {
	color: Blue;
}
div#related {
	padding: 0px 50px;
	text-align: center;
	line-height: 130%;
	margin: 38px 0px 68px 0px;
}
div#related li {
	display: inline;
	list-style-type: none;
	margin: 0px 3px;
}
div#related a {
	color: #615242;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
}
img {
	display: block;
}
div#base {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-color: #615242;
	padding: 16px 0px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}
div#base a {
	padding: 0px 2px;
	color: #ffffff;
}
ul#sitemap a, a#privacy {
	color: #BD7945;
}