*
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	}

html, body
	{
	width: 100%;
	height: 100%;
	}

html
	{
	overflow-x: auto;
	overflow-y: scroll;
	}

body
	{
	font: 13px 'Trebuchet MS', Helvetica, Arial, Sans-Serif;
	line-height: 16px;
	color: #cc0000;
	background: #f9efd9 url('/img/bg-body.png') repeat scroll left top;
	}

a, a:visited
	{
	text-decoration: underline;
	color: #cc0000;
	}

a:active, a:hover
	{
	text-decoration: underline;
	color: #000000;
	}

div#bgWrapper
	{
	width: 100%;
	min-height: 100%;
   	position: relative;
	background: transparent url('/img/bg-wrapper.png') repeat-y center top;
	}

div#mainWrapper
	{
	width: 932px;
	min-height: 450px;
	margin: 0 auto;
	padding: 160px 0 110px 1px;
	}

	div.homeBG
		{
		background: transparent url('/img/bg-home.jpg') no-repeat right -10px;
		}
	div.aboutBG
		{
		background: transparent url('/img/bg-home.jpg') no-repeat right -10px;
		}

	div.entryBG
		{
		background: transparent url('/img/bg-home.jpg') no-repeat right 50px;
		min-height: 600px !important;
		}

div.sectionWrapper
	{
	width: 932px;
	margin: 0 auto;
	}

div.clearBoth
	{
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	}

#like_facebook{
	float: left;
    height: 26px;
    background-color: transparent;
    background-image: url('/img/facebook-states.png');
    background-repeat: no-repeat;
    cursor: pointer;
    width: 239px;
			margin: 15px 0 0 0;
			background-position: 0px 0px;
}
#like_facebook:hover{
	background-position: 0px -26px;
}
.spriteButton
    {
    float: left;
    height: 26px;
    background-color: transparent;
    background-image: url('/img/sprite-buttons.png');
    background-repeat: no-repeat;
    cursor: pointer;
    }

		div#buttonMoreAbout
			{
			width: 203px;
			margin: 15px 0 0 0;
			background-position: -152px 0px;
			}
			
			div#buttonMoreAbout:hover { background-position: -152px -26px; }
		div#buttonEnter
			{
			width: 112px;
			margin: 15px 0 0 0;
			background-position: -357px 0;
			}
			
			div#buttonEnter:hover { background-position: -357px -26px; }

		div#buttonReadMore
			{
			width: 110px;
			background-position: -468px 0px;
			margin-top: 0px;
			}
			
			div#buttonReadMore:hover { background-position: -468px -26px; }

		#buttonEnterClick
			{
			float: none;
			width: 152px;
			margin: 10px 0 0 -2px;
			background-position: 0px 0px;
			}
			
			#buttonEnterClick:hover { background-position: 0px -26px; }

		div#buttonSubmit
			{
			float: none;
			width: 85px;
			margin: 10px 0 0 -2px;
			background-position: -578px 0px;
			}
			
			div#buttonSubmit:hover { background-position: -578px -26px; }
			
			#contentHome #buttonReadMore.spriteExtra {
	margin-top: 16px;
}


h1
	{
	position: relative;
  	overflow: hidden;
	}

h1 span
	{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	}

/* ### HEADER ################################################################################################## */
div#sectionHeader
	{
	width: 100%;
	height: 130px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent url('/img/bg-header.png') no-repeat scroll top center;
	}

img#headerLogo
	{
	float: left;
	position: relative;
	margin: 7px 0 0 0;
	z-index: 3;
	}

div#mainMenu
	{
	float: left;
	height: 40px;
	margin: 55px 0 0 55px;
	}

