/*general*/
body{
	background-color:#000000;
	text-align:center;
	margin-top:0px;
	margin-left:0px;
}
/*typography*/
p{
	font-family:verdana,tahoma,san-serif;
	font-weight:lighter;
	font-size:12px;

	color:#444444;

}

a{
	text-decoration:none;
}



/*content block*/
h3{
	font-family:verdana,tahoma,san-serif;
	font-size:18px;
	color:#000d4f;
}
h4{
	font-family:verdana,tahoma,san-serif;
	font-size:14px;
	color:#444444;
	text-decoration:underline;
}
h5{
	font-family:verdana, tahoma, san-serif;
	font-size:10px;
	color:#000d4f;
}

.block{
	border-bottom:solid 1px #444444;
	min-height:110px;
}

/*layout*/
#container{
	position:absolute;
	left:50%;
	margin-left:-525px;
	width:1050px;
	height:867px;
}

#header{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-525px;
	background-image:url('images/header2.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	width:1050px;
	height:244px;
}
#bodyspacer{
	position:absolute;
	top:244px;
	left:50%;
	margin-left:-525px;
	float:left;
	width:1050px;
	height:393px;
	background-image:url('images/background.jpg');
}
#footer{
	position:absolute;
	top:637px;
	left:50%;
	margin-left:-525px;
	float:left;
	background-image:url('images/footer2.jpg');
	background-repeat:no-repeat;
	width:1050px;
	height:230px;
}
#content{
	padding:15px 15px 15px 15px;
	position:relative;
	z-index:2;
	top:-402px;
	left:284px;
	background-image:url('images/content2.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	width:600px;
	height:429px;
}

#navigation{
	padding-top:126px;
	position:relative;
	z-index:5;
	top:194px;
	left:127px;
	background-image:url('images/cup.gif');
	background-repeat:no-repeat;
	width:274px;
	height:520px;
}

/*navigation*/

#home{
	position:absolute;
	top:121px;
	right:16px;
	width:151px;
	height:31px;
	background-image:url('images/home.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
}


#home:hover{
	background-position:0px -32px;
}

#venues{
	position:absolute;
	top:152px;
	right:16px;
	width:151px;
	height:31px;
	background-image:url('images/venues.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
}


#venues:hover{
	background-position:0px -32px;
}

#retail{
	position:absolute;
	top:182px;
	right:16px;
	width:151px;
	height:31px;
	background-image:url('images/retail.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
}


#retail:hover{
	background-position:0px -32px;
}

#contact{
	position:absolute;
	top:212px;
	right:16px;
	width:151px;
	height:31px;
	background-image:url('images/contact.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
}


#contact:hover{
	background-position:0px -32px;
}

#contentbox{
	padding-right:10px;
	text-align:left;
	overflow-y:auto;
	float:right;
	width:470px;
	height:400px;
}
#disclaimer{
	margin-top:15px;
	width:510px;
	text-align:left;
	float:right;
	clear:both;
	color:#FFFFFF;
	font-family:verdana,tahoma,san-serif;
	font-size:8px;
	font-weight:lighter;
}

/* content block */
