/* Ford Collection WEAR FORD, SUPPORT KIDS styles */

	body {
		background-color: #182132;
		background-image: url(../images/background.gif);
		background-position: top center;
		background-repeat: no-repeat;
		color: #757575;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin: 0px;
		padding: 0px;
	}
	
	div, form, img, a {
		margin: 0px;
		padding: 0px;
	}
	
/* id */
	
	#outterSiteWrapper {
		margin: 0px auto 0px auto;
		padding: 0px;
		width: 594px;
	}
	
/* class */
	
	a {
		color: #224776;
	}
	
	a:link,
	a:active,
	a:visited {
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	.bold {
		font-weight: bold;
	}
	
	.center {
		text-align: center;
	}
	
	.cleardiv {
		clear: both;
		margin: 0px;
		padding: 0px;
		font-size: 0px;
	}