div#mainMenu div.menuItem
    {
    float: left;
    height: 40px;
    background-color: transparent;
    background-image: url('/img/sprite-mainmenu.png');
    background-repeat: no-repeat;
    }

		div#mainMenu div#menuAbout
			{
			width: 137px;
			background-position: 0px 0px;
			}
			
			div#mainMenu div#menuAbout:hover { background-position: 0px -40px; }

		div#mainMenu div#menuNews
			{
			width: 45px;
			background-position: -137px 0px;
			}
			
			div#mainMenu div#menuNews:hover { background-position: -137px -40px; }

		div#mainMenu div#menuWorld
			{
			width: 160px;
			background-position: -183px 0px;
			}
			
			div#mainMenu div#menuWorld:hover { background-position: -183px -40px; }

		div#mainMenu div#menuCompetitions
			{
			width: 107px;
			background-position: -344px 0px;
			}
			
			div#mainMenu div#menuCompetitions:hover { background-position: -344px -40px; }

		div#mainMenu div#menuContact
			{
			width: 92px;
			background-position: -451px 0px;
			}
			
			div#mainMenu div#menuContact:hover { background-position: -451px -40px; }

div#mainMenu img.menuBullet
	{
    float: left;
	margin: 18px 1px 0 2px;
	}

div#socialMedia
    {
    float: right;
    margin: 31px 0 0;
    vertical-align: top;
    width: 174px;
    }
#fbHolder{
	margin-bottom:8px;
}
#twitterHolder #user-follow{
	color:white;
}

/* ### ENTRY ################################################################################################### */
div#contentEntry
	{
	}

h1#headerEntry
	{
  	width: 320px;
  	height: 137px;
	margin: 0 0 0 -5px;
	}

		h1#headerEntry span { background: transparent url('/img/header-entry.png') no-repeat left top; }
	
div#contentEntry p
	{
	width: 120px;
	margin: 30px 0 10px 0;
	}
	
div#contentEntry select
	{
	width: 56px;
	background-color: #ff9900;
	color: white;
	}
	
div#contentEntry select.short
	{
	width: 42px;
	}
	
/* ### HOME #################################################################################################### */
div#contentHome
	{
	padding: 119px 0 0 0;
	}
	
div#contentHome p
	{
	width: 360px;
	}

h1#headerWelcome
	{
  	width: 337px;
  	height: 75px;
	margin: 0 0 15px 0;
	}

		h1#headerWelcome span { background: transparent url('/img/header-home.png') no-repeat left top; }

div#contentHome ul
	{
	clear: both;
	width: 100%;
	padding: 60px 0 0 0;
	list-style: none;
	}

		div#contentHome ul li
			{
			float: left;
			width: 290px;
			height: 270px;
			margin: 0 0 30px 0;
			border-right: 1px solid #e9e9b7;
			}

		div#contentHome ul li.firstItem
			{
			width: 307px;
			}

		div#contentHome ul li.midItem
			{
			width: 306px;
			padding: 0 0 0 10px;
			}
		
		div#contentHome ul li.lastItem
			{
			border: none;
			padding: 0 0 0 10px;
			}

		div#contentHome ul li p
			{
			width: 296px;
			margin: 16px 0 15px 0;
			}

img#previewNews			{ margin: -23px 0 0 -16px; }
img#previewWorld		{ margin: -23px 0 0 -16px; }
img#previewCompetitions { margin: -23px 0 0 0px; }
		
/* ### ABOUT ################################################################################################### */
div#contentAbout
	{
	}
.footernote{
	
	float: left;
    font-size: 12px;
    margin-top: 100px;
    text-align: right;
}
.footerlogo
{
	float:left;
}
h1#headerAbout
	{
	float: left;
  	width: 333px;
  	height: 112px;
	margin: -8px 0 0 -11px;
	}

		h1#headerAbout span { background: transparent url('/img/header-about.png') no-repeat left top; }

img#heroImageAbout
	{
	float: right;
	position: relative;
	margin: -104px -10px 0 0;
	z-index: 2;
	}

p.textOverview
	{
	float: left;
	width: 360px;
	margin: 20px 0 0 190px;
	font-size: 17px;
	line-height: 20px;
	}
#contentAbout p.textOverview
{
	font-size:13px;
	line-height: normal;
}

div#textContent
	{
	float:left;
	width: 610px;
	margin: 339px 0 20px -138px;
	}

div#textContent p
	{
	padding: 20px 0 30px 0;
	}

/* ### NEWS ################################################################################################### */
div#contentNews
	{
	}

