/*Global Settings*/
	* {margin: 0; padding: 0; font-size:12px}
	
body 
{
	font-family: Arial, Helvetica, sans-serif; 
	color:#ffffff;
	margin:0px; 
	padding:0px;
	text-align:center;
	background-color:#000;
	background:  url(../images/page-bg.gif); 
}
 .header
{
	background:  url(../images/COBMatch_header.jpg) no-repeat; 
	width:796px;
	height:115px;

	text-align:center;
	
}

.nav
{
	font-weight:bold;
	color:#ffffff;
	margin-left:512px;
	padding-top:88px;
	height:30px;
	z-index:1000;
	position:relative;	
	font-size:88%;
}

.nav a 
{
	color:#fff;
	text-decoration:none;
}

.nav a:hover 
{
	color:#ffcc00;
	text-decoration:none;
}

.nav  .over
{
	color:#fff;
	text-decoration:none;

}
.nav  .on
{
	color:#ffcc00;
	text-decoration:none;

}
#body-container
{
	width:796px;
	margin:0px auto;
	text-align:left;
	border: 1px solid #545453;
	background-color:#2a2a2a;

}

#content-container
{
	background:  url(../images/tb-bg.gif) repeat-x;
	margin:-15px 0px;	
}

#homecontent-container
{
	background:  url(../images/tb-bg.gif) repeat-x;
	margin:0px 0px;
	
	
}


#body-container .headline
{
	background-color:#000;
	width:781px;
	display:block;
	margin-top:-4px;
	padding: 10px 0px 0px 15px;
	height:25px;
	text-align:center;
	border-top: 1px solid #545453;
}

#home-content
{
    width:790px;
	padding: 15px 15px;
		
}

#home-content p
{
	margin-left:15px;
	padding:10px;
}


#secondary-content
{
	clear:both;
	padding:15px 0px;
	margin: 15px 40px;	
}

#secondary-content h2
{
	font-size:105%;
	line-height:180%;
	font-weight:normal;
	padding-bottom:20px;
}

form
{
	font-weight:bold;
  	margin: 0;
  	padding: 0;
  	width: 560px; 
}

form input {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:15px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 15px 0 0; /* set top margin same as form input - textarea etc. elements */
	color:#ffcc00;
	font-weight:bold;
}

#footer
{
	clear:both;
	padding-top:5px;
	text-align:center;
	font-size:80%;
}