html,body{
	background:rgb(210,210,210);
	margin-bottom:0px;
  	font-family: Century Gothic, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:1.1em;
	height:100%;
}

#page{
	margin:0px auto;
	border-right:solid 1px rgb(0,102,102);
	border-left:solid 1px rgb(0,102,102);
	width:1024px;
	background:rgb(255,255,255);
}

#container{
	height: auto !important;
	height: 100%;
}

#header{
	background:url(../../template/images/site_images/header-miami.jpg) no-repeat;
	height:162px;
	width:1024px;
}

#scoreboard{
	background:rgb(255,102,51);
	height:30px;
	width:1024px;
	text-align:center;
}

#scoreboard ul{
	list-style:none;
	margin-left:10px;
}

#scoreboard li{
	display:inline;
	font-size:110%;
	font-weight:bold;
	color:rgb(0,102,102);
	margin-left:10px;
}

#scoreboard .score{
	display:inline;
	font-size:110%;
	font-weight:bold;
	color:rgb(255,255,255);
	margin-left:5px;
	margin-right:40px;
}

#nav{
	background:rgb(0,102,102);
	height:25px;
	width:1024px;
	text-align:center;
	vertical-align:middle;
}

#nav ul{
	list-style:none;
}

#nav li{
	display:inline;
	font-size:80%;
	font-weight:bold;
	color:rgb(255,102,51);
}

a:link{
	display:inline;
	font-size:90%;
	font-weight:bold;
	color:rgb(255,255,255);
	text-decoration:none;
}

#nav li a:link{
	display:inline;
	font-size:90%;
	font-weight:bold;
	color:rgb(255,255,255);
	text-decoration:none;
}

#nav li a:hover{
	display:inline;
	font-size:90%;
	font-weight:bold;
	color:rgb(255,102,51);
}

#nav li a:visited{
	display:inline;
	font-size:90%;
	font-weight:bold;
	color:rgb(255,255,255);
	text-decoration:none;
}

#nav li a:active{
	display:inline;
	font-size:90%;
	font-weight:bold;
	color:rgb(255,102,51);
}

.pipe{
	margin:0px 10px 0px 10px;
}

#left{
	width:240px;
	float:left;
}

.image-box{
	text-align:center;
	margin-top:10px;
}

.static-box{
	text-align:center;
	padding-top:10px;
}

.static-box-header{
	width:210px;
	background:rgb(0,102,102);
	border:solid 1px rgb(0,102,102);
	height:20px;
	font-weight:bold;
	font-size:110%;
	color:rgb(255,255,255);
	margin:0px auto;
	padding-bottom:5px;
}

.static-box-body{
	width:210px;
	background:rgb(255,255,255);
	border:solid 1px rgb(0,102,102);
	min-height:100px;
	color:rgb(255,102,51);
	margin:0px auto;
}

.static-box p{
	text-align:left;
	font-size:60%;
	color:rgb(255,102,51);
	margin:10px 5px 0px 10px;
	font-weight:bold;
}


.partner-images{
	margin:5px 0px 5px 0px;
}

#center{
	width:544px;
	float:left;
	/*background:rgb(210,210,210);*/
}

#center h3{
	font-size:100%;
	text-align:center;
	padding:0px 3px 10px 3px;
	color:rgb(255,102,51);
}

#center p{
	font-size:70%;
	padding:0px 3px 10px 3px;
	color:rgb(0,102,102);
}

#center .page-title{
	text-align:center;
	padding-top:5px;
	font-size:100%;
	text-align:left;
	color:rgb(255,102,51);
	font-weight:bold;
}

#center .caption{
	font-weight:bold;
	font-size:70%;
	padding:0px 3px 10px 3px;
	color:rgb(255,102,51);
	text-align:center;
}

#center ul{
	text-align:left;
	list-style:disc;
	margin-left:10px;
}

#center li{
	font-size:70%;
	color:rgb(255,102,51);
}

#center a:link{
	font-size:90%;
	font-weight:bold;
	color:rgb(255,102,51);
	text-decoration:none;
}

#center a:hover{
	font-size:90%;
	font-weight:bold;
	color:rgb(0,102,102);
	text-decoration:none;
}

#center a:visited{
	font-size:90%;
	font-weight:bold;
	color:rgb(255,102,51);
	text-decoration:none;
}


#membership ul{
	text-align:left;
	list-style:disc;
	margin-left:30px;
}

#membership li{
	font-size:70%;
	color:rgb(255,102,51);
}

#right{
	width:240px;
	float:left;
}



#footer{
	/*background:url(/images/footer.png) no-repeat;*/
	background:rgb(255,102,51);
	border-top:solid 8px rgb(255,102,51);
	height:178px;
	width:1024px;
}

.clear{
    clear:both;
    width:100%;
    line-height:0px;
    height:0px;
    display:block;
}


#navlist li
{
display: inline;
list-style-type: none;
width:59px;
text-align:left;
/*padding-right: 20px;*/
margin-left:2px;
}

.login-form-text
{
	float:left;
	text-align:right;
	margin:5px 0 0 3px;
	width:64px;
	font-size:60%;
}

.login-button
{
	float:right;
	margin:10px 10px 0 0;
	font-size:60%;
}
