/* GRID */

div#wrapper {
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

/* FULL WIDTH */

.w960,.w900,.w840,.w780,.w720,.w660,.w600,.w540 ,.w480,.w420,.w360,.w300,.w240,.w180,.w120,.w60 
{ float: left; }
 
.w960 { width: 960px; }
.w900 { width: 900px; }
.w840 { width: 840px; }
.w780 { width: 780px; }
.w720 { width: 720px; }
.w660 { width: 660px; }
.w600 { width: 600px; }
.w540 { width: 540px; }
.w480 { width: 480px; }
.w420 { width: 420px; }
.w360 { width: 360px; }
.w300 { width: 300px; }
.w240 { width: 240px; }
.w180 { width: 180px; }
.w120 { width: 120px; }
.w60 { width: 60px; }

/* GRID CLASSES MARGIN PADDING 20PX */

.w940,.w880,.w820,.w760,.w700,.w640,.w580,.w520,.w460,.w400,.w340,.w280,.w220,.w160,.w100 ,.w40
{ float: left; }

.w940 { width: 940px; }
.w880 { width: 880px; }
.w820 { width: 820px; }
.w760 { width: 760px; }
.w700 { width: 700px; }
.w640 { width: 640px; }
.w580 { width: 580px; }
.w520 { width: 520px; }
.w460 { width: 460px; }
.w400 { width: 400px; }
.w340 { width: 340px; }
.w280 { width: 280px; }
.w220 { width: 220px; }
.w160 { width: 160px; }
.w100 { width: 100px; }
.w40 { width: 40px; }

/* GRID CLASSES MARGIN PADDING 10PX */

.w950 ,.w890,.w830 ,.w770,.w730,.w650,.w590,.w530,.w470,.w410,.w350,.w290,.w230,.w170,.w110,.w50
{ float: left; }

.w950 { width: 950px; }
.w890 { width: 890px; }
.w830 { width: 830px; }
.w770 { width: 770px; }
.w730 { width: 730px; }
.w650 { width: 650px; }
.w590 { width: 590px; }
.w530 { width: 530px; }
.w470 { width: 470px; }
.w410 { width: 410px; }
.w350 { width: 350px; }
.w290 { width: 290px; }
.w230 { width: 230px; }
.w170 { width: 170px; }
.w110 { width: 110px; }
.w50 { width: 50px; }

/* MARGIN CLASSES */

.m0 { margin: 0; }

.m10 { margin: 10px; }
.m20 { margin: 20px; }

.mt10 { margin-top: 10px; }
.mr10 { margin-right: 10px; }
.mb10 { margin-bottom: 10px; }
.ml10 { margin-left: 10px; }

.mt20 { margin-top: 20px; }
.mr20 { margin-right: 20px; }
.mb20 { margin-bottom: 20px; }
.ml20 { margin-left: 20px; }

/* PADDING CLASSES */

.p10 { padding: 10px; }

.pt10 { padding-top: 10px; }
.pr10 { padding-right: 10px; }
.pb10 { padding-bottom: 10px; }
.pl10 { padding-left: 10px; }

.p20 { padding: 20px; }

.pt20 { padding-top: 20px; }
.pr20 { padding-right: 20px; }
.pb20 { padding-bottom: 20px; }
.pl20 { padding-left: 20px; }

/* HEIGHTS */

.h10 { height: 10px; }
.h20 { height: 20px; }
.h30 { height: 30px; }
.h40 { height: 40px; }
.h50 { height: 50px; }
.h60 { height: 60px; }
.h70 { height: 70px; }
.h80 { height: 80px; }
.h90 { height: 90px; }
.h100 { height: 100px; }
.h110 { height: 110px; }
.h120 { height: 120px; }
.h130 { height: 130px; }
.h140 { height: 140px; }
.h150 { height: 150px; }
.h160 { height: 160px; }
.h170 { height: 170px; }
.h180 { height: 180px; }
.h190 { height: 190px; }
.h200 { height: 200px; }
