#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 906px;
	background: url("/path/to/your/background_cols.gif") repeat;
}

#header {
	margin: 0 0 10px 0;
	background: #FFFFFF;
}

#side-a {
	float: left;
	width: 300px;
	height: 400px;
	border: 1px #000 solid;
}

#side-b {
	float: right;
	width: 300px;
	height: 400px;
	border: 1px #000 solid;
}

/*if content breaks, set width to 33% */
#content { 
	float: left;
	width: 300px;
	height: 400px;
	border: 1px #000 solid;
}

#footer {
	padding: 0px;
	clear: both;
	font-size: 18px;
}

/* http://www.neuroticweb.com/recursos/3-columns-layout/index.php */

* {
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	margin: 0;
	padding: 0;
}

#bowl {
	width: 300px;
	height: 300px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

#surface {
	width: 300px;
	height: 300px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

#oven {
	width: 300px;
	height: 300px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

h1 {
	font-size: 2.5em;
	text-align: center;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}

h3 {
	font-size: 1.5em;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #F38630;
}


/* Image options */

.grey {
    opacity : 0.2;
    filter: alpha(opacity=30); /* msie */
}

.itemsize {
	width: 70px;
	height: 84px;
	padding: 0px;
	display: inline;
}

.buttonsize {
	width: 70px;
	height: 70px;
	padding: 0px;
	display: inline;
}

.nopointer {
	cursor: not-allowed;
}

.moveable {
	cursor: move;
}

.updown {
	cursor: n-resize;
}

/* Ingredients list */

div#toplist {
	text-align: center;
	padding-top: 5px;
}

#toplist ul {
	padding: 0;
	margin: 0;
}

#toplist li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
}

/* Bowl */

#underbowl {
	text-align: center;
}

#bowlinstructions {
	text-align: left;
	padding-left: 10px;
	border: 1px #000 solid;
	background-color: #F1FFDB;
	margin-top: 5px;
}

#bowlinstructions ol {
	padding-left: 15px;
}

#bowlinstructions ol li {
}


/* Surface */

#undersurface {
	text-align: center;
}

/* Cooker */
#ovencontrols {
	padding-left: 20px;
}

#sliderwrapper {
	float: left;
	font-size: 12px;
}

#slider1 {
	width: 195px;
}

#slider2 {
	width: 195px;
}

#cookset {
	float: right;
	padding: 10px 15px 10px 10px;
}

#amount1 {
	border:0; 
	color:#FA6900; 
	font-weight:bold;
}

#amount2 {
	border:0; 
	color:#FA6900; 
	font-weight:bold;
}

/* Step 2 Drag */
#step2offset {
	margin-top: 138px;
}

/* Step 3 Knead */
#knead {
	padding: 0;
	height: 200px;
}

#kneadtop {
	padding: 0;
}

#kneadbottom {
	padding: 0;
	height: 71px;
}

#kneadoffset {
	margin-top: 35px;
}

#kneadoffset2 {
	margin-top: 35px;
}

#kneadoffset3 {
	margin-top: 107px;
}

#step5offset {
	margin-top: 35px;
}

/* Step 4 Dough Rise */

#instructionoffset {
	margin-top: 35px;
}

/* Step 6 */

#pinbottom {
	height: 40px;
}

.pin {
	width: 290px;
}

/* Step 8 Drag */

#pizzaoffset {
	margin-top: 37px;
}

#ovenoffset {
	margin-top: 80px;
}

#ovenoffset2 {
	margin-top: 40px;
}