@charset "utf-8";
/*CSS document for main design areas of SP motorcycles site*/

 #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-left: auto;
	margin-right:auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 2px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*border-left: medium solid #ccc;
	border-right: medium solid #ccc;*/
}

	
	
 #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #FFFFFF;*/
	margin:0;
	min-height:520px;
	
}



.float-right{float:right;}
.float-left{float:left;}


#mainContent h1 {
	color:#FF0;
	font-size: 18px;
}

.textfieldRequiredMsg{color:#fff;}
