body {
	font: 11.5px/160% Arial, Helvetica, sans-serif;
	color: #333; 
	margin: 0; padding: 0; 
	background: #3b5ba4 url(images/blue.jpg) repeat-x 50% 0 fixed;
	text-align:justify
}

/* links */
a:link, a:visited { 
	text-decoration: underline;
	color: #4166b6;
	font-weight:bold;
	border:0;
}
a:hover { color: #333; }
a:link.more, a:visited.more {
	float: left;	
	margin-top: 10px;	
	margin-right: 5px;
	padding: 3px 6px;
	background-color: #3399cc; 
	font-weight: bold;
	text-decoration: none;	
	color: #fff;		
}
a:hover.more {	
	background-color: #ffc600; 
}

/* headers */
h2, h3, h4 {
	font: bold 1em/1.5em Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
	color: #333;
	margin: 10px 20px 7px 20px;	 
}
h1 {
	letter-spacing: -1px;
	font-family: Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;
	font-size: 1.7em;
	text-transform: uppercase;
	padding:15px 0 10px 20px;
	font-weight: bold;
	color: #006699;
}
h2 {
	font-family: Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;
	font-size: 1.1em;
	padding:0;
	font-style:italic;
	color: #fff;
}
h3 {
	font-family: Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;
	font-size: 1.3em;
	padding:0;
	font-style:italic;
	color: #474848;
}
h4 { 

	font-family: Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;
	font-size: 1.4em;
	padding:5px 0 5px 0;
	font-weight: bold;
	color: #006699;
}
h4 a:link, a:visited { 
	font-weight: bold;
	color: #666;
	text-decoration:none;
}
h5{
	margin: 0 20px 10px 20px;	
	padding:15px;
	background: #f0fbff;
	font-family: Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
	font-size: 1.4em;
	font-weight: bold;
	line-height: 140%;
	color: #333;
	border-top: 1px solid gold;
	border-bottom: 4px solid gold;
}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }

dt {
  font-weight: bold;
  color: #6f892c;
}
dd {
  padding-left: 20px; 
}

p, dl { margin: 10px 20px; }

/* images */
img {
	border:0;
	margin:0;	
}
img.float-right {	margin: 5px 0px 10px 10px; }
img.float-left { margin: 5px 10px 10px 0px;  border:1px solid #333;}

img.banner{
margin: 30px 0 20px 10px;}

strong {	font-weight: bold; }

#wrap {
	width: 940px;
	margin: 0 auto;
	text-align: left;		
	background: url(../images/content-bg.jpg) no-repeat center 100%; 		
}
/* header */
#header {
	position: relative;
	margin: 0 auto 20px auto;
	height: 140px;			
	background: url(../images/header-bg.jpg) no-repeat center bottom;
}

/*  navigation  */
#header #nav {
	position: absolute;
	left: 583px;	top: 107px;		
	margin: 0; padding: 0;			
	overflow: hidden;	
	height: 60px;
	width: 400px;	
}
#header #nav ul {
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 39px; 
	bottom: 7px!important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header #nav li {
   display:inline;
   margin:0; padding:0;
}
#header #nav a {
   float:left;
   background: url(images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header #nav a span {
   float:left;
   display:block;
   background: url(images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header #nav a span {float:none;}
/* End IE5-Mac hack */
#header #nav a:hover span {
	color:#FFF;
}
#header #nav a:hover {
   background-position:0% -42px;
}
#header #nav a:hover span {
   background-position:100% -42px;
}
#header #nav #bluemenu a {
   background-position:0% -42px;
	color: #FFF;
}
#header #nav #bluemenu a span {
   background-position:100% -42px;
	color: #FFF;
}
/* Content */
#content-wrap {
	clear: both;	
	width: 960px;
	margin: 0 auto;	padding: 0;			
}
#content {
	float: left;
	text-align:justify;
	width: 960px;
	padding-bottom: 40px;
	background-color: #fff;
	display: inline;	
}
#bgtop {
	height: 20px;
	background:url(images/content-bg.gif) no-repeat;	
}
/* Main */
#main {
	width: 680px;
	float: right;	

}
#main .block {
	float: left;	
	width: 230px;
	margin-top: 10px;
	padding-bottom: 15px;	
	display: inline;	
}
#main .block h4 {
	margin: 0 5px 10px 5px;	
	font-family: Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
	font-size: 1.5em;
	font-weight: bold;
	line-height: 110%;
	color: #2788c9;
}
#main .block .blk-content { width: 95%; }
#main .block .blk-content p {	margin: 5px; }

#main .odd { width: 425px; margin-left: 10px; }
#main .even { width: 230px; margin-left: 10px; }

/* sidebar */
#sidebar {
	float: left;
	width: 270px;	
	padding-left: 10px;	
}
#sidebar h2 {
	font-family: Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
	margin:20px 10px  5px 10px;
	border-bottom: 2px solid #ffc600;	
	font-size: 1.3em;	
	font-weight: bold;
	line-height: 125%;
	color: #2788c9;
}
/* sidemenu */
.sidemenu ul {
	margin: 10px 8px 8px 8px; padding: 0;
	border-top: 1px solid #29201c; 
	text-align: left;
}
.sidemenu ul li {
	list-style: none;
	margin: 0;	padding: 8px 5px 8px 19px;
	border-bottom: 1px dotted #fff;
	border-left: 7px solid gold;
	font-size: 14px;
	line-height: 20px;	
	text-transform: uppercase;	
	background: #4166b6;
}
.sidemenu ul li a:link, 
.sidemenu ul li a:visited {
	text-decoration:none;
	padding-left: 0;	
	font-weight: bold;		
	color: #fff;
}
.sidemenu ul li a:hover { color: gold;	border: none; }
.sidemenu ul ul { margin: 0 0 0 5px; padding: 0; border: none; }
.sidemenu ul ul li { border: none; }

