@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0;}
body {background-color:#000; padding:15px; color:#f1edec; text-align:center; font-size:.9em; font-family:Tahoma, Arial, Helvetica, sans-serif;}

h1 {margin:0 auto;}

.modelsteps {
	text-align:left;
	width:450px;
	height:130px;
	margin:15px;
	padding:5px 15px 30px 200px;
	border-bottom:1px solid #222;
	}
	
#one {background:url(images/model-01.jpg) top left no-repeat;}
#two {background:url(images/model-02.jpg) top left no-repeat;}
#thr {background:url(images/model-03.jpg) top left no-repeat;}
#fou {background:url(images/model-04.jpg) top left no-repeat; border:none;}
	
.modelines {
	font-size:.85em;
	}

strong {font-weight:normal; color:#52af00; font-size:1.5em; font-family:Arial, Helvetica, sans-serif;}