h1#headerNews
	{
	float: left;
  	width: 215px;
  	height: 140px;
	margin: -6px 0 0 -26px;
	}

		h1#headerNews span { background: transparent url('/img/header-news.png') no-repeat left top; }

img#heroImageNews
	{
	float: left;
	position: relative;
	margin: 0 10px 0 -10px;
	z-index: 2;
	}

div#contentNews h3,
div#contentNews h2{
	font-family: Trajan Pro, Georgia, Times, “Times New Roman”, serif;
	text-transform: uppercase;
	font-weight:bold;
}
div#contentNews h2
	{
	font-size: 20px;
	line-height: 23px;
	font-weight: normal;
	padding: 5px 0 10px 0;
	}

div#contentNews p
	{
	margin: 0 0 10px 0;
	}

div#contentNews div.postHolder
	{
	clear: both;
	border-top: 1px solid #c4993e;
	margin: 16px 0 85px 180px;
	padding: 16px 0;
	}

div#contentNews div.postHolder img
	{
	float: left;
	margin: 0 10px 0 0;
	}

div#contentNews div.postHolder img.rightSide
	{
	margin-left: 13px;
	}
	
div#contentNews div.postHolder div.postPreview
	{
	float: left;
	width: 165px;
	}

div#contentNews div.postHolder h3
	{
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	padding: 5px 0 10px 0;
	}

div#contentNews div.postHolder a
	{
	clear: both;
	}

div#contentNews div#postPagination
	{
	width: 190px;
	border-top: 1px solid #c4993e;
	margin: 16px 0 0 181px;
	padding: 16px 0;
	}

/* ### WORLD ################################################################################################### */
div#contentWorld
	{
	}

h1#headerWorld
	{
	float: left;
  	width: 204px;
  	height: 134px;
	margin: -9px 0 0 -19px;
	}

		h1#headerWorld span { background: transparent url('/img/header-world.png') no-repeat left top; }
	
.worldLeft{
	float:left;
	width:380px;
}
.worldRight{
	float:left;
	width:200px;
}
div#contentWorld img.panelWorld1
	{
	margin: 0px 0 10px 0px;
	
	}
	
div#contentWorld img.panelWorld2
	{
	margin: 0px 0px 10px 0px;
	}
	
div#contentWorld img.panelWorld3,
div#contentWorld img.panelWorld5
	{
	margin: 0px 0 10px 0px;
	}
	
div#contentWorld img.panelWorld4
	{
	margin: 0px 0px 10px 0px;
	}


		
#fbBoxHolder{
	position:relative;
	z-index: 2;
	height:487px;
}
/* ### TWITTER WIDGET ############################################################################################ */

#twitterBoxHolder{
	border: 1px solid #E9E9E9;
    height: 487px;
    margin-bottom: 10px;
    width: 370px;
}

#twitter_t {
	height: 44px;
	background:#ffffff;
	padding:7px 7px 6px 7px;
}
#twitter_m {
	font-size: 11px;
    height: 423px;
    padding: 0 3px;
}
#twitter_container {
	height: 100%;
    margin-top: 7px;
    overflow-y: auto;
}
#twitter_update_list {
	padding: 0;
	overflow: hidden;
	color: #31353d;
	border-top: 1px solid #D8DFEA;
}
#twitter_update_list li {
	list-style: none;
	padding:7px;
	border-bottom: dotted 1px #ccc;
}
#twitter_update_list li a {
	text-decoration: none;
}
#twitter_update_list li a:hover {
color: #31353d;
}
#twitter_title_name{
	 font-size: 14px;
    font-weight: bold;
    line-height: 15px;
}
#twitter_title a{
	text-decoration:none;
	font-size: 11px;
}
#twitter_title{
	margin-left:5px;
	 font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	}
#twitter_title,
#twitter_icon{
	float:left;
	}
#twitter_box_follow{
	margin-top:9px;
}


/* ### COMPETITIONS ############################################################################################ */
div#contentComp
	{
	}

h1#headerComp
	{
	float: left;
  	width: 210px;
  	height: 185px;
	margin: -27px 0 0 -29px;
	}

		h1#headerComp span { background: transparent url('/img/header-competitions.png') no-repeat left top; }