/* events menu */

ul.eventsmenu {
	text-align: left;
	margin: 10px 15px 8px 10px; padding: 0;
	text-decoration: none;		
}
ul.eventsmenu li {
	list-style: none;
	background: url(images/dots.gif) repeat-x left bottom;
	padding: 7px 10px;
	margin: 0;	
		
}
* html body ul.eventsmenu li {
	height: 1%;
}
ul.eventsmenu li a {
	font-weight:bold;
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #666666;		
}
ul.eventsmenu li span {
	color: #000;	
	font-family: Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
}
ul.eventsmenu li a:hover {	
	color: #000;	
	background: none;
	border: none;
}
ul.eventsmenu ul { margin: 0 0 0 5px; padding: 0; }
ul.eventsmenu ul li { background: none; }

/* start - table */
.container table {
	border-collapse: collapse;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 5px 10px;		
}
.containeractive
	{
	font: 12px Arial, Helvetica, sans-serif;
	color: #0066CC;
	}
.containername
	{
	font: 12px Arial, Helvetica, sans-serif;
	color: #0066CC;
	font-weight:bold;
	}
.containerdate
	{
	font: 12px Arial, Helvetica, sans-serif;
	color: #006600;
	}
.container tr { background: #FFF; }
.container tr.altrow { background: #f1f1f1;	}
.container th, td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}
.container th {
	color: #555;
	background: #dcf6ff; 
	padding: .5em 1em;	
  	border-color: #D8EBF5 #D8EBF5 #B9DBEE #D8EBF5;	
}
.container td {
	border-color: #EFEFEF;	
	padding: .5em 1em;	
}	
/* end - table */

#banner {
	clear: both;
	float: left;
	width: 650px;		
}
#banner-wrap {
	float: left;
	width: 670px;
	margin: 10px 0 20px 0;	
	display: inline;
}
#banner-wrap .col-a {
	width: 220px;
	float: left;
}

/* footer */
#footer {
	float: left;
	width: 100%;
	text-align: center;
}
#footer-outer {
	clear: both;
	width: 960px;		
	margin: 0 auto;
	font-size: 13px;		
	text-align: left	
}
#footer-wrap {
	float: left;
	width: 960px;
	margin-left: 10px;	
	display: inline;
}

/* footer-list */
#footer-outer .footer-list ul {
	list-style: none;
	margin-left: 20px;	
	padding: 0;	
}
#footer-outer .footer-list ul li { border-bottom: 1px solid #29201c; }
#footer-outer .footer-list ul li a {
	display: block;
	width: 98%;
	margin-left: 0;
	padding: 5px 0;
	border: none;
	line-height: 2em; 	
	color: #666; 		
}

/* footer-bottom */
#footer-bottom {
	color: #666;	
	background-color: #fff; 
	float: left;	
	width: 100%;
	margin: 0 auto 15px auto;	

}
#footer-bottom .bottom-left {	float: left; }		
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;	
}
#footer-bottom a.back-to-top {
	background: url(images/arrow-up.gif) no-repeat right center;
	padding-right: 20px;
}

/* alignment classes & additional classes*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }

/* clearing */
.fix { 
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden; 
}
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: " "; 
}

#poster{
	margin:0 0 20px 20px;
	padding:0;
}

#poster-content{
	margin:0 0 0 20px;
	padding:0;
	width:640px;
	height:auto;
}

#poster-content h3{
	text-decoration:underline;
	text-align:center;
	color:#000000;
}

.entrance-fees h4{
	color:#fff;
}

.entrance-fees{
	margin:20px 0 0 120px;
	padding:5px 5px 5px 5px;
	width:390px;
	height:auto;
	background:#8dbd3f;
	text-align:right;
}

.company-details{
	margin:0 0 0 0;
	padding:0;
	width:640px;
	height:auto;
}

.company-details h4{
	color:#000000;
}

.company-details-first{
	margin:0 0 0 0;
	padding:0;
	width:320px;
	height:auto;
	float:left;
}



.holder{
	margin:0;
	padding:0;
	width:130px;
	height:auto;
	text-align:left;
	float:left;
	display:block;
}

.holder-1{
	margin:0;
	padding:0 0 0 10px;
	width:180px;
	height:auto;
	text-align:left;
	float:left;
	display:block;
}


#tournament-facesheet{
	margin:20px 0 0 0;
	padding:0;
	width:640px;
	height:auto;
}

#tournament-facesheet-holder{
	margin:0;
	padding:0;
	width:150px;
	height:auto;
	text-align:left;
	float:left;
}

#tournament-facesheet-holder1{
	margin:0;
	padding:0;
	width:400px;
	height:auto;
	text-align:left;
	float:left;
}


	

