sty* {
	padding:0px;
	margin:0px;
}

body {
	background-color: #ffffff;
	background-image:url(/images/bg-body-black-stripe.gif);
	font-family:Arial;
	text-align:center;
}

#wrapper {
	width:864px;
	border:1px solid #dddddd;
	background-color:#ffffff;
	padding:12px 12px 30px 12px;
	text-align:left;
	margin:15px auto;
}

#mainImage {
	background-image:url(/images/mini-cooper-lou-3r.jpg);
	width:864px;
	height:428px;
}

#boxOuter {
	border:1px solid #dddddd;
	background-image:url(/images/bg-box.gif);
	background-repeat:repeat-x;
	margin-bottom:8px;
}

#boxInner {
 border:1px solid #eeeeee;
 background-color:#ffffff; 
 padding:8px;
 margin:8px;
}

h1 {
	font-size:22px;
	color:#000000;
 	margin-bottom:10px;
}

h2 {
	font-size:16px;
 	margin-bottom:10px;
}

h3 {
	font-size:14px;
}

p {
	font-size:12px;
	margin-bottom:10px;
	line-height:18px;
}

td {
	font-size:12px;
}

ul {
	margin-bottom:10px;
}

li {
	list-style: none;
  	background-image: url(/images/bullet-red-small.gif);
  	background-position: 0 4;
  	background-repeat: no-repeat;
  	padding-left: 15px;  /* space for the image */
	font-size:12px;
	line-height:20px;
	}
	li a {
		color:#000000;
		text-decoration:none;
	}
	li a:hover {
		color:#cc0000;
		text-decoration:underline;
	}

a {
	color:#cc0000;
}

img {
	border:none;
}

.entry {
	margin-bottom:50px;
}

.postmetadata {
	font-size: 10px;
	color: #666666;
}

.postmetadata a {
	color: #666666;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

.topNav {
	margin-bottom:8px;
	}
	.topNav td {
		background-color:#000000;
		color:#ffffff; 
		font-weight:bold;
		padding:5px;
		border-right:1px solid #222222;
		text-align:center;
	}
	.topNav td a {
		color:#ffffff;
		text-decoration:none;
	}

.inputSP {
	width:190px;
	height:28px;
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
	background-image:url(/images/shadow.gif);
	border:3px solid #ffffff;
	padding-top:1px;
}
