
/* RESETS COMMON DEFAULTS TO AID CONSISTENCY */
/* THANKS TO ERIC MEYERS - meyerweb.com */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size:90%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET ***********************************************************************/
body {
background-color:#FFEFCE;
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:80%;
margin-bottom:10px;
}
.clearfloats {
clear:both;
}
.wrapper {
position:relative;
width:758px;
margin:10px auto;
background-color:#292121;
padding-bottom:10px;

}
.header {
position:relative;
height:137px;
background-image:url(../images/header.gif);
background-repeat:no-repeat;
}
.navigation {
position:absolute;
bottom:0;
right:0;
width:100%;
height:22px;
}

.navigation ul {
width:628px;
float:right;
margin:0;
padding:0;
list-style-type:none;
}

.navigation ul li {
display:inline;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:90%;

}
#home { width:49px;}
#tour { width:116px;}
#tournament{ width:90px;}
#enter { width:88px;}
#press { width:115px;}
#join{ width:90px;}
#contact{ width:72px;}


.navigation ul li a {
display:block;
width:100%;
text-decoration:none;
text-align:center;
color:#000000;
padding:4px 1px 5px 1px;
font-weight:bold;
border-left:1px solid #283126;
}
.navigation ul li a:hover {
background-image:url(../images/hover.gif);
background-repeat:repeat-x;
padding:6px 1px 5px 1px;
color:#ffffff
}
.splash {
height:233px;
background-image:url(../images/splash.gif);
background-repeat:no-repeat;
margin-top:-1px;

}


.content {
padding:10px;
}

.left {
width:442px;
float:left;
margin-right:10px;
}

.contentBox {
background-color:#080808;
margin-bottom:15px;
padding:0;

}
.contentBox img {
float:right;
margin:5px 10px 5px 5px;
border:1px solid #F5BD46;
}
.contentBox p {
line-height:17px;
margin-left:10px;
padding:0 0 10px 0;
}
.contentBox h2  {
padding:10px 0 0 10px;
margin-bottom:10px;
background-image:url(../images/h2.gif);
background-repeat:no-repeat;
height:35px;
color:#000000;
font-size:16px;
}


#right-content {
float:right;
_float:left;
width:280px;
padding:0;
}

.right-contentBox {
background-color:#080808;
margin-bottom:15px;
padding:0;
}
.right-contentBox p {
width:260px;
margin-right:auto;
margin-left:auto;
line-height:17px;
padding:0 0 10px 0;
}
.right-contentBox h2 {
padding:10px 0 0 10px;
background-image:url(../images/righth2.gif);
margin-bottom:10px;
background-repeat:no-repeat;
height:35px;
color:#000000;
font-size:16px;
}
.bottom {
position:relative;
width:738px;
height:200px;
margin:0 auto 10px auto;

}
.partners {
position:absolute;
left:0;
bottom:0;
width:445px;
height:190px;
_height:195px;
margin:0 10px 0 0;
border:1px solid #F5BD46;
}
.contact-form {
position:absolute;
bottom:0;
right:0;
width:279px;
border:1px solid #F5BD46;
}
.contact-form h2 {
font-size:18px;
font-weight:normal;
text-align:center;
padding-top:5px;
margin-bottom:10px;
}
.contact-form p {
width:259px;
margin: 5px auto;
line-height:17px;
}
#name, #email {
width:255px;
border:2px solid #f5bd46;
padding:3px;
}
#submit {
text-align:right;
}

