
	body {
		background-color: #fff0cc;
		text-align: center;					
	}

	body, input, select, textarea,option,td {
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size:14px; 
		color: #330000;
	}
	
	#container {
		margin: 0 auto;
		width: 1150px;
		text-align: left;
		border-color: #af1e2d; 
		border-width: 1px; 
		border-style:solid;
	}				

	#bodycontent {
		background-color: #FFFFFF;	
		min-height:500px;
		width:1130px;
		padding: 10px;
		text-align:left;
		overflow:auto;
	}
	/* for Internet Explorer 6 */
	/*\*/
	* html #bodycontent {
		height:800px;
		width:1150px;
		overflow:visible;
	}

	#header {
		background-color:#FFFFFF;
		border-bottom:2px #af1e2d solid;	
		color:#fff0cc;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:36px;
		font-weight:normal;
		text-align:center;
		margin:0;
		padding:0;
		padding-left:15px;
		width: 1135;
		background-image: url(http://www.greensboropacesetters.com/subsite/register/images/PacesettersBanner.jpg);
		background-repeat: no-repeat;
		background-position: left;
		height: 100px;
	}
	
	/* for Internet Explorer 6 */
	/*\*/
	* html #header {
	width:1150px;
	}

	#wrapper
	{	}
	
	input 
	{
		border: 2px solid #ccc;
	}
	
	input:focus {
		border: 2px solid #000;
	} 
	
	a:focus, input:focus 
	{ 
		-moz-outline-style: none; 
	}
	input[type="text"]:focus { 
		background-color: #FFFFDD; 
	}
	textarea:focus { 
		background-color: #FFFFDD; 
	}
	form input, form textarea, form select {
		/* 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:5px 0 0 10px; /* set margin on left of form elements rather than right of
	                              label aligns textarea better in IE */
	}
	
	form input#reset {
		margin-left:0px; /* set margin-left back to zero on reset button (set above) */
	}

	.logolabel{
		font-family: Verdana,sans-serif;
		font-size: 14px;
		color:#6D929B ;
		text-align: right;
		position: relative;
		bottom: 30px;
	}
	img {
		border: 0;
	}