/* -------------------------------------------- */
/* zero browser settings */
/* -------------------------------------------- */

body, html, div, h1, h2, h3, h4, h5, h6, p, ul, li, img, form
{
margin: 0;
padding: 0;
border:none;
}


/* -------------------------------------------- */
/* body */
/* -------------------------------------------- */

body
{
font-family: Helvetica;
text-align: left;
background-color:#ffffff;
}


/* -------------------------------------------- */
/* links */
/* -------------------------------------------- */

a:link
{
color: #666666;
text-decoration: underline;
}

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

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

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


/* -------------------------------------------- */
/* text */
/* -------------------------------------------- */

p
{
font-size: 22px;
font-weight: 100;
line-height: 1.4;
color: #666666;
}

.colour {color: #999999}

h1
{
font-size: 25px;
font-weight: 100;
color: #999999;
text-align: center;
}


/* -------------------------------------------- */
/* wrapper */
/* -------------------------------------------- */

#wrapper
{
width: 900px;
margin-top: 100px;
margin-right: auto;
margin-left: auto;
text-align: left;
background-color:#ffffff;
overflow: hidden;
}


/* -------------------------------------------- */
/* header */
/* -------------------------------------------- */

#header_box
{
float: left;
display: inline;
width: 900px;
height: 305px;
background-image: url(images/arena_header.jpg);
background-repeat: no-repeat;
margin: 0px 0px 100px 0px;
}


/* -------------------------------------------- */
/* contact */
/* -------------------------------------------- */
	
#contact_box
{
float: left;
display: inline;
padding: 205px 0px 0px 69px;
}


/* -------------------------------------------- */
/* text */
/* -------------------------------------------- */
	
#text_box
{
float: left;
display: inline;
width: 900px;
}