img#panelComp
	{
	float: left;
	position: relative;
	z-index: 2;
	}


div#formComp
	{
	float: left;
	width: 360px;
	margin: 0 0 100px 0;
	}
div#formComp p{
	margin: 0 0 10px 0;
	}
div#newsEntry
	{
	float: left;
	width: 735px;
	margin: 0 0 100px 0;
	}
div#newsEntry p{
	width:610px;
	margin: 0 0 10px 0;
	}
#newsEntryImage{
	float:right;
	margin: 0 0 10px 10px;
}
div#contentComp h2
	{
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	padding: 5px 0 15px 0;
	}

div#formComp label
	{
	color: #ff9900;
	font-weight: bold;
	}
	
div#formComp span
	{
	display: block;
	margin: 3px 0 10px 0;
	padding: 6px;
	border: 1px solid #d1d1d1;
	}
	
div#formComp span input, div#formComp span textarea
	{
	width: 96%;
	padding: 2%;
	background-color: #faf1dd;
	}

/* ### CONTACT ################################################################################################# */
div#contentContact
	{
	}

h1#headerContact
	{
	float: left;
  	width: 303px;
  	height: 185px;
	margin: -10px 0 0 -12px;
	}

		h1#headerContact span { background: transparent url('/img/header-contact.png') no-repeat left top; }

img#panelContact
	{
	float: left;
	position: relative;
	margin: 0 10px 0 -110px;
	z-index: 2;
	padding: 6px;
	border: 1px solid #e6e6e6;
	background-color: white;
	}
	
img#panelContactEx
	{
	float: left;
	position: relative;
	margin: 0 10px 0 -110px;
	z-index: 2;
	}

div#formContact
	{
	float: left;
	width: 359px;
	margin: 0 0 100px 0;
	}

div#formContact h2
	{
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	padding: 5px 0 15px 0;
	}

div#formContact p
	{
	padding: 0 0 15px 0;
	}

div#formContact label
	{
	color: #ff9900;
	font-weight: bold;
	}
	
div#formContact span
	{
	display: block;
	margin: 3px 0 10px 0;
	padding: 6px;
	border: 1px solid #d1d1d1;
	}
	
div#formContact span input, div#formContact span textarea
	{
	width: 96%;
	padding: 2%;
	background-color: #faf1dd;
	}

/* ### T & C ################################################################################################### */
div#contentTerms
	{
	}

h1#headerTerms
	{
	float: left;
  	width: 175px;
  	height: 92px;
	margin: 0 0 0 -13px;
	}

		h1#headerTerms span { background: transparent url('/img/header-terms.png') no-repeat left top; }
	
.legalOverview
	{
	float: left;
	width: 360px;
	margin: 0 0 0 28px;
	}
.legalOverview p{
	padding: 0 0 18px;
	}
div#legalContent
	{
	float: right;
	width: 360px;
	margin: 0 0 20px 0;
	}

#legalContent p
	{
	padding: 0 0 18px 0;
	}
	
/* ### PRIVACY ################################################################################################# */
div#contentPrivacy
	{
	}

h1#headerPrivacy
	{
	float: left;
  	width: 172px;
  	height: 95px;
	margin: -3px 0 0 -11px;
	}

		h1#headerPrivacy span { background: transparent url('/img/header-privacy.png') no-repeat left top; }
	
/* ### FOOTER ################################################################################################## */
div#sectionFooter
	{
	clear: both;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 60px;
	font-size: 11px;
	text-transform: uppercase;
	padding: 50px 0 0 0;
	background: transparent url('/img/bg-footer.png') no-repeat center bottom;
	}

div#footerLinks
	{
	float: left;
	color: white;
	}

		div#footerLinks a, div#footerLinks a:visited
			{
			color: white;
			text-decoration: none;
			}

div#footerLegal
	{
	float: right;
	color: #ffffcc;
	}

		div#footerLegal a, div#footerLegal a:visited
			{
			color: #ffffcc;
			text-decoration: none;
			}

		div#footerLinks a:active, div#footerLinks a:hover, div#footerLegal a:active, div#footerLegal a:hover
			{
			text-decoration: underline;
			}
