/*
 * Homepage styling / Czech Golf Production
 */

/* Revoke or redefine basic properties */
h1
{
	display: none;
}
h2
{
	background: #5A86A3 url('/images/homepage-h2-bg.png') top center no-repeat;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	color: #fff;
	height:44px;
	width: 231px;
	line-height: 44px;
	display: block;
	
}

#Content_top, #Content_bottom, #Content, #Page
{
	padding: 0px;
}

#Content_top, #Content_bottom
{
	background: none;
}

#Content
{
	background: url('/images/homepage-page-bg.png') top center no-repeat;
	height: 308px;
   border: 0px solid red;
}

/* Box positioning */
.box
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 260px;
	padding-top: 4px;
}
#Tournaments
{
	left: 264px;
}
#About
{
	left: 528px;
}

/* Box content positioning */
.box-body
{
	height: 235px;
	overflow: auto;
	margin: 0px 4px;
}
.box-body table
{
	width: auto;
	margin: 1em;
}
.box-body td
{
	background: none;
	border: none;
	vertical-align: top;
}
.more
{
	text-align: right;
	padding-right: 2em;
}

