/*
@import url("http://filebot/iWasteNot/exchange/templates/2good2toss/css/style.css");
*/
@import url("http://exchange.iwastenot.com/exchange.beta/templates/2good2toss/css/style.css");

html, body {
	margin: 0;
	padding: 0;
	background-position: 50% 0;
}

h1 {
font: normal 18px/14px arial, sans serif;
}

/* Content */

#wrapper { min-width: 800px; }

#content {
width: 920px;
*width: 980px;
margin:auto;
}
ul li { padding: 0 1px; }

.icon-top-left { background: url(../images/couch.png) top left no-repeat; }
.icon-top-centre { background: url(../images/tv.png) top middle no-repeat; }
.icon-top-right { background: url(../images/mower.png) top right no-repeat; }

.top-left { background: url(../images/corner-top-left.png) top left no-repeat; }
.top-right { background: url(../images/corner-top-right.png) top right no-repeat; }
.bottom-left { background: url(../images/corner-bottom-left.png) bottom left no-repeat; }
.bottom-right { background: url(../images/corner-bottom-right.png) bottom right no-repeat; }
.icon {
left: 175px;
top: 75px;
}

.number { left: -20px; }
.number p { width: 180px; *width: 160px; margin-left: 45px; }

.margin { margin-left: 45px; }

#content div.padding { 
padding: 10px;
}

#column-main h3, #column-main h2 { display: inline; font-size:18px; font-weight:bold; }
#column-main h2 { color:#336600; }
#column-main h3 { color:#57859f; }
#column-left { 
background: #fcf2b9;
width: 230px;
margin: 0;
}

p#intro { width: 150px; }

#column-right { 
margin: 0 0 0 230px;
padding: 25px 0 0 30px;
width: auto;
}

#content { padding: 1em 0; position: relative; }

#column-main .section { width: 245px; margin: 0 1em 0 0; height: 200px; }

#column-main {
	margin-left: 300px;
}

#footer { padding: 1em 0 0; }
/* Links */

a { color:#00214d; text-decoration: none; }
a:hover { text-decoration: underline; }
